Trending
Python Trending Weekly's Avatar

Python Trending Weekly

@pythoncat

https://weekly.pythoncat.top/en

18
Followers
92
Following
26
Posts
08.01.2024
Joined
Posts Following

Latest posts by Python Trending Weekly @pythoncat

Preview
Python Trending Weekly #115: Astral Launches pyx Package Registry, AI Optimizes 20-Year-Old Code | Python Trending Weekly Get more from Python Trending Weekly on Patreon

www.patreon.com/posts/python... #python

18.08.2025 11:39 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Python Trending Weekly #114: Python Performance Myths and Realities | Python Trending Weekly Get more from Python Trending Weekly on Patreon

www.patreon.com/posts/136063...
#python #ai

09.08.2025 01:44 ๐Ÿ‘ 0 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Python Trending Weekly #113: Replacing Async/Await with Virtual Threads | Python Trending Weekly Get more from Python Trending Weekly on Patreon

www.patreon.com/posts/python...

#python

02.08.2025 03:07 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Python Trending Weekly #112: Welcoming the New Generation of AI-Era Programmers | Python Trending Weekly Get more from Python Trending Weekly on Patreon

๐Ÿš€ 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...

26.07.2025 14:21 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Python Trending Weekly #111: Django Celebrates 20th Anniversary, Former OpenAI Employee Shares Work Experience | Python Trending Weekly Get more from Python Trending Weekly on Patreon

www.patreon.com/posts/python...

#python

20.07.2025 01:40 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Python Trending Weekly #110: JIT Compiler Two-Year Retrospective, AI Agent Tools Explosion | Python Trending Weekly Get more from Python Trending Weekly on Patreon

www.patreon.com/posts/python...
#python #ai

12.07.2025 10:03 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
PythonLink | Curated Python Resources PythonLink is a professional Python resource navigation platform featuring curated Python blogs, podcasts, newsletters and communities.

PythonLink: A curated platform of quality #Python resources, featuring blogs, podcasts, newsletters and communities
pythonlink.xyz/en

05.07.2025 09:30 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Python Trending Weekly #108๏ผšWill AI Replace Junior Developers? | Python Trending Weekly Get more from Python Trending Weekly on Patreon

www.patreon.com/posts/python...

28.06.2025 13:51 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Python Weekly #107: GIL-Free Python Gets Official Approval | Python Trending Weekly Get more from Python Trending Weekly on Patreon

#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...

21.06.2025 10:08 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
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...

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...

20.06.2025 00:31 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
The problems with (Python's) Celery - Hatchet DocumentationGitHubDiscord

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...

20.06.2025 00:30 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Page dewarping Flattening images of curled pages, as an optimization problem.

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...

20.06.2025 00:29 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
My thoughts on Python in Excel

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...

20.06.2025 00:28 ๐Ÿ‘ 1 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Understanding HTTP Server by implementing in Python | Muhammad In this post, we will understand how an HTTP server works by implementing one in Python.

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...

20.06.2025 00:27 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

A comprehensive FastAPI column that covers everything from basics to advanced topics, providing a complete guide to using FastAPI.
juejin.cn/column/73791...

20.06.2025 00:27 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

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...

20.06.2025 00:26 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
CPython Garbage Collection: The Internal Mechanics and Algorithms A detailed code walkthrough of how CPython implements memory management, including reference counting and garbage collection

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...

20.06.2025 00:25 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

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...

20.06.2025 00:21 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Writing fast string ufuncs for NumPy 2.0 The journey of writing string ufuncs and creating the np.strings namespace for NumPy 2.0

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...

20.06.2025 00:20 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

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

15.06.2025 22:22 ๐Ÿ‘ 20 ๐Ÿ” 6 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 1
Python Trending Weekly Cut through the noise. Get hand-picked, cutting-edge Python content delivered weekly. Join 350+ professionals who trust us to filter the best from 400+ sources.

weekly.pythoncat.top/en/

15.06.2025 11:32 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
This guy curates a high-quality Python newsletter each week.

This guy curates a high-quality Python newsletter each week.

This guy curates a high-quality #Python #newsletter each week.

15.06.2025 11:32 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
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

#Python Trending Weekly Issue 106 ๐Ÿ”ฅ Multi-Interpreter Revolution - PEP-734 frees Python from GIL constraints
๐ŸŽจ Frontend Development Renaissance - www.patreon.com/posts/python...

14.06.2025 08:21 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
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

๐Ÿ”ฅ #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...

08.06.2025 08:48 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image Post image Post image Post image

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

04.06.2025 00:50 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
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 ...

#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...

08.01.2024 23:46 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Python Trending Weekly #34 (2024-01-06) Welcome to the Python Trending Weekly, a weekly newsletter about Python, AI and general programming techniques, with the majority links in English and a small portion in Chinese. The original version ...

pythoncat.substack.com/p/python-tre...

08.01.2024 23:41 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0