Zato Blog: Configuring REST channels for CORS
Link: https://zato.io/blog/posts/rest-channels-cors.html
With the rise of Single-Page Applications (SPA) in web frontends, it is often the case that backend REST APIs based on Zato need to be configured for CORS. This article will explore what CORS is and h
Link: https://zato.io/blog/posts/rest-channels-cors.html
With the rise of Single-Page Applications (SPA) in web frontends, it is often the case that backend REST APIs based on Zato need to be configured for CORS. This article will explore what CORS is and h
Zato Blog
Configuring REST channels for CORS
Aahz: Python: Call for diversity
Link: http://www.artima.com/weblogs/viewpost.jsp?thread=264020
The Python community is both incredibly diverse (Python 3.1's release
manager was not yet eighteen years old) and incredibly lacking in
diversity (none of the regular committers is a woman). I'm now
Link: http://www.artima.com/weblogs/viewpost.jsp?thread=264020
The Python community is both incredibly diverse (Python 3.1's release
manager was not yet eighteen years old) and incredibly lacking in
diversity (none of the regular committers is a woman). I'm now
Artima
Python: Call for diversity
BeDjango: Top 6 Django Decorators
Link: https://www.bedjango.com/blog/top-6-django-decorators/
What is a Decorator?
A decorator is the name of one of the most popular design patterns used nowadays, many times we use it without knowing that we are using a design pattern. And what's so special ab
Link: https://www.bedjango.com/blog/top-6-django-decorators/
What is a Decorator?
A decorator is the name of one of the most popular design patterns used nowadays, many times we use it without knowing that we are using a design pattern. And what's so special ab
BeDjango
Top 6 Django Decorators
A decorator is the name of one of the most popular design patterns used nowadays, many times we use it without knowing that we are using a design pattern. And what's so special about this pattern?
Bojan Mihelac: Django cookie consent application
Link: http://source.mihelac.org/2013/06/7/django-cookie-consent-application/
django-cookie-consent is a reusable application for managing various
cookies and visitors consent for their use in Django project.
Features:
cookies and cookie groups are stored in models for easy ma
Link: http://source.mihelac.org/2013/06/7/django-cookie-consent-application/
django-cookie-consent is a reusable application for managing various
cookies and visitors consent for their use in Django project.
Features:
cookies and cookie groups are stored in models for easy ma
source.mihelac.org
Django cookie consent application | code @ informatikaMihelac
django-cookie-consent is a reusable application for managing various cookies and visitors consent for their use in Django project.
David Goodger: G4G10: Gathering for Gardner 10
Link: http://www.artima.com/weblogs/viewpost.jsp?thread=341893
An account of my first Gathering for Gardner, a conference for recreational mathematicians, magicians, puzzlers, philosophers, and other curious types.
Link: http://www.artima.com/weblogs/viewpost.jsp?thread=341893
An account of my first Gathering for Gardner, a conference for recreational mathematicians, magicians, puzzlers, philosophers, and other curious types.
Artima
G4G10: Gathering for Gardner 10
Everyday Superpowers: Stop working so hard on paths. Get started with pathlib!
Link: https://everydaysuperpowers.dev/articles/stop-working-so-hard-paths-get-started-pathlib/
Most people are working to hard to access files and folders with python. Pathlib makes it so much easier, and I have released two resources to help you get started using it.Read more...
Link: https://everydaysuperpowers.dev/articles/stop-working-so-hard-paths-get-started-pathlib/
Most people are working to hard to access files and folders with python. Pathlib makes it so much easier, and I have released two resources to help you get started using it.Read more...
everydaysuperpowers.dev
Stop working so hard on paths. Get started with pathlib!
Most people are working to hard to access files and folders with python. Pathlib makes it so much easier, and I have released two resources to help you get started using it.
Ilian Iliev: Django and working with large database tables
Link: http://www.ilian.io/django-and-working-large-database-tables/
The slides from my presentation for the Django Stockholm Meetup group. Contains small comparison between MySQL and PostgreSQL in terms of performance when modigying the tables structure.
Django and
Link: http://www.ilian.io/django-and-working-large-database-tables/
The slides from my presentation for the Django Stockholm Meetup group. Contains small comparison between MySQL and PostgreSQL in terms of performance when modigying the tables structure.
Django and
Ilian.io
Django and working with large database tables | ilian.io
Lightning Fast Shop: Release 0.11.
Link: http://www.getlfs.com/release-011
We just released LFS 0.11.
Changes
Adds Django 1.10 support
Excludes variants from sitemap
Add appending slash to all urls
Use F() expressions to update stock amount (#203)
Use F() expression to in
Link: http://www.getlfs.com/release-011
We just released LFS 0.11.
Changes
Adds Django 1.10 support
Excludes variants from sitemap
Add appending slash to all urls
Use F() expressions to update stock amount (#203)
Use F() expression to in
Michele Simionato: What's new in plac 0.7
Link: http://www.artima.com/weblogs/viewpost.jsp?thread=301632
plac is much more than a command-line arguments parser. You can use it to implement interactive interpreters (both on a local machine on a remote server) as well as batch interpreters. It features a d
Link: http://www.artima.com/weblogs/viewpost.jsp?thread=301632
plac is much more than a command-line arguments parser. You can use it to implement interactive interpreters (both on a local machine on a remote server) as well as batch interpreters. It features a d
Artima
What's new in plac 0.7
Python Circle: Implementing 2FA in Python Django using Time-Based one-time password (TOTP)
Link: https://pythoncircle.com/post/731/implementing-2fa-in-python-django-using-time-based-one-time-password-totp/
Implementing 2FA in Django using Time-based one time password, Enhancing application security using 2FA and TOTP, Generating QR code for Authenticator Applications, Time based 6 digit token for enhanc
Link: https://pythoncircle.com/post/731/implementing-2fa-in-python-django-using-time-based-one-time-password-totp/
Implementing 2FA in Django using Time-based one time password, Enhancing application security using 2FA and TOTP, Generating QR code for Authenticator Applications, Time based 6 digit token for enhanc
Python Circle
Implementing 2FA in Python Django using Time-Based one-time password (TOTP)
Implementing 2FA in Django using Time-based one time password, Enhancing application security using 2FA and TOTP, Generating QR code for Authenticator Applications, Time based 6 digit token for enhanced security, Python code to generate TOTP every 30 seconds…
SDJournal: Exhedra: a conferencing/forum application in Django
Link: http://www.sdjournal.com/archives/248
I've recently started some development on the Exhedra project (a conferencing/forum application) using Django. For anyone reading this post on SDJournal, the posts from this category are also syndicat
Link: http://www.sdjournal.com/archives/248
I've recently started some development on the Exhedra project (a conferencing/forum application) using Django. For anyone reading this post on SDJournal, the posts from this category are also syndicat
Sdjournal
SDJournal - Exhedra: a conferencing/forum application in Django
A weblog about software development, usability and related topics, maintained by Michael Josephson
Codementor: Choosing a Programming Course Matching Your Purposes
Link: https://www.codementor.io/johnselawsky/choosing-a-programming-course-matching-your-purposes-1d5hr7trgi
In this post, I am going to ease your pain and share a few tips that will help you determine what course is ideal for you. You’ll get to know what things to consider when choosing the learning website
Link: https://www.codementor.io/johnselawsky/choosing-a-programming-course-matching-your-purposes-1d5hr7trgi
In this post, I am going to ease your pain and share a few tips that will help you determine what course is ideal for you. You’ll get to know what things to consider when choosing the learning website
www.codementor.io
Choosing a Programming Course Matching Your Purposes | Codementor
In this post, I am going to ease your pain and share a few tips that will help you determine what course is ideal for you. You’ll get to know what things to consider when choosing the learning website. Apart from that, to save you the hassle of searching…
TestDriven.io: Django Session-based Auth for Single Page Apps
Link: https://testdriven.io/blog/django-spa-auth/
This article looks at how to add session-based authentication to a Single-Page Application (SPA) powered by Django and React.
Link: https://testdriven.io/blog/django-spa-auth/
This article looks at how to add session-based authentication to a Single-Page Application (SPA) powered by Django and React.
testdriven.io
Django Session-based Auth for Single Page Apps
This article looks at how to add session-based authentication to a Single-Page Application (SPA) powered by Django and React.
Real Python: What Is Data Engineering and Is It Right for You?
Link: https://realpython.com/python-data-engineer/
Big data. Cloud data. AI training data and personally identifying data. Data is all around you and is growing every day. It only makes sense that software engineering has evolved to include data engin
Link: https://realpython.com/python-data-engineer/
Big data. Cloud data. AI training data and personally identifying data. Data is all around you and is growing every day. It only makes sense that software engineering has evolved to include data engin
Realpython
What Is Data Engineering and Is It Right for You? – Real Python
In this article, you'll get an overview of the discipline of data engineering. You'll learn what is and isn't part of a data engineer's job, who data engineers work with, and why data engineers play a crucial role in many industries.
Tarek Ziade: My journey at Mozilla
Link: https://ziade.org/2020/12/14/my-journey-at-mozilla/
During the spring of 2010, I applied for a job at Mozilla Labs. They were
looking for a Python developer to re-write the Firefox Sync service (called
Weave back then) into Python. They wanted to move
Link: https://ziade.org/2020/12/14/my-journey-at-mozilla/
During the spring of 2010, I applied for a job at Mozilla Labs. They were
looking for a Python developer to re-write the Firefox Sync service (called
Weave back then) into Python. They wanted to move
Python Software Foundation: PSF is hiring: Director of Resource Development
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/B7kdlo9moqQ/psf-is-hiring-director-of-resource.html
The PSF is seeking to hire a Director of Resource Development to spearhead fundraising and sponsorship efforts! We are accepting resumes through January 14th, 2021. See the job description section bel
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/B7kdlo9moqQ/psf-is-hiring-director-of-resource.html
The PSF is seeking to hire a Director of Resource Development to spearhead fundraising and sponsorship efforts! We are accepting resumes through January 14th, 2021. See the job description section bel
Blogspot
PSF is hiring: Director of Resource Development
The PSF is seeking to hire a Director of Resource Development to spearhead fundraising and sponsorship efforts! We are accepting resumes thr...
PyBites: Get to Python source code instantly using importlib and inspect
Link: https://pybit.es/get-python-source.html
Have you ever wondered how to get Python source code quickly? It turns out the Standard Library can do this pretty effortlessly. Here is some code to read more Python source.
The code
The source is he
Link: https://pybit.es/get-python-source.html
Have you ever wondered how to get Python source code quickly? It turns out the Standard Library can do this pretty effortlessly. Here is some code to read more Python source.
The code
The source is he
pybit.es
Get to Python source code instantly using importlib and inspect - PyBites
Have you ever wondered how to get Python source code quickly? It turns out the Standard Library can do this pretty effortlessly. Here is some code to read more Python source. The code The source /...
PyCon: Announcing the Location for PyCon US 2022/2023
Link: https://pycon.blogspot.com/2020/12/announcing-pycon-us-20222023.html
We’re planning for PyCon US 2022 and 2023 to be held in-person. It may seem strange to announce an in-person conference in the middle of a global pandemic, so let’s start by explaining why:Usually, w
Link: https://pycon.blogspot.com/2020/12/announcing-pycon-us-20222023.html
We’re planning for PyCon US 2022 and 2023 to be held in-person. It may seem strange to announce an in-person conference in the middle of a global pandemic, so let’s start by explaining why:Usually, w
Blogspot
Announcing the Location for PyCon US 2022/2023
We’re planning for PyCon US 2022 and 2023 to be held in-person. It may seem strange to announce an in-person conference in the middle of a g...
Python Pool: Shell Sort Algorithm and Program in Python
Link: https://www.pythonpool.com/shell-sort-python/?utm_source=rss&utm_medium=rss&utm_campaign=shell-sort-python
In this article, we will learn about the shell sort algorithm using python. First, we should understand what is sorting. The arranging of elements in a particular order is known as sorting. An efficie
Link: https://www.pythonpool.com/shell-sort-python/?utm_source=rss&utm_medium=rss&utm_campaign=shell-sort-python
In this article, we will learn about the shell sort algorithm using python. First, we should understand what is sorting. The arranging of elements in a particular order is known as sorting. An efficie
Python Pool
Shell Sort Algorithm and Program in Python
In this article, we will learn about the shell sort algorithm using python. First, we should understand what is sorting. The arranging of elements in a
Python Pool: Understanding Strand Sort in Python With Example
Link: https://www.pythonpool.com/python-strand-sort/?utm_source=rss&utm_medium=rss&utm_campaign=python-strand-sort
Sorting means arranging items in a specified manner. Strand sort is a sorting algorithm that is recursive in nature. It is mainly used to sort a list in increasing order. In this article, we will lear
Link: https://www.pythonpool.com/python-strand-sort/?utm_source=rss&utm_medium=rss&utm_campaign=python-strand-sort
Sorting means arranging items in a specified manner. Strand sort is a sorting algorithm that is recursive in nature. It is mainly used to sort a list in increasing order. In this article, we will lear