A Reverse Chronology of Some Python Features
https://snarky.ca/a-reverse-chronology-of-some-python-features/
https://snarky.ca/a-reverse-chronology-of-some-python-features/
Tall, Snarky Canadian
A reverse chronology of some Python features
I occasionally hear people lament that Python is "bloated", "too big", "going
enterprise", or some other phrasing to suggest there was once an "ideal" version
of Python that had less bloat and was closer to what the person wanted.
But then this lament is…
enterprise", or some other phrasing to suggest there was once an "ideal" version
of Python that had less bloat and was closer to what the person wanted.
But then this lament is…
Host Your Django Project on Heroku
https://realpython.com/courses/host-your-django-project-on-heroku/
https://realpython.com/courses/host-your-django-project-on-heroku/
Realpython
Host Your Django Project on Heroku – Real Python
In this course, you'll learn how to host your Django project in the cloud for free and with little hassle. You'll use Heroku, which takes the burden of infrastructure management off your shoulders.
Python Core Dev Fredrik “effbot” Lundh Has Died
https://mail.python.org/archives/list/python-dev@python.org/thread/36Q5QBILL3QIFIA3KHNGFBNJQKXKN7SD/
https://mail.python.org/archives/list/python-dev@python.org/thread/36Q5QBILL3QIFIA3KHNGFBNJQKXKN7SD/
pytest-7.0.0rc1 Prerelease Now Available
https://docs.pytest.org/en/7.0.x/announce/release-7.0.0rc1.html
https://docs.pytest.org/en/7.0.x/announce/release-7.0.0rc1.html
Python in Visual Studio Code – December 2021 Release
https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2021-release/
https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2021-release/
Python
Python in Visual Studio Code – December 2021 Release
We are happy to announce that the December 2021 release of the Python Extension for VS Code is now available. This announcement includes a new refactoring option via Pylance, rich editing support for virtual or untrusted workspaces, an update regarding debugging…
Sorting Multiple Lists Together in Place
https://stackoverflow.com/questions/70202457/sorting-multiple-lists-together-in-place
https://stackoverflow.com/questions/70202457/sorting-multiple-lists-together-in-place
Stack Overflow
Sorting multiple lists together in place
I have lists a,b,c,... of equal length. I'd like to sort all of them the order obtained by sorting a, i.e., I could do the decorate-sort-undecorate pattern
a, b, c = map(list, zip(*sorted(zip(a, b,...
a, b, c = map(list, zip(*sorted(zip(a, b,...
What Are 3 Django Packages Everyone Should Know About?
https://old.reddit.com/r/django/comments/rbkmt6/what_are_3_django_packages_everyone_should_know/
https://old.reddit.com/r/django/comments/rbkmt6/what_are_3_django_packages_everyone_should_know/
Reddit
From the django community on Reddit
Explore this post and more from the django community
Pulumi: Developer-First Infrastructure
https://www.pulumi.com/?utm_source=pycoders-weekly&utm_medium=sponsored-link&utm_campaign=iac
https://www.pulumi.com/?utm_source=pycoders-weekly&utm_medium=sponsored-link&utm_campaign=iac
pulumi
Infrastructure as Code Platform with Agentic AI – Pulumi
Pulumi is an infrastructure management platform to automate through infrastructure as code, secure with secrets management, and manage infrastructure with AI.
Simulating a 3D Solar System in Python Using Matplotlib
https://thepythoncodingbook.com/2021/12/11/simulating-3d-solar-system-python-matplotlib/
https://thepythoncodingbook.com/2021/12/11/simulating-3d-solar-system-python-matplotlib/
The Python Coding Book
Simulating a 3D Solar System In Python Using Matplotlib
Simulating a 3D Solar System in Python using Matplotlib. Explore how to represent a 3D real-world system in Python
Why Your multiprocessing Pool Is Stuck (It’s Full of Sharks!)
https://pythonspeed.com/articles/python-multiprocessing/
https://pythonspeed.com/articles/python-multiprocessing/
Python⇒Speed
Why your multiprocessing Pool is stuck (it’s full of sharks!)
On Linux, the default configuration of Python’s multiprocessing library can lead to deadlocks and brokenness. Learn why, and how to fix it.
Poetry, FastAPI, and (Beta) Remote Development Support in PyCharm 2021.3
https://www.jetbrains.com/pycharm/whatsnew/?utm_source=pycoders&utm_medium=cpc&utm_campaign=pycharm_email_dec&utm_content=headline
https://www.jetbrains.com/pycharm/whatsnew/?utm_source=pycoders&utm_medium=cpc&utm_campaign=pycharm_email_dec&utm_content=headline
JetBrains
What’s New in PyCharm 2026.1 – Rethink How You Build and Scale
Featuring a new debugpy architecture, remote uv support, an open AI ecosystem with Cursor and Codex, and free professional web tools.
The Future of Python Build Systems and Gentoo Linux
https://blogs.gentoo.org/mgorny/2021/11/07/the-future-of-python-build-systems-and-gentoo/
https://blogs.gentoo.org/mgorny/2021/11/07/the-future-of-python-build-systems-and-gentoo/
View Changes to a Python Function Over-Time in Your Git History
https://bhupesh.gitbook.io/notes/git/view-python-function-git-history-with-fzf
https://bhupesh.gitbook.io/notes/git/view-python-function-git-history-with-fzf