EuroSciPy 2026
https://euroscipy.org/
EuroSciPy 2026 July 18 to July 24, 2026 EUROSCIPY.ORG
about 1 month ago
Public list by ~pycoders
https://euroscipy.org/
EuroSciPy 2026 July 18 to July 24, 2026 EUROSCIPY.ORG
about 1 month ago
https://www.pythonmorsels.com/random-numbers/
Selecting Random Values in Python Python’s random module provides utilities for generating pseudorandom numbers. For cryptographically-secure randomness, use the secrets module instead. TREY HUNNER
about 1 month ago
https://realpython.com/courses/managing-and-measuring-python-code-quality/
Managing and Measuring Python Code Quality Master Python code quality tools like linters, formatters, type checkers, and profilers to measure, manage, and improve the code you write. REAL PYTHON course
about 1 month ago
https://realpython.com/quizzes/managing-and-measuring-python-code-quality/
Quiz: Managing and Measuring Python Code Quality REAL PYTHON
about 1 month ago
https://peps.python.org/pep-0752/
PEP 752: Package Repository Namespaces (Final) PYTHON.ORG
about 1 month ago
https://peps.python.org/pep-0836/
PEP 836: JIT Go Brrr: The Path to a Supported JIT Compiler for CPython (Draft) PYTHON.ORG
about 1 month ago
https://www.youtube.com/c/pyconus
PyCon US 2026 Videos Are Up YOUTUBE.COM
about 1 month ago
https://discuss.python.org/t/pep-836-jit-go-brrr-the-path-to-a-supported-jit-compiler-for-cpython/108010
The Path to a Supported JIT Compiler for CPython PYTHON.ORG
about 1 month ago
https://pyfound.blogspot.com/2026/07/thinking-about-running-for-psf-board.html
Thinking About Running for the PSF Board? Let’s Talk! The Python Software Foundation Board has announced two office-hour sessions dedicated to giving information on running for the PSF Board. If you’re thinking of running in the upcoming election, these sessions can help you understand the ins and outs. PYTHON SOFTWARE FOUNDATION
about 1 month ago
https://jangiacomelli.com/blog/celery-on-aws-ecs/
Celery on AWS ECS: Complete Guide Running Celery on AWS ECS without losing tasks and making sure that all the work is done is not as straightforward as it may seem. Learn how to configure Celery and structure your tasks for reliable processing. JAN GIACOMELLI • Shared by Špela Giacomelli
about 1 month ago
http://www.meetup.com/dfwpython/
DFW Pythoneers 2nd Saturday Teaching Meeting July 11, 2026 MEETUP.COM
about 1 month ago
https://ep2026.europython.eu/
EuroPython 2026 July 13 to July 20, 2026 EUROPYTHON.EU
about 1 month ago
https://timonweb.com/wagtail/wagtail-as-django-admin-on-steroids/
Wagtail as Django Admin on Steroids Wagtail can do pretty much everything the Django Admin can do, but includes a much more modern UI and more features. This article shows you how to use Wagtail as an Admin alternative. TIM KAMANIN
about 1 month ago
https://lwn.net/SubscriberLink/1078367/eaa511915870fdb2/
Free-Threaded Python: Past, Present, and Future This post summarizes a talk by core developer Thomas Wouters at PyCon US 2026 on Free-threaded Python: the attempt to remove the GIL. It describes why it is being done and what future work looks like. JAKE EDGE
about 1 month ago
https://buttondown.com/carlton/archive/in-search-of-a-new-contribution-model/
In Search of a New Contribution Model This opinion piece from Carlton Gibson, a core Django contributor, talks about the state of contributions to OSS, how AI has made them more complicated, and how some key things are still broken. CARLTON GIBSON
about 1 month ago
https://blog.pythonlibrary.org/2026/06/10/how-to-get-tiff-metadata-with-python/
How to Get TIFF MetaData With Python The Pillow image library gives you lots of tools for dealing with images. This article teaches you how to extract metadata from TIFF files in a few lines of Python. MIKE DRISCOLL
about 1 month ago
https://belderbos.dev/blog/profile-django-test-suite-10x-faster/
Profile First: A 10x Faster Django Test Suite Bob’s Django test suite took 30 seconds. cProfile showed 83% of it was one function: password hashing. Here’s how he found the bottleneck and the five-line fix. BOB BELDERBOS
about 1 month ago
https://realpython.com/python315-jit-compiler/
Python 3.15 Preview: Upgraded JIT Compiler Learn how the upgraded Python 3.15 JIT compiler speeds up your code with a new tracing frontend, register allocation, and in-place numeric operations. REAL PYTHON
about 1 month ago
https://realpython.com/quizzes/python315-jit-compiler/
Quiz: Python 3.15 Preview: Upgraded JIT Compiler REAL PYTHON
about 1 month ago
https://adamj.eu/tech/2026/06/27/python-weak-key-dict-pattern/
Store Extra Data for Objects in a WeakKeyDictionary In several programs Adam has wanted to solve the problem of associating extra data with an object. This article outlines his latest approach. ADAM JOHNSON
about 1 month ago
https://realpython.com/github-copilot-cli/
How to Get Started With the GitHub Copilot CLI Learn how to install, authenticate, and use the GitHub Copilot CLI to plan, write, and review Python code from your terminal with AI agents. REAL PYTHON
about 1 month ago
https://realpython.com/quizzes/github-copilot-cli/
Quiz: How to Get Started With the GitHub Copilot CLI REAL PYTHON
about 1 month ago
https://github.com/breadMSA/pytest-tia
pytest-tia: Run Only the Tests Your Git Diff Actually Affects GITHUB.COM/BREADMSA • Shared by BreadWasEaten
about 1 month ago
https://github.com/Vortrix5/sifty
Sifty: OSS Windows Maintenance CLI GITHUB.COM/VORTRIX5 • Shared by Amine Zouaoui
about 1 month ago
https://github.com/adam2go/purejq
purejq: A Pure-Python Implementation of jq GITHUB.COM/ADAM2GO • Shared by adam2go
about 1 month ago