651-660¶
Issue #651 Lots of PEPs, More Py3.13, HPy, and More Oct. 15, 2024¶
Cite
HPy: A Better C API for Python
The HPy project is a wrapper to the Python C-API meant to make it easier to integrate with Python code. It allows for universal binaries and has a debug mode. Associated HN Discussion
HPYPROJECT.ORG
替代Python.h的C API
Cite
PEP 735: Dependency Groups in pyproject.toml (Accepted)
PYTHON.ORG
已经被接受了,后续poetry的实现可能也会跟着变一下
Cite
httpdbg: Debug HTTP(S) Requests in a Python Program
GITHUB.COM/CLE-B
查看http请求的数据信息
Issue #652 Unlock Python's Pattern Matching, Combinatoric Iterators, SSH Scripting, and More Oct. 22, 2024¶
Cite
Structural Pattern Matching in Python
In this tutorial, you’ll learn how to harness the power of structural pattern matching in Python. You’ll explore the new syntax, delve into various pattern types, and find appropriate applications for pattern matching, all while identifying common pitfalls.
REAL PYTHON
python模式匹配,realpython出品,品质保证
Issue #653 Sudoko in Packaging, Thread Safety, Sigstore, and More Oct. 29, 2024¶
Cite
beartype: Bare Metal Type Checker
BEARTYPE.READTHEDOCS.IO
类型检查第三方包
Issue #654 PySheets, REPL Shortcuts, Empty Tests, and More Nov. 5, 2024¶
1
Cite
PyQT or PySide
Issue #655 Web Scraping Tips, Python 3.13 Performance Boosts, Writing Interpreters & More Nov. 12, 2024¶
Cite
Guide to Python Project Management and Packaging
This is a deep dive article on Python project management and packaging. It covers the pyproject.toml file, modules, dependencies, locking, and more.
REINFORCED KNOWLEDGE
介绍了uv
Cite
mininterface: A Minimal Interface to Python Application
GITHUB.COM/CZ-NIC
data_class转UI界面显示获取输入值
Issue #656 Debugging TUIs, Dictionary Comprehensions, Puzzles, and More Nov. 19, 2024¶
Cite
Flask 3.1 Released
PALLETSPROJECTS.COM
1
Issue #657 NumPy, Loop Targets, Vector Animation, and More Nov. 26, 2024¶
Cite
Async, Pure-Python Server-Side Rendering Engine
VOLFPETER.GITHUB.IO • Shared by Peter Volf
一个渲染引擎
Issue #658 Django Performance, pathlib, Poetry, and More Dec. 3, 2024¶
Cite
Nuitka Release 2.5
NUITKA.NET
新增支持py13和一些性能增强
Cite
Peek: Like print, but Easy
SALABIM.ORG • Shared by Ruud van der Ham
网页打不开
Issue #659 Handling Errors, PyPy Performance, Chat Interface to Wikipedia, and More Dec. 10, 2024¶
Cite
PEP 767: Annotating Read-Only Attributes
PEP 705 introduced the typing.ReadOnly type qualifier to allow defining read-only typing.TypedDict items. This PEP proposes using ReadOnly in annotations of class and protocol attributes, as a single concise way to mark them read-only.
PYTHON.ORG
Issue #660 PyMyFlySpy, Set Comprehensions, State of Typing, and More Dec. 17, 2024¶
Cite
moka-py: High Performance Caching Library
GITHUB.COM/DELIRO
rust高性能缓存库moka的python包装