PythonHub
Kanalga Telegram’da o‘tish
News & links about Python programming. https://pythonhub.dev/
Ko'proq ko'rsatish2 630
Obunachilar
Ma'lumot yo'q24 soatlar
+257 kunlar
+6330 kunlar
Postlar arxiv
2 630
hyperflask
Full stack Python web framework to build websites and web apps with as little boilerplate as possible
https://github.com/hyperflask/hyperflask
2 630
wshobson / agents
Intelligent automation and multi-agent orchestration for Claude Code
https://github.com/wshobson/agents
2 630
Polar
Open Source payments infrastructure for the 21st century
https://github.com/polarsource/polar
2 630
TOML is great, and after diving deep into designing a config format, here's why I think that's true
https://www.reddit.com/r/Python/comments/1o8ors4/toml_is_great_and_after_diving_deep_into/
2 630
PyreFly: Python type checker and language server in Rust
https://pyrefly.org/?featured_on=talkpython
2 630
django-http-compression
Django middleware for compressing HTTP responses with Zstandard, Brotli, or Gzip.
https://github.com/adamchainz/django-http-compression
2 630
Best way to set up Python for Windows these days
https://www.reddit.com/r/learnpython/comments/1o535ff/best_way_to_set_up_python_for_windows_these_days/
2 630
Paper2Video
Automatic Video Generation from Scientific Papers.
https://github.com/showlab/Paper2Video
2 630
Practical MCP with FastMCP & Python Tutorial – IO, HTTP Streams, APIs, and Testing
The video teaches how to build MCP servers using the FastMCP Python library. It covers MCP basics, building calculator apps with different communication protocols, integrating APIs for dynamic content, testing with GitHub Copilot, and deploying MCP servers on FastMCP Cloud for a complete development workflow.
https://www.youtube.com/watch?v=DosHnyq78xY
2 630
google-agentic-commerce / AP2
Building a Secure and Interoperable Future for AI-Driven Payments.
https://github.com/google-agentic-commerce/AP2
2 630
Why it took 4 years to get a lock files specification
The lock file specification for Python, finalized in PEP 751, took more than four years to complete because of the complexity of capturing dependencies across platforms and configurations while maintaining security, readability, and compatibility with different tools. The process required balancing diverse ecosystem needs, resolving dependency graphs, and achieving consensus among major ...
https://snarky.ca/why-it-took-4-years-to-get-a-lock-files-specification/
2 630
Advice on logging libraries: Logfire, Loguru, or just Python's built-in logging?
https://www.reddit.com/r/Python/comments/1o4uyrv/advice_on_logging_libraries_logfire_loguru_or/
2 630
ChatGPT Apps SDK: Your first MCP Server with Python, FastMCP, & FastAPI
The talk explains how to build an MCP server that integrates with ChatGPT using FastMCP and FastAPI. It covers setting up the Python environment, creating and running MCP tools (like a simple add function), and connecting the MCP server to ChatGPT through a public tunnel to enable ChatGPT to call custom functions, enhancing its capabilities with personalized context and tools.
https://www.youtube.com/watch?v=YAxA-7ZSn-0
2 630
Using Async Functions in Celery with Django Connection Pooling
The blog post explains how Celery, which currently does not support native async functions, can still integrate asynchronous Python code by using the asynctosync utility from asgiref to run async functions synchronously within Celery tasks. It also discusses alternative approaches, such as using a dedicated event loop to run async code inside Celery tasks, and mentions that full async ...
https://mrdonbrown.blogspot.com/2025/10/using-async-functions-in-celery-with.html
2 630
remoclip
A CLI tool for accessing your local clipboard from remote systems.
https://remoclip.newmatter.net
2 630
What’s new in Python 3.15
This article explains the new features in Python 3.15, compared to 3.14.
https://docs.python.org/3.15/whatsnew/3.15.html
