PythonHub
الذهاب إلى القناة على Telegram
News & links about Python programming. https://pythonhub.dev/
إظهار المزيد2 632
المشتركون
+924 ساعات
+327 أيام
+6830 أيام
أرشيف المشاركات
2 632
OpenBMB / VoxCPM
VoxCPM: Tokenizer-Free TTS for Context-Aware Speech Generation and True-to-Life Voice Cloning
https://github.com/OpenBMB/VoxCPM
2 632
apurvsinghgautam / robin
AI-Powered Dark Web OSINT Tool
https://github.com/apurvsinghgautam/robin
2 632
context-async-sqlalchemy
This library greatly simplifies integrating async sqlalchemy into any ASGI application. It handles engine and session lifecycle management. It provides a bunch of useful utilities to make it easy and quick for developers to write applications, but it also doesn't limit them.
https://github.com/krylosov-aa/context-async-sqlalchemy
2 632
FastPython
This is the official GitHub repository for FastPython. FastPython is a project dedicated to improving Python’s performance through practical, drop-in code patterns and optimization techniques. The goa
https://github.com/tomtyiu/fastPython
2 632
Deprecations via warnings don't work for Python libraries
https://sethmlarson.dev/deprecations-via-warnings-dont-work-for-python-libraries
2 632
metacode
The standard language for machine-readable code comments.
https://github.com/pomponchik/metacode
2 632
Quick Docker Tutorial to Run a Python Script
This tutorial introduces Docker basics for running Python scripts in containers, prioritizing hands-on practice over theory. It covers Docker concepts, CLI commands, image management, bind mounts for scripts, and Dockerfile creation with dependencies like requirements.txt.?
https://en.andros.dev/blog/5d4edfbf/quick-docker-tutorial-to-run-a-python-script/
2 632
Python SDK – forecasting with foundation time-series and tabular models
https://github.com/S-FM/faim-python-client
2 632
Django: implement HTTP basic authentication
Previously, we covered bearer authentication within HTTP’s general authentication framework. In this post, we’ll implement basic authentication, where the client provides a username and password.
https://adamj.eu/tech/2025/12/08/django-basic-authentication/
2 632
Sloppylint
Python AI Slop Detector - Find over-engineering, hallucinations, and dead code in Python codebases.
https://github.com/rsionnach/sloppylint
2 632
qcrawl
Fast async web crawling & scraping framework for Python.
https://github.com/crawlcore/qcrawl
2 632
Benchmarking Vulnerability of Agent-Generated Code in Real-World Tasks
The paper introduces a benchmark called SUSVIBES to test whether vibe-coded outputs are safe to deploy in real software projects. It finds that while many AI-generated solutions work functionally, the vast majority are insecure, raising serious concerns for production use.
https://arxiv.org/pdf/2512.03262
2 632
The Lazy Loading Pattern: How to Make Python Programs Feel Instant
This video provides a deep dive into the Lazy Loading pattern in Python, demonstrating how it immediately improves application responsiveness by delaying initialization until required. It teaches practical techniques for implementation, including using generators, caching, and background preloading to optimize performance, memory, and code design.
https://www.youtube.com/watch?v=ENnDxEOAKKc
2 632
Syd
Air-gapped cybersecurity assistant for security professionals. 100% offline AI-powered analysis tool for Nmap, Volatility, BloodHound, Metasploit, YARA, and more. Built for environments where cloud AI isn't available.
https://gitlab.com/sydsec1/Syd
2 632
Top Python Libraries of 2025 (11th Edition)
https://www.reddit.com/r/Python/comments/1pptnyc/top_python_libraries_of_2025_11th_edition/
2 632
robyn-config — CLI to scaffold production-ready Robyn apps
Production-ready Robyn backend boilerplate generator with flexible project layouts, ORM support, and CLI tooling for fast project setup
https://github.com/Lehsqa/robyn-config
2 632
Extracting Structured Data from Patient Intake Forms with DSPy and CocoIndex
Extract clean, typed, Pydantic-validated structured data directly from PDFs
https://cocoindex.io/blogs/extraction-dspy
