Python Trending Weekly
banner
pythoncat.bsky.social
Python Trending Weekly
@pythoncat.bsky.social
Pinned
Tired of AI-generated noise? For 2 years running, our human editors have combed through 400+ global sources to deliver only the most impactful Python content:
✅ 12 deep-dive articles
✅ 12 cutting-edge projects
✅ Audio/video/topics
Learn what matters→
weekly.pythoncat.top/en

#Python #AI #Programming
🚀 Check out the latest issue of #Python Trending Weekly! This edition covers PEP-798's intuitive new unpacking syntax, the rise of AI-powered tools for Python developers, performance-boosting libraries, and expert tips on debugging, packaging, and more. Read now: www.patreon.com/posts/135001...
Python Trending Weekly #112: Welcoming the New Generation of AI-Era Programmers | Python Trending Weekly
Get more from Python Trending Weekly on Patreon
www.patreon.com
July 26, 2025 at 2:21 PM
PythonLink: A curated platform of quality #Python resources, featuring blogs, podcasts, newsletters and communities
pythonlink.xyz/en
PythonLink | Curated Python Resources
PythonLink is a professional Python resource navigation platform featuring curated Python blogs, podcasts, newsletters and communities.
pythonlink.xyz
July 5, 2025 at 9:31 AM
#Python Weekly Issue 107 🚀 Python 3.14 will remove the "experimental" label, and the single-threaded performance overhead will be reduced from 40% to less than 10%.
www.patreon.com/posts/python...
Python Weekly #107: GIL-Free Python Gets Official Approval | Python Trending Weekly
Get more from Python Trending Weekly on Patreon
www.patreon.com
June 21, 2025 at 10:08 AM
Ansible is an automation tool built with Python, commonly used for network configuration management and application deployment in DevOps scenarios. This article introduces its latest Rulebook feature, which can receive event notifications from multiple event sources
anweshadas.in/event-driven...
Event Driven Ansible, what, why and how?
Ansible Playbooks is the known term, now there is a new term which is being floted in the project, which is Ansible Rulebooks. Today we are going to discuss about Ansible's journey from Playbook to Ru...
anweshadas.in
June 20, 2025 at 12:31 AM
Celery is a widely-used distributed task queue, but the author believes it has numerous issues. The article discusses three categories: missing or unimplemented features, problematic default behaviors, and insufficient observability.
docs.hatchet.run/blog/problem...
The problems with (Python's) Celery - Hatchet DocumentationGitHubDiscord
docs.hatchet.run
June 20, 2025 at 12:30 AM
How do you extract text content from photos of book pages that have some degree of curvature and turn it into a PDF? The author uses a "cubic sheet" model for page dewarping and implements text extraction with OpenCV+PIL. This
mzucker.github.io/2016/08/15/p...
Page dewarping
Flattening images of curled pages, as an optimization problem.
mzucker.github.io
June 20, 2025 at 12:29 AM
Microsoft launched the "Python in Excel" preview last year, but how good is it really? This article comes from the author of the xlwings library and "Python for Excel" book, sharing his insights after extensive use. He argues it's not a VBA replacement but rather an
www.xlwings.org/blog/my-thou...
My thoughts on Python in Excel
www.xlwings.org
June 20, 2025 at 12:28 AM
The author builds a simple HTTP server in Python to understand how it works under the hood. The article covers handling requests, processing them, sending responses, and all the key concepts involved in the process.
muhammadraza.me/2024/buildin...
Understanding HTTP Server by implementing in Python | Muhammad
In this post, we will understand how an HTTP server works by implementing one in Python.
muhammadraza.me
June 20, 2025 at 12:27 AM
A comprehensive FastAPI column that covers everything from basics to advanced topics, providing a complete guide to using FastAPI.
juejin.cn/column/73791...
juejin.cn
June 20, 2025 at 12:27 AM
This guide shows you how to build an image search engine from the ground up using vector embeddings, the qdrant vector database, and OpenAI's CLIP model. The article also covers using scrapy+selenium to crawl images from the web and developing a simple interface with Flask.
juejin.cn/post/7377632...
juejin.cn
June 20, 2025 at 12:26 AM
How does CPython handle memory management (including reference counting and garbage collection)? This is the latest installment in the deep-dive CPython interpreter series, analyzing the implementation principles of reference
blog.codingconfessions.com/p/cpython-ga...
CPython Garbage Collection: The Internal Mechanics and Algorithms
A detailed code walkthrough of how CPython implements memory management, including reference counting and garbage collection
blog.codingconfessions.com
June 20, 2025 at 12:25 AM
Ever noticed those mysterious __pycache__ folders popping up in your project files? What are they for, and when do they get created? This article breaks down everything you need to know: what they do, what's inside them, when they're generated, realpython.com/python-pycac...
realpython.com
June 20, 2025 at 12:21 AM
NumPy 2.0 is about to drop – the first major release since 2006! The authors walk us through how they redesigned string functions (isalpha, add, find, and startswith), explain the execution principles behind them, and share some impressive performance improvement
labs.quansight.org/blog/numpy-s...
Writing fast string ufuncs for NumPy 2.0
The journey of writing string ufuncs and creating the np.strings namespace for NumPy 2.0
labs.quansight.org
June 20, 2025 at 12:20 AM
Reposted by Python Trending Weekly
Exciting news!

PEP 779 ("Criteria for supported status for free-threaded Python") has been accepted, which means free-threaded Python is now a supported build!

We'll drop the "experimental" label already in 3.14 beta 3, due on Tuesday!

#PEP779 #Python #Python314 #FreeThreaded
June 15, 2025 at 10:22 PM
This guy curates a high-quality #Python #newsletter each week.
June 15, 2025 at 11:32 AM
#Python Trending Weekly Issue 106 🔥 Multi-Interpreter Revolution - PEP-734 frees Python from GIL constraints
🎨 Frontend Development Renaissance - www.patreon.com/posts/python...
Python Trending Weekly #106: PEP 734 officially accepted, the era of multiple interpreters is coming | Python Trending Weekly
Get more from Python Trending Weekly on Patreon
www.patreon.com
June 14, 2025 at 8:21 AM
🔥 #Python Trending Weekly 105 issue is Here!

✨ Highlights:
- React+Flask development with modern approaches, goodbye outdated tools
- AutoAgent: Zero-code LLM agent framework revolution
- Microsoft's NLWeb: Control websites with natural language

www.patreon.com/posts/python...
Python Trending Weekly #105: Dify Breaks 100K Stars, Full-Stack Development Best Practices for 2025 | Python Trending Weekly
Get more from Python Trending Weekly on Patreon
www.patreon.com
June 8, 2025 at 8:48 AM
Tired of AI-generated noise? For 2 years running, our human editors have combed through 400+ global sources to deliver only the most impactful Python content:
✅ 12 deep-dive articles
✅ 12 cutting-edge projects
✅ Audio/video/topics
Learn what matters→
weekly.pythoncat.top/en

#Python #AI #Programming
June 4, 2025 at 12:50 AM
#Python Trending Weekly,A free weekly newsletter featuring noteworthy articles, tutorials, open-source projects podcasts, videos, trending topics, and more.

pythoncat.substack.com/s/python-tre...
Python Trending Weekly | Python潮流周刊 | 豌豆花下猫 | Substack
This weekly newsletter carefully curates over 250 Chinese and English information sources, selecting the most valuable articles, tutorials, open-source projects, software tools, podcasts, videos, and ...
pythoncat.substack.com
January 8, 2024 at 11:46 PM