PythonHub
2.44K subscribers
2.35K photos
49.4K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
I stopped using the Django shell because of marimo

The video explains how marimo, a modern Python notebook, enhances productivity in Django projects by integrating SQL support, coding agents, and interactivity beyond the traditional Django shell. It demonstrates using marimo for database connections, asynchronous Django ORM operations, custom admin interfaces, and reactive, interactive notebooks that combine SQL, Python, and UI elements ...

https://www.youtube.com/watch?v=ksGIAy2s_5k
SOLID: Writing Better Python Without Overengineering

The video explores applying the SOLID design principles to improve Python code quality by refactoring a messy sales report script into both a clean class-based and a lean functional version. It discusses the relevance of SOLID principles in Python, showing how they enhance code modularity, testability, and maintainability while highlighting when they might lead to overengineering.

https://www.youtube.com/watch?v=uxwjXLjJOoM
👍1
Python, Go, Rust, TypeScript and AI with Armin Ronacher

The video features Armin Ronacher, creator of Flask and co-founder of a new startup, discussing the strengths and trade-offs of Python, Go, Rust, and TypeScript for different use cases, especially startups. He highlights how AI tools are transforming engineering work, the challenges of language migrations like Python 2 to 3, and the evolving importance of programming languages in an AI-d...

https://www.youtube.com/watch?v=45kVol96IlM
Python 3.14.0 (final) is here!

Python 3.14 introduces major new features including official support for free-threaded Python, deferred evaluation of annotations, template string literals, multiple interpreters in the standard library, and a new compression module for Zstandard. It also brings improved error messages, syntax highlighting in the REPL and debugger, an experimental JIT compiler for macOS and Windows, and ...

https://pythoninsider.blogspot.com/2025/10/python-3140-final-is-here.html