Mariatta: Python Core Sprint 2024: Day 5
Link: https://mariatta.ca/posts/python-core-sprint-2024-day-5/
Python Core Sprint 2024: Day 5
Datetime and Hypothesis
I reviewed some issues that came to the CPython repo. There were a few interesting tickets related to the datetime
module. These issues were disc
Link: https://mariatta.ca/posts/python-core-sprint-2024-day-5/
Python Core Sprint 2024: Day 5
Datetime and Hypothesis
I reviewed some issues that came to the CPython repo. There were a few interesting tickets related to the datetime
module. These issues were disc
Mariatta
Python Core Sprint 2024: Day 5
Python Core Sprint 2024: Day 5 Datetime and Hypothesis I reviewed some issues that came to the CPython repo. There were a few interesting tickets related to the datetime module. These issues were discovered by Hypothesis, a property-based testing tool for…
Zato Blog: API Testing in Pure English
Link: https://zato.io/en/blog/api-testing-in-pure-english.html
API Testing in Pure English
2024-10-07, by Dariusz Suchojad
How to test APIs in pure English
Do you have 20 minutes to learn how to test APIs in pure English, without any programming needed?
Gr
Link: https://zato.io/en/blog/api-testing-in-pure-english.html
API Testing in Pure English
2024-10-07, by Dariusz Suchojad
How to test APIs in pure English
Do you have 20 minutes to learn how to test APIs in pure English, without any programming needed?
Gr
Julien Tayon: Writing an interactive tcl/tk interpreter proxy to wish in python
Link: http://beauty-of-imagination.blogspot.com/2024/10/writing-interactive-tcltk-interpreter.html
Maybe, you want to experiment small stuffs in wish (the tcl/tk) interpreter because of a post claiming that direct python tcl/tk is simpler in some simple cases than tkinter.
As a convinced tkinter/F
Link: http://beauty-of-imagination.blogspot.com/2024/10/writing-interactive-tcltk-interpreter.html
Maybe, you want to experiment small stuffs in wish (the tcl/tk) interpreter because of a post claiming that direct python tcl/tk is simpler in some simple cases than tkinter.
As a convinced tkinter/F
Blogspot
Writing an interactive tcl/tk interpreter proxy to wish in python
Maybe, you want to experiment small stuffs in wish (the tcl/tk) interpreter because of a post claiming that direct python tcl/tk is simpler...
Real Python: Python News Roundup: October 2024
Link: https://realpython.com/python-news-october-2024/
October is always an important month for Python, as this is when a new major version is released. Python 3.13 is the new version this year, and it brings several new features that lay the groundwork f
Link: https://realpython.com/python-news-october-2024/
October is always an important month for Python, as this is when a new major version is released. Python 3.13 is the new version this year, and it brings several new features that lay the groundwork f
Realpython
Python News Roundup: October 2024 – Real Python
This month, Python 3.13 is being released. The new release brings exciting features like a new REPL and a version of Python without the global interpreter lock (GIL). In the community, DjangoCon US just wrapped up after a week of interesting tutorials and…
Python Bytes: #404 The Lost Episode
Link: https://pythonbytes.fm/episodes/show/404/the-lost-episode
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://www.python.org/downloads/release/python-3130/?featured_on=pythonbytes">Python 3.13.0 released Oct 7</a></strong
Link: https://pythonbytes.fm/episodes/show/404/the-lost-episode
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://www.python.org/downloads/release/python-3130/?featured_on=pythonbytes">Python 3.13.0 released Oct 7</a></strong
pythonbytes.fm
The Lost Episode
News and announcements from the Python community for the week of Oct 7th, 2024
Python Insider: Python 3.13.0 (final) released
Link: https://pythoninsider.blogspot.com/2024/10/python-3130-final-released.html
Python 3.13.0 is now availablehttps://www.python.org/downloads/release/python-3130/This is the stable release of Python 3.13.0Python 3.13.0 is the newest major release of the Python programming langu
Link: https://pythoninsider.blogspot.com/2024/10/python-3130-final-released.html
Python 3.13.0 is now availablehttps://www.python.org/downloads/release/python-3130/This is the stable release of Python 3.13.0Python 3.13.0 is the newest major release of the Python programming langu
Blogspot
Python Insider: Python 3.13.0 (final) released
Python Morsels: Python 3.13's best new features
Link: https://www.pythonmorsels.com/python-313-whats-new/
Python 3.13 comes with a brand new REPL and improvements to virtual environments and the Python debugger.
Table of contents
Important but not my favorite
The New Python REPL
Git-friendly virtual e
Link: https://www.pythonmorsels.com/python-313-whats-new/
Python 3.13 comes with a brand new REPL and improvements to virtual environments and the Python debugger.
Table of contents
Important but not my favorite
The New Python REPL
Git-friendly virtual e
Pythonmorsels
Python 3.13's best new features
Python 3.13 comes with a brand new REPL and improvements to virtual environments and the Python debugger.
Python Software Foundation: Join the Python Developers Survey 2024: Share your experience!
Link: https://pyfound.blogspot.com/2024/10/join-python-developers-survey-2024.html
This year we are conducting the eighth iteration of the official Python Developers Survey. The goal is to capture the current state of the language and the ecosystem around it. By comparing the result
Link: https://pyfound.blogspot.com/2024/10/join-python-developers-survey-2024.html
This year we are conducting the eighth iteration of the official Python Developers Survey. The goal is to capture the current state of the language and the ecosystem around it. By comparing the result
Python Software Foundation Blog
Join the Python Developers Survey 2024: Share your experience!
This year we are conducting the eighth iteration of the official Python Developers Survey. The goal is to capture the current state of the l...
Django Weblog: Django bugfix release issued: 5.1.2
Link: https://www.djangoproject.com/weblog/2024/oct/08/bugfix-releases/
Today we've issued the 5.1.2 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Link: https://www.djangoproject.com/weblog/2024/oct/08/bugfix-releases/
Today we've issued the 5.1.2 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Django Project
Django bugfix release issued: 5.1.2
Posted by Natalia Bidart on Oct. 8, 2024
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.