PythonHub
رفتن به کانال در Telegram
News & links about Python programming. https://pythonhub.dev/
نمایش بیشتر2 630
مشترکین
-224 ساعت
+237 روز
+6030 روز
آرشیو پست ها
2 630
fastapi / fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
https://github.com/fastapi/fastapi
2 630
PyPI+
Discover and explore 500,000+ Python packages with interactive dependency tree visualization.
https://pypiplus.com/
2 630
TIL: Python's splitlines does more than just newlines
https://yossarian.net/til/post/python-s-splitlines-does-a-lot-more-than-just-newlines/
2 630
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
2 630
Logly
Logly is a Rust-powered, Loguru-like logging library for Python that combines the familiarity of Python’s standard logging API with high-performance logging capabilities.
https://github.com/muhammad-fiaz/logly
2 630
StringWa.rs: Which Libs Make Python Strings 2-10× Faster?
https://www.reddit.com/r/Python/comments/1nocyn3/stringwars_which_libs_make_python_strings_210/
2 630
EbookFoundation / free-programming-books
📚 Freely available programming books
https://github.com/EbookFoundation/free-programming-books
2 630
DeepFabric
Create large-scale synthetic training data for model distillation and evaluation.
https://github.com/lukehinds/deepfabric
2 630
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
2 630
holm
Web development framework that brings the Next.js developer experience to Python, built on FastAPI, htmy, and FastHX.
https://github.com/volfpeter/holm
2 630
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
2 630
I made PyPIPlus.com — a faster way to see all dependencies of any Python package
https://www.reddit.com/r/Python/comments/1ny6svl/i_made_pypipluscom_a_faster_way_to_see_all/
2 630
Building an AI agent from scratch in Python
How to implement a single AI agent with an LLM API and no frameworks.
https://www.leoniemonigatti.com/blog/ai-agent-from-scratch-in-python.html
2 630
Effective context engineering for AI agents
Context is a critical but finite resource for AI agents. In this post, we explore strategies for effectively curating and managing the context that powers them.
https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents
2 630
I built a full programming language interpreter in Python based on a meme
https://www.reddit.com/r/Python/comments/1nmta0f/i_built_a_full_programming_language_interpreter/
2 630
bytedance / Dolphin
The official repo for “Dolphin: Document Image Parsing via Heterogeneous Anchor Prompting”, ACL, 2025.
https://github.com/bytedance/Dolphin
2 630
Why Is Python So Popular in 2025? – The PyCharm Blog
https://blog.jetbrains.com/pycharm/2025/09/why-is-python-so-popular/
2 630
Simplifying Resource Management in mssql-python through Context Manager
The article introduces context manager support in the mssql-python driver, allowing Python applications to manage SQL Server and Azure SQL resources more safely and efficiently using Python's "with" statement. This feature automates opening and closing of connections and cursors, as well as commit and rollback of transactions, reducing boilerplate code, preventing resource leaks, and ens...
https://devblogs.microsoft.com/python/simplifying-resource-management-in-mssql-python-through-context-manager/
