PyLadies Flash Talks, Sat, May 30, 2026, 6:00 PM | Meetup
https://www.meetup.com/pyladies-el-alto/events/314757103/
PyLadies El Alto: Flash Talks May 30 to May 31, 2026 MEETUP.COM
3 months ago
Public list by ~pycoders
https://www.meetup.com/pyladies-el-alto/events/314757103/
PyLadies El Alto: Flash Talks May 30 to May 31, 2026 MEETUP.COM
3 months ago
https://realpython.com/courses/tapping-into-the-zen-of-python/
Tapping Into the Zen of Python Explore the Zen of Python and its 19 guiding principles for writing readable, practical code. Learn its history, jokes, and meaning. REAL PYTHON course
3 months ago
https://realpython.com/quizzes/tapping-into-the-zen-of-python/
Quiz: Tapping Into the Zen of Python REAL PYTHON
3 months ago
https://mathspp.com/blog/til/resolve-a-lazy-import-manually
Resolve a Lazy Import Manually Learn how to work around the Python 3.15 machinery to resolve an explicit lazy import manually. RODRIGO GIRĂO SERRĂO
3 months ago
https://www.djangoproject.com/weblog/2026/may/20/django-61-alpha-1-released/
Django 6.1 Alpha 1 Released Posted by Jacob Walls on May 20, 2026 DJANGO SOFTWARE FOUNDATION
3 months ago
https://nuitka.net/posts/nuitka-release-41.html
Nuitka Python Compiler Release 4.1 NUITKA.NET
3 months ago
https://blog.europython.eu/make-europython-2026-happen/
Call for Onsite Volunteers: Make EuroPython 2026 Happen EUROPYTHON.EU
3 months ago
https://pythonleiden.nl/meeting-2026-05-28.html
Python Leiden User Group May 28, 2026 PYTHONLEIDEN.NL
3 months ago
https://pola.rs/posts/streaming-joins/
Streaming Sort-Merge Joins in Polars âJoins are often one of the most expensive parts of a query. Once tables get large, the join can heavily impact both runtime and memory usage⌠If the join keys are already sorted, Polars can now take a cheaper path: a streaming sort-merge join.â THIJS NIEUWDORP
3 months ago
https://peps.python.org/pep-0808/
PEP 808: Including Static Values in Dynamic Metadata (Accepted) PYTHON.ORG
3 months ago
https://bernat.tech/posts/pycon-us-2026-packaging-summit-recap/
PyCon US 2026 Packaging Summit Recap Per-talk notes from the PyCon US 2026 Packaging Summit, including: Emma Smith on Wheel 2.0 and Zstandard compression, Mike Fiedler on PyPI abuse vectors, Mahe Iram Khan on ecosystems, lightning talks on PEP 772, mobile wheels, AI accelerator variants, and the roundtable discussions. BERNĂT GĂBOR
3 months ago
https://codecut.ai/shrink-python-container-slimtoolkit/
Slim Down Python Docker Containers Learn how SlimToolkit can reduce a Python Docker image by analyzing what your app actually uses at runtime. This tutorial walks through slimming a Chainlit LLM chatbot image, shows where container bloat comes from, and explains how to avoid breaking lazily loaded Python frameworks. CODECUT.AI ⢠Shared by Khuyen Tran
3 months ago
https://realpython.com/workshops/python-oop/
Object-Oriented Python: 5-Day Live Workshop, June 8 to 12 A new live cohort for Python developers comfortable with the basics who want to design classes that hold up under change. Across five 2-hour sessions, OOP features appear at the moment a growing project actually needs them. You leave with a working app and the judgment to know when a class earns its keep â REAL PYTHON sponsor
3 months ago
https://www.pythonmorsels.com/what-types-of-exceptions-should-you-catch/
What Types of Exceptions Should You Catch? The trickiest programming bugs are often caused by catching exceptions that you didnât mean to catch or handling exceptions in ways that obfuscate the actual error thatâs occurring. Which exceptions should you catch and which should you leave unhandled? TREY HUNNER
3 months ago
https://tech.marksblogg.com/reverse-geocoding-overture-maps.html
Reverse Geocoding With Overture Maps Mark is working on a reverse geocoder that can fetch the 2-letter ISO country code for any point on a map in a countryâs boundaries. This post talks about the prototype and his progress on the project. MARK LITWINTSCHIK
3 months ago
https://dev.to/peytongreen_dev/stop-writing-edge-case-tests-let-hypothesis-find-them-instead-5hl0
Stop Writing Edge Case Tests. Use Hypothesis Instead An introduction to property-based testing in Python with Hypothesis: the mental shift from âwhat input should I test?â to âwhat invariant should always hold?â PEYTON GREEN ⢠Shared by Anonymous
3 months ago
https://blog.glyph.im/2026/05/opaque-types-in-python.html
Opaque Types in Python Learn how to use the NewType to mask a private class while still providing a public construction mechanism for the users of your library. GLYPH LEFKOWITZ
3 months ago
https://realpython.com/claude-api-python/
How to Use the Claude API in Python Learn how to use the Claude API in Python to send prompts, control responses with system instructions, and get structured JSON output. REAL PYTHON
3 months ago
https://realpython.com/quizzes/claude-api-python/
Quiz: How to Use the Claude API in Python REAL PYTHON
3 months ago
https://www.loopwerk.io/articles/2026/uv-ux-mess/
uv Is Fantastic, but Its Package UX Is a Mess This opinion piece talks about how uvâs CLI feels surprisingly clunky compared to its peers like pnpm or Poetry. KEVIN RENSKERS
3 months ago
https://realpython.com/python-built-in-functions/
Python Built-in Functions: A Complete Guide Use Pythonâs built-in functions for math, data types, iterables, and I/O to write shorter, more Pythonic code. REAL PYTHON
3 months ago
https://github.com/henryiii/flake8-lazy
flake8-lazy: Detect Lazy-Importable Modules in Python 3.15+ GITHUB.COM/HENRYIII
3 months ago
https://github.com/RJ-Gamer/django-arch-check
django-arch-check: Static Checker for Common Django Issues GITHUB.COM/RJ-GAMER
3 months ago
https://github.com/AlDanial/tdb
tdb: A Python Debugger Based on Textual GITHUB.COM/ALDANIAL
3 months ago
https://github.com/golikovichev/postman2pytest
postman2pytest: Convert Postman Collection Into pytest Suite GITHUB.COM/GOLIKOVICHEV
3 months ago