Fri, May 13, 2022
π» Friday the 13th β Spooky Edition π»
This Week in Python is a concise reading list about what happened in the past week in the Python universe.
Python Articles
- An overview of structural pattern matching β Python's match statement was introduced in Python 3.10. Learn the history of the feature, how it is used, and how it works.
- Converting a Python library to Rust β Alan describes his experience porting his Python library August to Rust
- Python 3.11: possessive quantifiers and atomic grouping added to re module β
- Faster, more memory-efficient Python JSON parsing with msgspec
-
Django filter - filter(A).filter(B) vs filter(A, B) β
SomeModels.objects.filter(a=A).filter(b=B)
β we get duplicate objects in our queryset. In this article, weβll explore & explain why
Projects
- madbg β A fully-featured remote debugger for python
- PaddleOCR β OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system)
- scapy βΒ the Python-based interactive network packet manipulation program & library
- img2cmap β Create colormaps from images for matplotlib
- ScoutSuite βΒ Multi-Cloud Security Auditing Tool
Shameless plug
- Build a Todo App With PyScript β My short walkthrough of the PyScript Todo example
Top comments (0)