Real Python: Quiz: Python String Splitting
Link: https://realpython.com/quizzes/python-string-splitting/
Ready to brush up on Python’s string splitting skills? This quiz will help you practice how to use split(), handle whitespace, manage delimiters, and even tackle trickier patterns with regex.
You’ll g
Link: https://realpython.com/quizzes/python-string-splitting/
Ready to brush up on Python’s string splitting skills? This quiz will help you practice how to use split(), handle whitespace, manage delimiters, and even tackle trickier patterns with regex.
You’ll g
Realpython
Python String Splitting Quiz – Real Python
Practice Python string splitting, from whitespace handling to using custom separators and regex. Review split(), rsplit(), and edge cases.
Real Python: Quiz: uv vs pip: Managing Python Packages and Dependencies
Link: https://realpython.com/quizzes/uv-vs-pip/
In this quiz, you’ll test your understanding of uv vs pip: Managing Python Packages and Dependencies.
With this knowledge, you’ll be able to confidently choose between pip, the default and widely supp
Link: https://realpython.com/quizzes/uv-vs-pip/
In this quiz, you’ll test your understanding of uv vs pip: Managing Python Packages and Dependencies.
With this knowledge, you’ll be able to confidently choose between pip, the default and widely supp
Realpython
uv vs pip: Managing Python Packages and Dependencies Quiz – Real Python
Test your knowledge of uv vs pip as Python package managers and learn how to pick the right tool for speed, reproducibility, and compatibility.
The Python Show: 55 - The Python Documentary with Paul Everitt
Link: https://www.pythonshow.com/p/55-the-python-documentary-with-paul
In this episode, we have special guest Paul Everitt on the show to talk about the new Python Documentary that came our last week. Paul is the head of developer advocacy at JetBrains and a “Python olds
Link: https://www.pythonshow.com/p/55-the-python-documentary-with-paul
In this episode, we have special guest Paul Everitt on the show to talk about the new Python Documentary that came our last week. Paul is the head of developer advocacy at JetBrains and a “Python olds
Pythonshow
55 - The Python Documentary with Paul Everitt
In this episode, we have special guest Paul Everitt on the show to talk about the new Python Documentary that came our last week.
Django Weblog: Django security releases issued: 5.2.6, 5.1.12, and 4.2.24
Link: https://www.djangoproject.com/weblog/2025/sep/03/security-releases/
In accordance with our security release policy, the Django team
is issuing releases for
Django 5.2.6,
Django 5.1.12, and
Django 4.2.24.
These releases address the security issues detailed below. We en
Link: https://www.djangoproject.com/weblog/2025/sep/03/security-releases/
In accordance with our security release policy, the Django team
is issuing releases for
Django 5.2.6,
Django 5.1.12, and
Django 4.2.24.
These releases address the security issues detailed below. We en
Django Project
Django security releases issued: 5.2.6, 5.1.12, and 4.2.24
Posted by Sarah Boyce on Sept. 3, 2025
Mike Driscoll: Ep 55 – The Python Show Podcast – The Python Documentary with Paul Everitt
Link: https://www.blog.pythonlibrary.org/2025/09/03/ep-55-the-python-show-podcast-the-python-documentary-with-paul-everitt/
In this episode, we have special guest Paul Everitt on the show to discuss the new Python Documentary that was released last week. Paul is the head of developer advocacy at JetBrains and a “Python old
Link: https://www.blog.pythonlibrary.org/2025/09/03/ep-55-the-python-show-podcast-the-python-documentary-with-paul-everitt/
In this episode, we have special guest Paul Everitt on the show to discuss the new Python Documentary that was released last week. Paul is the head of developer advocacy at JetBrains and a “Python old
Mouse Vs Python
Ep 55 - The Python Show Podcast - The Python Documentary with Paul Everitt - Mouse Vs Python
In this episode, we have special guest Paul Everitt on the show to discuss the new Python Documentary that was released last week. Paul is the head of
Real Python: uv vs pip: Managing Python Packages and Dependencies
Link: https://realpython.com/uv-vs-pip/
When it comes to Python package managers, the choice often comes down to uv vs pip. You may choose pip for out-of-the-box availability, broad compatibility, and reliable ecosystem support. In contrast
Link: https://realpython.com/uv-vs-pip/
When it comes to Python package managers, the choice often comes down to uv vs pip. You may choose pip for out-of-the-box availability, broad compatibility, and reliable ecosystem support. In contrast
Realpython
uv vs pip: Managing Python Packages and Dependencies – Real Python
Compare uv vs pip with benchmarks, speed tests, and dependency management tips. Learn which tool is best for your Python projects.
EuroPython: EuroPython 2025 Sprints: A Weekend of Code, Collaboration, and Contributions
Link: https://blog.europython.eu/europython-2025-sprints-a-weekend-of-code-collaboration-and-contributions/
The EuroPython tradition of post-conference sprints came alive once again in Prague, bringing together open-source maintainers, newcomers, and curious contributors for two days of coding, learning, an
Link: https://blog.europython.eu/europython-2025-sprints-a-weekend-of-code-collaboration-and-contributions/
The EuroPython tradition of post-conference sprints came alive once again in Prague, bringing together open-source maintainers, newcomers, and curious contributors for two days of coding, learning, an
EuroPython Blog
EuroPython 2025 Sprints: A Weekend of Code, Collaboration, and Contributions
The EuroPython tradition of post-conference sprints came alive once again in Prague, bringing together open-source maintainers, newcomers, and curious contributors for two days of coding, learning, and collaboration.
And the results? Across all projects…
And the results? Across all projects…
Python Morsels: The power of Python's print function
Link: https://www.pythonmorsels.com/the-power-of-print/
Python's print function includes abilities that are easily overlooked, even by long-time Pythonistas.
Table of contents
Using multiple arguments
Unpacking an iterable into print
Using print instea
Link: https://www.pythonmorsels.com/the-power-of-print/
Python's print function includes abilities that are easily overlooked, even by long-time Pythonistas.
Table of contents
Using multiple arguments
Unpacking an iterable into print
Using print instea
Pythonmorsels
The power of Python's print function
Python's print function includes abilities that are easily overlooked, even by long-time Pythonistas.
Seth Michael Larson: Extracting NES & N64 ROMs from Zelda Collector's Edition
Link: https://sethmlarson.dev/extracting-nes-and-n64-from-zelda-collectors-edition?utm_campaign=rss
Gaming as a hobby is about to become much more expensive in the United States due to tariffs.
I cannot recall a time in the past where a console's price has increased during its generation, and yet th
Link: https://sethmlarson.dev/extracting-nes-and-n64-from-zelda-collectors-edition?utm_campaign=rss
Gaming as a hobby is about to become much more expensive in the United States due to tariffs.
I cannot recall a time in the past where a console's price has increased during its generation, and yet th
sethmlarson.dev
Extracting NES & N64 ROMs from Zelda Collector's Edition
Gaming as a hobby is about to become much more expensive in the United States due to tariffs.
I cannot recall a time in the past where a console's price has increased during its generation, and yet...
I cannot recall a time in the past where a console's price has increased during its generation, and yet...
Python Morsels: The power of Python's print function
Link: https://www.pythonmorsels.com/print-features/
Python's print function includes abilities that are easily overlooked, even by long-time Pythonistas.
Table of contents
Using multiple arguments
Unpacking an iterable into print
Using print instea
Link: https://www.pythonmorsels.com/print-features/
Python's print function includes abilities that are easily overlooked, even by long-time Pythonistas.
Table of contents
Using multiple arguments
Unpacking an iterable into print
Using print instea
Pythonmorsels
The power of Python's print function
Python's print function includes abilities that are easily overlooked, even by long-time Pythonistas.
Django Weblog: Keyboard shorcuts in Django via GSoC 2025
Link: https://www.djangoproject.com/weblog/2025/sep/04/keyboard-shorcuts-in-django-via-gsoc-2025/
This summer I participated in the Google Summer of Code program with Django. My work focused on introducing keyboard shortcuts to the Django admin interface which led to a new package: django-admin-ke
Link: https://www.djangoproject.com/weblog/2025/sep/04/keyboard-shorcuts-in-django-via-gsoc-2025/
This summer I participated in the Google Summer of Code program with Django. My work focused on introducing keyboard shortcuts to the Django admin interface which led to a new package: django-admin-ke
Django Project
Keyboard shorcuts in Django via GSoC 2025
Posted by A. Rafey Khan on Sept. 4, 2025
Stéphane Wirtel: Utilisation d'Obsidian comme source pour Hugo
Link: https://wirtel.be/post/2025/09/04/use-obsidian-as-source-for-hugo/
Au début juillet, dans mon précédent post Utilisation d’Obsidian pour Hugo , j’expliquais que je regardais comment utiliser Obsidian comme source pour mon blog. Jusqu’ici, j’écrivais mes posts dans VS
Link: https://wirtel.be/post/2025/09/04/use-obsidian-as-source-for-hugo/
Au début juillet, dans mon précédent post Utilisation d’Obsidian pour Hugo , j’expliquais que je regardais comment utiliser Obsidian comme source pour mon blog. Jusqu’ici, j’écrivais mes posts dans VS
Stéphane's Blog
Utilisation d'Obsidian comme source pour Hugo
Centraliser ses notes dans Obsidian et publier avec Hugo grâce à un script maison. Un workflow fluide, automatisé et cohérent.
Django Weblog: Last call for DjangoCon US 2025 tickets!
Link: https://www.djangoproject.com/weblog/2025/sep/04/last-call-for-djangocon-us-2025-tickets/
DjangoCon US starts next week in Chicago, IL on September 8-12th, 2025!
With three amazing keynotes and over fifty presentations over three days, join us in person or online where you can watch presen
Link: https://www.djangoproject.com/weblog/2025/sep/04/last-call-for-djangocon-us-2025-tickets/
DjangoCon US starts next week in Chicago, IL on September 8-12th, 2025!
With three amazing keynotes and over fifty presentations over three days, join us in person or online where you can watch presen
Django Project
Last call for DjangoCon US 2025 tickets!
Posted by DjangoCon US Organizers on Sept. 4, 2025
Trey Hunner: Customizing your Python REPL's color scheme (Python 3.14+)
Link: https://treyhunner.com/2025/09/customizing-your-python-repl-color-scheme/
Did you know that Python 3.14 will include syntax highlighting in the REPL?
Python 3.14 is due to be officially released in about a month.
I recommended tweaking your Python setup now so you’ll have y
Link: https://treyhunner.com/2025/09/customizing-your-python-repl-color-scheme/
Did you know that Python 3.14 will include syntax highlighting in the REPL?
Python 3.14 is due to be officially released in about a month.
I recommended tweaking your Python setup now so you’ll have y
Treyhunner
Customizing your Python REPL's color scheme (Python 3.14+)
Did you know that Python 3.14 will include syntax highlighting in the REPL? Python 3.14 is due to be officially released in about a month.
I …
I …
EuroPython: Django Software Foundation at EuroPython 2025: Celebrating 20 Years of the Django framework
Link: https://blog.europython.eu/django-software-foundation-at-europython-2025-celebrating-20-years-of-the-django-framework/
At EuroPython, we’re always glad to welcome friends from other foundations. This year, the Django Software Foundation (DSF) joined us to showcase the framework and the vibrant community around it.The
Link: https://blog.europython.eu/django-software-foundation-at-europython-2025-celebrating-20-years-of-the-django-framework/
At EuroPython, we’re always glad to welcome friends from other foundations. This year, the Django Software Foundation (DSF) joined us to showcase the framework and the vibrant community around it.The
EuroPython Blog
Django Software Foundation at EuroPython 2025: Celebrating 20 Years of the Django framework
At EuroPython, we’re always glad to welcome friends from other foundations. This year, the Django Software Foundation (DSF) joined us to showcase the framework and the vibrant community around it.
The DSF had a booth in the community area where attendees…
The DSF had a booth in the community area where attendees…
Real Python: The Real Python Podcast – Episode #264: Large Language Models on the Edge of the Scaling Laws
Link: https://realpython.com/podcasts/rpp/264/
What's happening with the latest releases of large language models? Is the industry hitting the edge of the scaling laws, and do the current benchmarks provide reliable performance assessments? This w
Link: https://realpython.com/podcasts/rpp/264/
What's happening with the latest releases of large language models? Is the industry hitting the edge of the scaling laws, and do the current benchmarks provide reliable performance assessments? This w
Realpython
Episode #264: Large Language Models on the Edge of the Scaling Laws – The Real Python Podcast
What's happening with the latest releases of large language models? Is the industry hitting the edge of the scaling laws, and do the current benchmarks provide reliable performance assessments? This week on the show, Jodie Burchell returns to discuss the…
Django Weblog: DSF at EuroPython 2025: Celebrating 20 years of Django
Link: https://www.djangoproject.com/weblog/2025/sep/05/dsf-at-europython-2025-celebrating-20-years/
This year, the Django Software Foundation (DSF) was invited by EuroPython to come to the event, showcase the framework and the vibrant community around it. The DSF had a booth in the community area w
Link: https://www.djangoproject.com/weblog/2025/sep/05/dsf-at-europython-2025-celebrating-20-years/
This year, the Django Software Foundation (DSF) was invited by EuroPython to come to the event, showcase the framework and the vibrant community around it. The DSF had a booth in the community area w
Django Project
DSF at EuroPython 2025: Celebrating 20 years of Django
Posted by Mia Bajić on Sept. 5, 2025
Brian Okken: Python People podcast now at pythontest.com/pythonpeople
Link: https://pythontest.com/posts/2025/python-people-moved/
Like the I recent archival of Test and Code, the Python People podcast has also moved. Python People is now at pythontest.com/pythonpeople.
Is it also archived? As in done?
I don’t think so. I think I
Link: https://pythontest.com/posts/2025/python-people-moved/
Like the I recent archival of Test and Code, the Python People podcast has also moved. Python People is now at pythontest.com/pythonpeople.
Is it also archived? As in done?
I don’t think so. I think I
Pythontest
Python People Podcast | PythonTest
Archive of Python People Episodes
Brian Okken: Python People podcast now at pythontest.com/pythonpeople
Link: https://pythontest.com/python-people-moved/
Like the recent archival of Test and Code, the Python People podcast has also moved. Python People is now at pythontest.com/pythonpeople.
Is it also archived? As in done?
I don’t think so. I think I m
Link: https://pythontest.com/python-people-moved/
Like the recent archival of Test and Code, the Python People podcast has also moved. Python People is now at pythontest.com/pythonpeople.
Is it also archived? As in done?
I don’t think so. I think I m
Pythontest
Python People Podcast | PythonTest
Archive of Python People Episodes
Armin Ronacher: 996
Link: https://lucumr.pocoo.org/2025/9/4/996/
“Amazing salary, hackerhouse in SF, crazy equity.
996. Our mission is
OSS.” — Gregor Zunic
“The current vibe is no drinking, no drugs, 9-9-6, […].” — Daksh
Gupta
“The truth is, China’s really doing ‘
Link: https://lucumr.pocoo.org/2025/9/4/996/
“Amazing salary, hackerhouse in SF, crazy equity.
996. Our mission is
OSS.” — Gregor Zunic
“The current vibe is no drinking, no drugs, 9-9-6, […].” — Daksh
Gupta
“The truth is, China’s really doing ‘
Armin Ronacher's Thoughts and Writings
996
There is cost to your lifestyle.
Hugo van Kemenade: Ready prek go!
Link: https://hugovk.dev/blog/2025/ready-prek-go/
I’ve been using prek recently as a drop-in replacement for
pre-commit.
It uses uv for managing Python virtual environments and dependencies, is rewritten in
Rust (because of course) and uses the same
Link: https://hugovk.dev/blog/2025/ready-prek-go/
I’ve been using prek recently as a drop-in replacement for
pre-commit.
It uses uv for managing Python virtual environments and dependencies, is rewritten in
Rust (because of course) and uses the same
Hugo van Kemenade
Ready prek go!