Kushal Das: Multi-factor authentication in django
Link: https://kushaldas.in/posts/multi-factor-authentication-in-django.html
Multi-factor authentication is a must have feature in any modern web application. Specially providing support
for both TOTP (think applications on phone) and FIDO2 (say Yubikeys) usage. I created a s
Link: https://kushaldas.in/posts/multi-factor-authentication-in-django.html
Multi-factor authentication is a must have feature in any modern web application. Specially providing support
for both TOTP (think applications on phone) and FIDO2 (say Yubikeys) usage. I created a s
Talk Python to Me: #472: State of Flask and Pallets in 2024
Link: https://talkpython.fm/episodes/show/472/state-of-flask-and-pallets-in-2024
Flask is one of the most important Python web frameworks and powers a bunch of the internet. David Lord, Flask's lead maintainer is here to give us an update on the state of Flask and Pallets in 2024.
Link: https://talkpython.fm/episodes/show/472/state-of-flask-and-pallets-in-2024
Flask is one of the most important Python web frameworks and powers a bunch of the internet. David Lord, Flask's lead maintainer is here to give us an update on the state of Flask and Pallets in 2024.
talkpython.fm
State of Flask and Pallets in 2024
Flask is one of the most important Python web frameworks and powers a bunch of the internet. David Lord, Flask's lead maintainer is here to give us an update on the state of Flask and Pallets in 2024. If you care about where Flask is and where it's going…
Python Software Foundation: Notice of Python Software Foundation Bylaws change, effective 10 August 2024
Link: https://pyfound.blogspot.com/2024/07/notice-of-python-software-foundation.html
There has been a lot of attention directed at our Bylaws over the last few weeks, and as a result of that conversation, the Board was alerted to a defect in our Bylaws that exposes the Foundation to a
Link: https://pyfound.blogspot.com/2024/07/notice-of-python-software-foundation.html
There has been a lot of attention directed at our Bylaws over the last few weeks, and as a result of that conversation, the Board was alerted to a defect in our Bylaws that exposes the Foundation to a
Python Software Foundation Blog
Notice of Python Software Foundation Bylaws change, effective 10 August 2024
There has been a lot of attention directed at our Bylaws over the last few weeks, and as a result of that conversation, the Board was alerte...
Real Python: Quiz: Python Basics: Lists and Tuples
Link: https://realpython.com/quizzes/python-basics-lists-and-tuples/
In Python Basics: Lists and Tuples, you’ve met two new and important data structures:
Lists
Tuples
Both of these data types are sequences, meaning they are objects that contain other objects in a ce
Link: https://realpython.com/quizzes/python-basics-lists-and-tuples/
In Python Basics: Lists and Tuples, you’ve met two new and important data structures:
Lists
Tuples
Both of these data types are sequences, meaning they are objects that contain other objects in a ce
Realpython
Python Basics: Lists and Tuples Quiz – Real Python
Lists and tuples are important sequence data structures in Python. Lists are mutable, while tuples are immutable. Combining your knowledge of control flow and loops with these sequences allows you to build complex logic.
Real Python: Quiz: Getting Started With Testing in Python
Link: https://realpython.com/quizzes/testing-python/
In this quiz, you’ll test your understanding of testing your Python code.
Testing in Python is a huge topic and can come with a lot of complexity, but it doesn’t need to be hard. You can get started c
Link: https://realpython.com/quizzes/testing-python/
In this quiz, you’ll test your understanding of testing your Python code.
Testing in Python is a huge topic and can come with a lot of complexity, but it doesn’t need to be hard. You can get started c
Realpython
Getting Started With Testing in Python Quiz – Real Python
In this quiz, you'll test your understanding of Python testing. With this knowledge, you'll be able to create basic tests, execute them, and find bugs before your users do.
Turnkey Linux: Python PEP 668 - working with "externally managed environment"
Link: https://www.turnkeylinux.org/blog/python-externally-managed-environment
Python Linux users would have noticed that python is now an "externally managed environment" on newer releases. I suspect that it has caused many frustrations. It certainly did for me - at least initi
Link: https://www.turnkeylinux.org/blog/python-externally-managed-environment
Python Linux users would have noticed that python is now an "externally managed environment" on newer releases. I suspect that it has caused many frustrations. It certainly did for me - at least initi
www.turnkeylinux.org
Python PEP 668 - working with "externally managed environment" | TurnKey GNU/Linux
Python Linux users would have noticed that python is now an "externally managed environment" on newer releases of most OS. That is indeed the case for Debian 10/Bookworm and thus TurnKey v18.x. It certainly did for me - at least initially. Marcos, a long…
Zato Blog: Automating telecommunications networks with Python and SFTP
Link: https://zato.io/en/blog/sftp.html
Automating telecommunications networks with Python and SFTP
2024-07-29, by Dariusz Suchojad
In telecommunications, the Secure File Transfer Protocol (SFTP) serves as a critical mechanism
for se
Link: https://zato.io/en/blog/sftp.html
Automating telecommunications networks with Python and SFTP
2024-07-29, by Dariusz Suchojad
In telecommunications, the Secure File Transfer Protocol (SFTP) serves as a critical mechanism
for se
PyCharm: Learning Resources for pytest
Link: https://blog.jetbrains.com/pycharm/2024/07/learning-resources-for-pytest/
In this blog post, we’ll look at how PyCharm helps you when you’re working with pytest, and we will signpost you to a bunch of resources for learning pytest. While some of these resources were created
Link: https://blog.jetbrains.com/pycharm/2024/07/learning-resources-for-pytest/
In this blog post, we’ll look at how PyCharm helps you when you’re working with pytest, and we will signpost you to a bunch of resources for learning pytest. While some of these resources were created
The JetBrains Blog
Learning Resources for pytest | The PyCharm Blog
Discover a trove of resources to help you master pytest, including guides from JetBrains and the community. Learn how PyCharm helps you when you’re working with pytest.
Real Python: Strings and Character Data in Python
Link: https://realpython.com/python-strings/
In Python, string objects contain sequences of characters that allow you to manipulate textual data. It’s rare to find an application, program, or library that doesn’t need to manipulate strings to so
Link: https://realpython.com/python-strings/
In Python, string objects contain sequences of characters that allow you to manipulate textual data. It’s rare to find an application, program, or library that doesn’t need to manipulate strings to so
Realpython
Strings and Character Data in Python – Real Python
In this tutorial, you'll learn how to use Python's rich set of operators and functions for working with strings. You'll cover the basics of creating strings using literals and the str() function, applying string methods, using operators and built-in functions…
Kay Hayen: Nuitka Release 2.4
Link: https://nuitka.net/posts/nuitka-release-24.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release largely contains bug fixes for the previous changes, but
also
Link: https://nuitka.net/posts/nuitka-release-24.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release largely contains bug fixes for the previous changes, but
also
Real Python: Simulate a Text File in Python
Link: https://realpython.com/courses/simulate-text-file/
Testing applications that read files from a disk can be challenging. Issues such as machine dependencies, special access requirements, and slow performance often arise when you need to read text from
Link: https://realpython.com/courses/simulate-text-file/
Testing applications that read files from a disk can be challenging. Issues such as machine dependencies, special access requirements, and slow performance often arise when you need to read text from
Realpython
Simulate a Text File in Python – Real Python
Testing an application that reads files from a disk can be complicated. It may depend on the machine, require special access, or be frustratingly slow. This course shows you how to simulate a text file using Python to simplify testing.
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-july-2024/?utm_source=python-rss-feed
56th issue of Andrei Neagoie's must-read monthly Python Newsletter: PyCon US 2024 Recap, NVIDIA Loves Python, and much more. Read the full newsletter to get up-to-date with everything you need to know
Link: https://zerotomastery.io/blog/python-monthly-newsletter-july-2024/?utm_source=python-rss-feed
56th issue of Andrei Neagoie's must-read monthly Python Newsletter: PyCon US 2024 Recap, NVIDIA Loves Python, and much more. Read the full newsletter to get up-to-date with everything you need to know
Zero To Mastery
[July 2024] Python Monthly Newsletter 💻🐍 | Zero To Mastery
56th issue of Andrei Neagoie's must-read monthly Python Newsletter read by 15,000+ Pythonistas. Get up-to-date with the top Python news from last month.
Python Bytes: #394 Python is easy now?
Link: https://pythonbytes.fm/episodes/show/394/python-is-easy-now
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://rdrn.me/postmodern-python/"><strong>Python is easy now</strong></a></li>
<li><strong><a href="https://til.simonwillison
Link: https://pythonbytes.fm/episodes/show/394/python-is-easy-now
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://rdrn.me/postmodern-python/"><strong>Python is easy now</strong></a></li>
<li><strong><a href="https://til.simonwillison
pythonbytes.fm
Python is easy now?
News and announcements from the Python community for the week of Jul 30th, 2024
Programiz: Python List
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Programiz
Python List (With Examples)
Python lists store multiple data together in a single variable. In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
PyCoder’s Weekly: Issue #640 (July 30, 2024)
Link: https://pycoders.com/issues/640
#640 – JULY 30, 2024 View in Browser » Build Captivating Display Tables in Python With Great Tables Do you need help making data tables in Python look interesting and attractive? How can you cre
Link: https://pycoders.com/issues/640
#640 – JULY 30, 2024 View in Browser » Build Captivating Display Tables in Python With Great Tables Do you need help making data tables in Python look interesting and attractive? How can you cre
Pycoders
PyCoder’s Weekly | Issue #640
Issue #640 of the PyCoder’s Weekly newsletter, published July 30, 2024.
Marcos Dione: Writing a tile server in python
Link: https://www.grulic.org.ar/~mdione/glob/posts/writing-a-tile-server-in-python/
Another dictated post111, but heavily edited. Buyer beware.
I developed a tileset based on OpenStreetMap data and style and elevation information, but I don't have a render server.
What I have been do
Link: https://www.grulic.org.ar/~mdione/glob/posts/writing-a-tile-server-in-python/
Another dictated post111, but heavily edited. Buyer beware.
I developed a tileset based on OpenStreetMap data and style and elevation information, but I don't have a render server.
What I have been do
.:: Marcos Dione/StyXman's glob ::.
Writing a tile server in python
Another dictated post111, but heavily edited. Buyer beware.
I developed a tileset based on OpenStreetMap data and style and elevation information, but I don't have a render server.
What I have been do
I developed a tileset based on OpenStreetMap data and style and elevation information, but I don't have a render server.
What I have been do
Real Python: How to Write an Installable Django App
Link: https://realpython.com/installable-django-app/
In the Django framework, a project refers to the collection of configuration files and code for a particular website. Django groups business logic into what it calls apps, which are the modules of the
Link: https://realpython.com/installable-django-app/
In the Django framework, a project refers to the collection of configuration files and code for a particular website. Django groups business logic into what it calls apps, which are the modules of the
Realpython
How to Write an Installable Django App – Real Python
In this step-by-step tutorial, you'll learn how to create an installable Django app. You'll cover everything you need to know, from extracting your app from a Django project to turning it into a package that's available on PyPI and installable through pip.
Sumana Harihareswara - Cogito, Ergo Sumana: Middle Age and Absences
Link: http://harihareswara.net/posts/2024/middle-age-and-absences/
Middle Age and Absences
Link: http://harihareswara.net/posts/2024/middle-age-and-absences/
Middle Age and Absences
Cogito, Ergo Sumana
Middle Age and Absences
My friend Mel Chua died this week.I'm middle-aged now. I started this weblog as a young adult, and now it's been more than twenty years, and today I'm really feeling that change.Nearly eleven years ago, … | Cogito, Ergo Sumana | Blog by Sumana Harihareswara…
Python Engineering at Microsoft: Python in Visual Studio Code – August 2024 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2024-release/
We’re excited to announce the August 2024 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Improved Python discovery using pytho
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2024-release/
We’re excited to announce the August 2024 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Improved Python discovery using pytho
Microsoft News
Python in Visual Studio Code – August 2024 Release
The August 2024 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include improved Python discovery using python environment tools, inline variable values with the python debugger, and improvements…
Ned Batchelder: Pushing back on sys.monitoring
Link: https://nedbatchelder.com/blog/202407/pushing_back_on_sysmonitoring.html
I’ve been continuing to work on adapting
coverage.py to the new sys.monitoring facility.
Getting efficient branch coverage has been difficult even with the new API. The
latest idea was to compile the
Link: https://nedbatchelder.com/blog/202407/pushing_back_on_sysmonitoring.html
I’ve been continuing to work on adapting
coverage.py to the new sys.monitoring facility.
Getting efficient branch coverage has been difficult even with the new API. The
latest idea was to compile the
Nedbatchelder
Pushing back on sys.monitoring
I’ve been continuing to work on <a rel="external noopener" href="">adapting coverage.py</a> to the new <a rel="external noopener" href="https://docs.python.org/3/library/sys.monitoring.html">sys.monitoring</a> facility. Getting efficient branch coverage has…