es
Feedback
PythonHub

PythonHub

Ir al canal en Telegram

News & links about Python programming. https://pythonhub.dev/

Mostrar más
2 527
Suscriptores
-124 horas
+27 días
+1730 días

Carga de datos en curso...

Atraer Suscriptores
junio '26
junio '26
+41
en 0 canales
mayo '26
+82
en 0 canales
Get PRO
abril '26
+78
en 0 canales
Get PRO
marzo '26
+81
en 0 canales
Get PRO
febrero '26
+73
en 0 canales
Get PRO
enero '26
+68
en 0 canales
Get PRO
diciembre '25
+56
en 0 canales
Get PRO
noviembre '25
+44
en 1 canales
Get PRO
octubre '25
+41
en 1 canales
Get PRO
septiembre '25
+40
en 0 canales
Get PRO
agosto '25
+102
en 0 canales
Get PRO
julio '25
+96
en 0 canales
Get PRO
junio '25
+77
en 0 canales
Get PRO
mayo '25
+79
en 1 canales
Get PRO
abril '25
+69
en 0 canales
Get PRO
marzo '25
+67
en 0 canales
Get PRO
febrero '25
+59
en 0 canales
Get PRO
enero '25
+104
en 0 canales
Get PRO
diciembre '24
+104
en 0 canales
Get PRO
noviembre '24
+162
en 0 canales
Get PRO
octubre '24
+142
en 0 canales
Get PRO
septiembre '24
+70
en 0 canales
Get PRO
agosto '24
+96
en 0 canales
Get PRO
julio '24
+78
en 0 canales
Get PRO
junio '24
+76
en 0 canales
Get PRO
mayo '24
+81
en 0 canales
Get PRO
abril '24
+61
en 0 canales
Get PRO
marzo '24
+99
en 0 canales
Get PRO
febrero '24
+91
en 0 canales
Get PRO
enero '24
+117
en 0 canales
Get PRO
diciembre '23
+106
en 1 canales
Get PRO
noviembre '23
+31
en 0 canales
Get PRO
octubre '23
+25
en 0 canales
Get PRO
septiembre '23
+25
en 0 canales
Get PRO
agosto '23
+26
en 0 canales
Get PRO
julio '23
+33
en 0 canales
Get PRO
junio '23
+35
en 0 canales
Get PRO
mayo '23
+48
en 0 canales
Get PRO
abril '23
+31
en 0 canales
Get PRO
marzo '23
+36
en 0 canales
Get PRO
febrero '23
+32
en 0 canales
Get PRO
enero '23
+50
en 0 canales
Get PRO
diciembre '22
+54
en 0 canales
Get PRO
noviembre '22
+61
en 0 canales
Get PRO
octubre '22
+64
en 0 canales
Get PRO
septiembre '22
+78
en 0 canales
Get PRO
agosto '22
+49
en 0 canales
Get PRO
julio '22
+58
en 0 canales
Get PRO
junio '22
+49
en 0 canales
Get PRO
mayo '22
+56
en 0 canales
Get PRO
abril '22
+65
en 0 canales
Get PRO
marzo '22
+72
en 0 canales
Get PRO
febrero '22
+41
en 0 canales
Get PRO
enero '22
+56
en 0 canales
Get PRO
diciembre '21
+53
en 0 canales
Get PRO
noviembre '21
+29
en 0 canales
Get PRO
octubre '21
+36
en 0 canales
Get PRO
septiembre '21
+20
en 0 canales
Get PRO
agosto '21
+31
en 0 canales
Get PRO
julio '21
+42
en 0 canales
Get PRO
junio '21
+30
en 0 canales
Get PRO
mayo '21
+42
en 0 canales
Get PRO
abril '21
+46
en 0 canales
Get PRO
marzo '21
+31
en 0 canales
Get PRO
febrero '21
+47
en 0 canales
Get PRO
enero '21
+40
en 0 canales
Get PRO
diciembre '20
+617
en 0 canales
Fecha
Crecimiento de Suscriptores
Menciones
Canales
24 junio0
23 junio+2
22 junio+1
21 junio+1
20 junio+2
19 junio0
18 junio+2
17 junio+4
16 junio+3
15 junio+1
14 junio+2
13 junio+1
12 junio+1
11 junio+4
10 junio+2
09 junio+3
08 junio0
07 junio+1
06 junio+1
05 junio+1
04 junio+2
03 junio+2
02 junio+3
01 junio+2
Publicaciones del Canal
GitHub Pages alternative with native Python This article shows how to recreate core GitHub Pages functionality using only Python's standard library, including static file serving, automated deployments, and HTTPS support. By extending http.server in just a few dozen lines of code, it demonstrates how native Python tools can power a lightweight static website hosting platform. https://blog.klemek.fr/articles/2026-06-14/

2
Testing in Python with pytest: from the basics to advanced techniques This comprehensive guide covers pytest from basic testing concepts to advanced techniques such as fixtures, parametrization, mocking, and asynchronous testing. It provides practical patterns for building maintainable, scalable Python test suites and leveraging pytest effectively in production environments. https://en.andros.dev/blog/b6bf68de/testing-in-python-with-pytest-from-the-basics-to-advanced-techniques/
17
3
NVlabs / Sana SANA: Efficient High-Resolution Image Synthesis with Linear Diffusion Transformer https://github.com/NVlabs/Sana
32
4
OpenMontage World's first open-source, agentic video production system. 12 pipelines, 52 tools, 500+ agent skills. Turn your AI coding assistant into a full video production studio. https://github.com/calesthio/OpenMontage
47
5
django-q2 with Redis & Docker - for Background Tasks! In this video, we'll look at how to setup django-q2 using a Redis task broker running in a Docker container. This gives a more efficient and production-ready setup than using the ORM. https://www.youtube.com/watch?v=wjSFMK_IZS8
65
6
OpenMed Local-first healthcare AI that never leaves the device. https://github.com/maziyarpanahi/openmed
69
7
The 2026 way of using importmaps in Django The post explains a modern Django approach to JavaScript using import maps, native browser modules, and a shared import map rendered by Django templates. It argues that import maps can eliminate the need for bundlers in many applications while still supporting cache-busted static assets and reusable third-party app JavaScript. https://406.ch/writing/the-2026-way-of-using-importmaps-in-django/#the-2026-way-of-using-importmaps-in-django
70
8
obsidian-wiki Framework for AI agents to build and maintain a digital brain through Obsidian wiki using Karpathy's LLM Wiki pattern. https://github.com/Ar9av/obsidian-wiki
71
9
Nested Loops Aren’t the Problem. This Is. This video explains why nested loops are often a design problem rather than an algorithmic necessity, typically resulting from poor data structures or misplaced responsibilities. Using a real-world refactoring example, it shows how restructuring code can reduce complexity and improve maintainability. https://www.youtube.com/watch?v=095HrcWwHLI
71
10
Python is harder than R https://www.reddit.com/r/learnpython/comments/1u3e1dz/python_is_harder_than_r/
69
11
Jupyter Enterprise Gateway: From Notebook to Kubernetes Cluster Admin Security researchers at elttam uncovered three critical vulnerabilities in Jupyter Enterprise Gateway that allow notebook users to escalate privileges and potentially take over an entire Kubernetes cluster. The post walks through the attack chain from a Jupyter notebook to cluster-wide compromise, highlighting the risks of running multi-tenant notebook infrastructure without strong isola... https://www.elttam.com/blog/jupyter-enterprise-gateway
70
12
Pyodide 314.0: Python packages can now publish WebAssembly wheels to PyPI https://blog.pyodide.org/posts/314-release/
66
13
whichllm Find the local LLM that actually runs and performs best on your hardware. Ranked by real, recency-aware benchmarks, not parameter count. One command, run it instantly. https://github.com/Andyyyy64/whichllm
65
14
How and why to run modified Python code using the ast module Learn how to use Python's ast module to parse, transform, and execute code at runtime, using eval-type-backport as a real-world Python metaprogramming example. https://pydantic.dev/articles/eval-type-backport
68
15
Python Pro Hub – Python Error Fixes, Data Science & AI Tutorials Fix Python errors fast. Tutorials covering data science, AI projects, Flask, Django, and automation for all skill levels. https://pythonprohub.com/
73
16
Marin Open-source framework for the research and development of foundation models. https://github.com/marin-community/marin
77
17
debpalash / OmniVoice-Studio The open-source ElevenLabs alternative for local voice cloning, design, create, dubbing and dictation Desktop App https://github.com/debpalash/OmniVoice-Studio
79
18
Odysseus Self-hosted AI workspace. https://github.com/pewdiepie-archdaemon/odysseus
78
19
Talks from the PyCon US Typing Summit - Intersections, Tensor Shapes, and more! https://www.reddit.com/r/Python/comments/1u94fl8/talks_from_the_pycon_us_typing_summit/
73
20
sia SIA is a Self Improving AI framework to autonomously improve the performance of any AI system (Model / Agent) on a benchmark task. https://github.com/hexo-ai/sia
72