Python 3.13.0 Alpha 2 Is Now Available
https://pythoninsider.blogspot.com/2023/11/python-3130-alpha-2-is-now-available.html
https://pythoninsider.blogspot.com/2023/11/python-3130-alpha-2-is-now-available.html
Blogspot
Python Insider: Python 3.13.0 alpha 2 is now available
Django 5.0 Release Candidate 1 Released
https://www.djangoproject.com/weblog/2023/nov/20/django-50-rc1/
https://www.djangoproject.com/weblog/2023/nov/20/django-50-rc1/
Django Project
Django 5.0 release candidate 1 released
Posted by Natalia Bidart on November 20, 2023
What’s the Coolest Thing You’ve Done With Python?
https://www.reddit.com/r/Python/comments/17upt2f/whats_the_coolest_things_youve_done_with_python/
https://www.reddit.com/r/Python/comments/17upt2f/whats_the_coolest_things_youve_done_with_python/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
What’s It Like to Maintain an OSS Fork at Work?
https://lobste.rs/s/yav1ky/those_who_have_maintained_forks_oss_at
https://lobste.rs/s/yav1ky/those_who_have_maintained_forks_oss_at
lobste.rs
Those who have maintained forks of OSS at work, what was your experience like?
31 comments
Fixit 2: Meta’s Next-Generation Auto-Fixing Linter
https://engineering.fb.com/2023/08/07/developer-tools/fixit-2-linter-meta/
https://engineering.fb.com/2023/08/07/developer-tools/fixit-2-linter-meta/
Engineering at Meta
Fixit 2: Meta’s next-generation auto-fixing linter
Fixit is dead! Long live Fixit 2 – the latest version of our open-source auto-fixing linter. Fixit 2 allows developers to efficiently build custom lint rules and perform auto-fixes for their codeba…
Python Basics Exercises: Modules and Packages
https://realpython.com/courses/python-modules-packages-exercises/
https://realpython.com/courses/python-modules-packages-exercises/
Realpython
Python Basics Exercises: Modules and Packages – Real Python
In this video course, you'll practice separating your code into modules, using the import statement to access another module's namespace, and creating Python packages.
How to Write Efficient Python Code: A Tutorial for Beginners
https://www.kdnuggets.com/how-to-write-efficient-python-code-a-tutorial-for-beginners
https://www.kdnuggets.com/how-to-write-efficient-python-code-a-tutorial-for-beginners
KDnuggets
How To Write Efficient Python Code: A Tutorial for Beginners - KDnuggets
Are you a programmer looking to get better at Python? Learn some of Python’s features that’ll help you write more elegant and Pythonic code.
The Changing “Guarantees” Given by Python’s GIL
https://stefan-marr.de/2023/11/python-global-interpreter-lock/
https://stefan-marr.de/2023/11/python-global-interpreter-lock/
stefan-marr.de
The Changing “Guarantees” Given by Python's Global Interpreter Lock
A look into the implementation details of CPython's Global Interpreter Lock (GIL) and how they changed between Python 3.9 and the current development branch that will become Python 3.13.