Python Hub

76.4K posts

Python Hub banner
Python Hub

Python Hub

@PythonHub

News & links about Python programming. Support: https://t.co/z5ihtHB4jY Suggest a Link: https://t.co/gOWyInLqhy

Katılım Mayıs 2012
3 Takip Edilen154.7K Takipçiler
Sabitlenmiş Tweet
Python Hub
Python Hub@PythonHub·
Well, it finally happened: X/Twitter and its *not-at-all predictable* owner decided that posting via API should come with a price tag. So for now, I’m hitting pause on automated posts here. Apparently, even bots need a subscription these days. Good news: PythonHub isn’t going anywhere. We’re active on other platforms. Just head over to our website and pick the one that works best for you. See you outside the paywall 🙂🇺🇦
English
3
1
6
837
Python Hub
Python Hub@PythonHub·
Building a Python Library in 2026 So you want to build a Python library in 2026? Here's everything you need to know about the state of the art. stephenlf.dev/blog/python-li…
English
0
8
51
3.7K
Python Hub
Python Hub@PythonHub·
Your Models Know Their Own Schema. Let Them Show You. Django already knows every model in your project, every field, every relationship — down to the last on_delete. So why are you drawing it by hand? jeffield.net/blog/your-mode…
English
1
2
13
1.4K
Python Hub
Python Hub@PythonHub·
Exploring Petabytes of the Night Sky — Jupyter Notebooks at NOIRLab’s Astro Data Lab Science Platform The post shows how NOIRLab’s Astro Data Lab uses Jupyter notebooks to let astronomers explore and analyze petabytes of sky data directly in the browser, without local setup. It also highlights the value of notebooks for making large-scale astronomy workflows more interactive, reproducible, and accessible to researchers and students. blog.jupyter.org/exploring-peta…
English
0
3
8
2.3K
Python Hub
Python Hub@PythonHub·
Alishahryar1 / free-claude-code Use claude-code for free in the terminal, VSCode extension or via discord like openclaw github.com/Alishahryar1/f…
English
0
2
9
1.5K
Python Hub
Python Hub@PythonHub·
Dinobase Dinobase is an agent-first data platform that syncs 100+ sources like APIs, databases, files, and MCP servers into SQL-ready tables with automatic data annotation. github.com/DinobaseHQ/din…
English
1
0
5
1.1K
Python Hub
Python Hub@PythonHub·
Implementing MikroTik's Binary API Protocol in Python from Scratch A deep dive into implementing MikroTik's proprietary RouterOS binary API protocol in Python — variable-length encoding, sentence-based messaging, and programmatic network infrastructure control. Zero dependencies, 137 lines. joekarlsson.com/blog/implement…
English
0
2
15
1.8K
Python Hub
Python Hub@PythonHub·
Array API adoption: Performance wins across the ecosystem Adopting the Array API standard lets major Python libraries run the same code across backends like NumPy, PyTorch, CuPy, and JAX, unlocking dramatic speedups with minimal user changes. The broader impact is a more interoperable scientific Python ecosystem where GPU acceleration and new hardware become accessible without rewriting entire libraries. labs.quansight.org/blog/array-api…
English
0
0
4
776
Python Hub
Python Hub@PythonHub·
What Most Python Developers Miss About Generators Most Python developers view generators as a memory optimization, but their deeper value is controlling when computation happens and how data flows through a system. They enable lazy pipelines, backpressure handling, two-way communication, and patterns that extend naturally into async streaming architectures. youtube.com/watch?v=5VN-3r…
YouTube video
YouTube
English
1
0
7
1.8K
Python Hub
Python Hub@PythonHub·
Reimagine Python Notebooks in the AI Era Traditional notebooks are evolving as AI shifts more value from writing syntax to guiding workflows, reviewing outputs, and iterating through natural-language prompts. The emerging model emphasizes reactive cells and integrated LLM tooling that can turn linear notebooks into more interactive, dynamic applications. mljar.com/blog/reimagine…
English
1
1
9
905
Python Hub
Python Hub@PythonHub·
Django: fixing a memory “leak” from Python 3.14’s incremental garbage collection Adam Johnson explains how Python 3.14's new incremental garbage collection caused excessive memory growth during Django migrations, leading to out-of-memory errors on resource-constrained servers. He shares a practical workaround by explicitly triggering garbage collection after each migration step, and notes the issue helped support the planned revert to the prior GC behavior in Python ... adamj.eu/tech/2026/04/2…
English
0
0
3
659