Real Python: What's New in Python 3.13
Link: https://realpython.com/courses/new-features-python-313/
Python 3.13 was published on October 7, 2024. This new version is a major step forward for the language, although several of the biggest changes are happening under the hood and won’t be immediately v
Link: https://realpython.com/courses/new-features-python-313/
Python 3.13 was published on October 7, 2024. This new version is a major step forward for the language, although several of the biggest changes are happening under the hood and won’t be immediately v
Realpython
What's New in Python 3.13 – Real Python
In this video course, you'll learn about the new features in Python 3.13. You'll take a tour of the new REPL and error messages and see how you can try out the experimental free threading and JIT versions of Python 3.13 yourself.
PyCoder’s Weekly: Issue #650 (Oct. 8, 2024)
Link: https://pycoders.com/issues/650
#650 – OCTOBER 8, 2024 View in Browser » Differences Between Python’s Mutable and Immutable Types In this video course, you’ll learn how Python mutable and immutable data types work internally a
Link: https://pycoders.com/issues/650
#650 – OCTOBER 8, 2024 View in Browser » Differences Between Python’s Mutable and Immutable Types In this video course, you’ll learn how Python mutable and immutable data types work internally a
Pycoders
PyCoder’s Weekly | Issue #650
Issue #650 of the PyCoder’s Weekly newsletter, published Oct. 8, 2024.
Mariatta: Perks of Being a Python Core Developer
Link: https://mariatta.ca/posts/perks-of-python-core/
Things you can get/do as a Python core developer
I’ve been a Python core developer since January 27, 2017.
Being a Python core developer comes with perks, privileges, and also responsibilities.
Someti
Link: https://mariatta.ca/posts/perks-of-python-core/
Things you can get/do as a Python core developer
I’ve been a Python core developer since January 27, 2017.
Being a Python core developer comes with perks, privileges, and also responsibilities.
Someti
Mariatta
Perks of Being a Python Core Developer
Things you can get/do as a Python core developer I’ve been a Python core developer since January 27, 2017.
Being a Python core developer comes with perks, privileges, and also responsibilities.
Sometimes I can’t tell whether something is a perk, or a privilege…
Being a Python core developer comes with perks, privileges, and also responsibilities.
Sometimes I can’t tell whether something is a perk, or a privilege…
Hugo van Kemenade: Python Core Developer Sprint 2024
Link: https://dev.to/hugovk/python-core-developer-sprint-2024-3dp6
🐍🏃The week before last was the annual Python Core Dev Sprint, graciously hosted by Meta in Bellevue, WA!
The idea: bring a bunch of Python core team members, triagers, and special guests to the same r
Link: https://dev.to/hugovk/python-core-developer-sprint-2024-3dp6
🐍🏃The week before last was the annual Python Core Dev Sprint, graciously hosted by Meta in Bellevue, WA!
The idea: bring a bunch of Python core team members, triagers, and special guests to the same r
DEV Community
Python Core Developer Sprint 2024
🐍🏃The week before last was the annual Python Core Dev Sprint, graciously hosted by Meta in Bellevue,...
Django Weblog: Why Django supports the Open Source Pledge
Link: https://www.djangoproject.com/weblog/2024/oct/08/why-django-supports-the-open-source-pledge/
We at the Django Software Foundation are pleased to share that Sentry, alongside other partners, has launched the Open Source Pledge — an initiative designed to address sustainability challenges in op
Link: https://www.djangoproject.com/weblog/2024/oct/08/why-django-supports-the-open-source-pledge/
We at the Django Software Foundation are pleased to share that Sentry, alongside other partners, has launched the Open Source Pledge — an initiative designed to address sustainability challenges in op
Django Project
Why Django supports the Open Source Pledge
Posted by Thibaud Colas and Sentry on October 8, 2024
Python Anywhere: Serving UTF-8 static files? Headers to the rescue (an epic tutorial)!
Link: https://blog.pythonanywhere.com/216/
Imagine there’s a PythonAnywhere user, homer8bc, with poetic
inclinations. He wants to serve his newest poem (he believes it’s quite
epic) as a static text page. He’s old school — he doesn’t believe i
Link: https://blog.pythonanywhere.com/216/
Imagine there’s a PythonAnywhere user, homer8bc, with poetic
inclinations. He wants to serve his newest poem (he believes it’s quite
epic) as a static text page. He’s old school — he doesn’t believe i
PyCharm: Where To Get Data for Your Data Science Projects
Link: https://blog.jetbrains.com/pycharm/2024/10/how-to-get-data/
Whether you’re starting a new project or expanding an existing one, as a data scientist, you’re always on the lookout for new material to explore. Knowing where to get data for data science projects c
Link: https://blog.jetbrains.com/pycharm/2024/10/how-to-get-data/
Whether you’re starting a new project or expanding an existing one, as a data scientist, you’re always on the lookout for new material to explore. Knowing where to get data for data science projects c
The JetBrains Blog
Where To Get Data for Your Data Science Projects | The PyCharm Blog
Whether you’re starting a new project or expanding an existing one, as a data scientist, you’re always on the lookout for new material to explore. Knowing where to get data for data science projects can be challenging, and finding “good data” can be even…
Stefanie Molin: Mind Your Image Metadata
Link: https://stefaniemolin.com/articles/devx/pre-commit/exif-stripper
Most devices record a variety of metadata when generating images. While some of that information *may* be innocuous, you could end up exposing the GPS coordinates to your home if you aren't careful. I
Link: https://stefaniemolin.com/articles/devx/pre-commit/exif-stripper
Most devices record a variety of metadata when generating images. While some of that information *may* be innocuous, you could end up exposing the GPS coordinates to your home if you aren't careful. I
Stefanie Molin
Mind Your Image Metadata | Stefanie Molin
Most devices record a variety of metadata when generating images. While some of that information *may* be innocuous, you could end up exposing the GPS coordinates to your home if you aren't careful. In this article, I provide a brief introduction to image…
Real Python: Quiz: Python Closures: Common Use Cases and Examples
Link: https://realpython.com/quizzes/python-closure/
In this quiz, you’ll test your understanding of Python closures. Closures are a common feature in functional programming languages and are particularly popular in Python because they allow you to crea
Link: https://realpython.com/quizzes/python-closure/
In this quiz, you’ll test your understanding of Python closures. Closures are a common feature in functional programming languages and are particularly popular in Python because they allow you to crea
Realpython
Python Closures: Common Use Cases and Examples Quiz – Real Python
In this quiz, you'll test your understanding of Python closures. Closures are a common feature in functional programming languages and are particularly popular in Python because they allow you to create function-based decorators.
Real Python: Build a Contact Book App With Python, Textual, and SQLite
Link: https://realpython.com/contact-book-python-textual/
Building projects is a great way to learn programming and have fun at the same time. When you work on a project, you apply different coding skills simultaneously, which is good practice for what you’l
Link: https://realpython.com/contact-book-python-textual/
Building projects is a great way to learn programming and have fun at the same time. When you work on a project, you apply different coding skills simultaneously, which is good practice for what you’l
Realpython
Build a Contact Book App With Python, Textual, and SQLite – Real Python
In this tutorial, you'll be guided step by step through the process of building a basic contact book application. You'll use Python and Textual to build the application's text-based user interface (TUI), and then use SQLite to manage the database.
Talk Python to Me: #480: Ahoy, Narwhals are bridging the data science APIs
Link: https://talkpython.fm/episodes/show/480/ahoy-narwhals-are-bridging-the-data-science-apis
If you work in data science, you definitely know about data frame libraries. Pandas is certainly the most popular, but there are others such as cuDF, Modin, Polars, Dask, and more. They are all simila
Link: https://talkpython.fm/episodes/show/480/ahoy-narwhals-are-bridging-the-data-science-apis
If you work in data science, you definitely know about data frame libraries. Pandas is certainly the most popular, but there are others such as cuDF, Modin, Polars, Dask, and more. They are all simila
talkpython.fm
Ahoy, Narwhals are bridging the data science APIs
If you work in data science, you definitely know about data frame libraries. Pandas is certainly the most popular, but there are others such as cuDF, Modin, Polars, Dask, and more. They are all similar but definitely not the same APIs and Polars is quite…
PyCharm: How I do Django APIs in PyCharm
Link: https://blog.jetbrains.com/pycharm/2024/10/how-i-do-django-apis-in-pycharm/
I learn so much from watching conference talks, especially live, when I’m vibing with the crowd. But sometimes I watch and think: “Wow, I wish I could show you how awesome that would be in PyCharm.”
T
Link: https://blog.jetbrains.com/pycharm/2024/10/how-i-do-django-apis-in-pycharm/
I learn so much from watching conference talks, especially live, when I’m vibing with the crowd. But sometimes I watch and think: “Wow, I wish I could show you how awesome that would be in PyCharm.”
T
The JetBrains Blog
How I do Django APIs in PyCharm | The PyCharm Blog
Join Paul Everitt for an overview of Django API development in PyCharm. From navigating through the project's endpoints to utilizing the debugger, testing the application, and even previewing it live.
Real Python: Quiz: Structural Pattern Matching
Link: https://realpython.com/quizzes/structural-pattern-matching/
In this quiz, you’ll test your understanding of
Structural Pattern Matching in Python.
You’ll revisit the syntax of the match statement and case clauses,
explore various types of patterns supported by
Link: https://realpython.com/quizzes/structural-pattern-matching/
In this quiz, you’ll test your understanding of
Structural Pattern Matching in Python.
You’ll revisit the syntax of the match statement and case clauses,
explore various types of patterns supported by
Realpython
Structural Pattern Matching Quiz – Real Python
In this quiz, you'll test your understanding of structural pattern matching in Python. This powerful control flow construct, introduced in Python 3.10, offers concise and readable syntax while promoting a declarative code style.
Real Python: The Real Python Podcast – Episode #223: Exploring the New Features of Python 3.13
Link: https://realpython.com/podcasts/rpp/223/
Python 3.13 is here! Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to discuss the new version. This year, Geir Arne coordinated a series of preview articles with members of the
Link: https://realpython.com/podcasts/rpp/223/
Python 3.13 is here! Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to discuss the new version. This year, Geir Arne coordinated a series of preview articles with members of the
Realpython
Episode #223: Exploring the New Features of Python 3.13 – The Real Python Podcast
Python 3.13 is here! Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to discuss the new version. This year, Geir Arne coordinated a series of preview articles with members of the Real Python team and a showcase tutorial, "Python 3.13:…
ListenData: How to Automate WordPress using Python
Link: https://www.listendata.com/2024/10/how-to-automate-wordpress-using-python.html
This tutorial explains how to use Python to automate tasks in WordPress. It includes various functions to perform tasks such as creating, extracting, updating and deleting WordPress posts, pages and m
Link: https://www.listendata.com/2024/10/how-to-automate-wordpress-using-python.html
This tutorial explains how to use Python to automate tasks in WordPress. It includes various functions to perform tasks such as creating, extracting, updating and deleting WordPress posts, pages and m
ListenData
How to Automate WordPress using Python
This tutorial explains how to use Python to automate tasks in WordPress. It includes creating, fetching, updating and deleting posts, pages and images
Doug Hellmann: virtualenvwrapper 6.1.1
Link: https://doughellmann.com/releases/virtualenvwrapper-6-1-1/
What’s new in 6.1.1? Update broken MSYS link in installation documentation (contributions by LaosLos) Add additional line to mkvirtualenv help (contributions by LaosLos) Update mkvirtualenv help to do
Link: https://doughellmann.com/releases/virtualenvwrapper-6-1-1/
What’s new in 6.1.1? Update broken MSYS link in installation documentation (contributions by LaosLos) Add additional line to mkvirtualenv help (contributions by LaosLos) Update mkvirtualenv help to do
Doug Hellmann
virtualenvwrapper 6.1.1
What’s new in 6.1.1? Update broken MSYS link in installation documentation (contributions by LaosLos) Add additional line to mkvirtualenv help (contributions by LaosLos) Update mkvirtualenv help to document -p/–python option (contributions by LaosLos) move…
Trey Hunner: Django and the Python 3.13 REPL
Link: https://treyhunner.com/2024/10/django-and-the-new-python-3-dot-13-repl/
Your new Django project uses Python 3.13.
You’re really looking forward to using the new REPL… but python manage.py shell just shows the same old Python REPL.
What gives?
Well, Django’s management she
Link: https://treyhunner.com/2024/10/django-and-the-new-python-3-dot-13-repl/
Your new Django project uses Python 3.13.
You’re really looking forward to using the new REPL… but python manage.py shell just shows the same old Python REPL.
What gives?
Well, Django’s management she
Treyhunner
Django and the Python 3.13 REPL
Your new Django project uses Python 3.13. You’re really looking forward to using the new REPL… but python manage.py shell just shows the …
Real Python: Quiz: Python Thread Safety: Using a Lock and Other Techniques
Link: https://realpython.com/quizzes/python-thread-lock/
In this quiz, you’ll test your understanding of Python threading and thread safety. You’ll revisit concepts such as race conditions, thread safety issues, and synchronization primitives in the threadi
Link: https://realpython.com/quizzes/python-thread-lock/
In this quiz, you’ll test your understanding of Python threading and thread safety. You’ll revisit concepts such as race conditions, thread safety issues, and synchronization primitives in the threadi
Realpython
Python Thread Safety: Using a Lock and Other Techniques Quiz – Real Python
In this quiz, you'll test your understanding of Python thread safety. You'll revisit the concepts of race conditions, locks, and other synchronization primitives in the threading module. By working through this quiz, you'll reinforce your knowledge about…
Zato Blog: What is an API gateway?
Link: https://zato.io/en/blog/what-is-an-api-gateway.html
What is an API gateway?
2024-10-14, by Dariusz Suchojad
In this article, we are going to use
Zato
in its capacity as a multi-protocol Python API gateway - we will integrate a few popular techn
Link: https://zato.io/en/blog/what-is-an-api-gateway.html
What is an API gateway?
2024-10-14, by Dariusz Suchojad
In this article, we are going to use
Zato
in its capacity as a multi-protocol Python API gateway - we will integrate a few popular techn
Armin Ronacher: The Inevitability of Mixing Open Source and Money
Link: http://lucumr.pocoo.org/2024/10/14/mixing-oss-and-money
This year, one of the projects I was involved in at Sentry was the launch
of The Open Source Pledge. The idea
behind it is simple: companies pledge an amount proportional to the number
of developers
Link: http://lucumr.pocoo.org/2024/10/14/mixing-oss-and-money
This year, one of the projects I was involved in at Sentry was the launch
of The Open Source Pledge. The idea
behind it is simple: companies pledge an amount proportional to the number
of developers
Armin Ronacher's Thoughts and Writings
The Inevitability of Mixing Open Source and Money
Thoughts on funding maintainers through the pledge, WordPress' struggles and just money and Open Source in general.
Lucas Cimon: fpdf2 latest news
Link: https://chezsoi.org/lucas/blog/fpdf2-latest-news.html
I wrote my last post on fpdf2 18 months ago.
We released 7 more versions of fpdf2 since then!
This article will present some of the major features introduced since v2.7.3 to v2.8.1 of fpdf2:
click on
Link: https://chezsoi.org/lucas/blog/fpdf2-latest-news.html
I wrote my last post on fpdf2 18 months ago.
We released 7 more versions of fpdf2 since then!
This article will present some of the major features introduced since v2.7.3 to v2.8.1 of fpdf2:
click on
Ludochaordic
Fpdf2 latest news
I wrote my last post on fpdf2 18 months ago. We released 7 more versions of fpdf2 since then! This article will present some of the major features introduced since v2.7.3 to v2.8.1 of fpdf2: click on the buttons below to reveal the various changes brought…