lqhuang.io
About
Writings
Notes
Projects
Tags
Things tagged with
`python`
(42 records).
Go back ⤴
Executing arbitrary Python code from a comment
date: 2025-08-08
Tags:
#python
Playground Wisdom: Threads Beat Async/Await
date: 2025-06-09
Tags:
#python
,
#insight
,
#good-reading
Every dunder method in Python
date: 2024-03-22
Tags:
#python
,
#dev
NumPy 2 is coming: preventing breakage, updating your code
date: 2024-01-16
Tags:
#python
,
#dev
,
#news
SIMD in Pure Python
date: 2024-01-13
Tags:
#python
,
#simd
,
#good-reading
Syntax Style in Python Pattern Matching
date: 2023-12-18
Tags:
#python
,
#dev
An Example of Covariance, Contravariance and Invariance in Python Type Hints
date: 2023-12-12
Tags:
#python
,
#dev
,
#functional-programming
Introducing Immortal Objects for Python
date: 2023-08-19
Tags:
#python
,
#good-reading
Hynek's Comments on PEP 703
date: 2023-06-06
Tags:
#python
,
#news
Real Multithreading is Coming to Python - Learn How You Can Use It Now
date: 2023-05-16
Tags:
#python
Debian's Python Distribution Introduces PEP 668 support
date: 2023-04-25
Tags:
#python
,
#dev
Pandas 2.0 and the Arrow revolution
date: 2023-03-01
Tags:
#python
,
#news
Google Python Style Guide
date: 2023-02-11
Tags:
#python
,
#dev
Perf engineering with Python 3.12
date: 2023-01-12
Tags:
#python
,
#good-reading
Classifying Python Virtual Environment Workflows
date: 2023-01-08
Tags:
#python
,
#good-reading
Comprehensive Linux and Python Cheatsheet
date: 2022-12-14
Tags:
#dev
,
#python
,
#linux
PEP 683 -- Immortal Objects, Using a Fixed Refcount
date: 2022-12-03
Tags:
#python
,
#dev
Python Asyncio: The Complete Guide
date: 2022-11-10
Tags:
#python
,
#good-reading
Workflow for 3.12 Cycle
date: 2022-09-12
Tags:
#python
Crimes with Python's Pattern Matching
date: 2022-08-06
Tags:
#python
,
#til
Logging and Testing Tips in Python
date: 2022-07-02
Tags:
#python
Bundling binary tools in Python wheels
date: 2022-06-18
Tags:
#tools
,
#python
From Python to Numpy
date: 2022-06-10
Tags:
#books
,
#python
,
#scientific-computing
The Python GIL: Past, Present, and Future
date: 2022-06-04
Tags:
#python
,
#good-reading
Compiling Black with `mypyc`
date: 2022-06-01
Tags:
#python
,
#good-reading
What's in which Python
date: 2022-05-31
Tags:
#python
,
#good-reading
Customizable Python UI-Library based on Tkinter
date: 2022-05-28
Tags:
#python
,
#ui
When Python can't thread: a deep-dive into the GIL's impact
date: 2022-05-27
Tags:
#python
,
#good-reading
You Should Compile Your Python And Here's Why
date: 2022-05-25
Tags:
#python
Initial JSON Type Support in Python
date: 2022-05-21
Tags:
#python
,
#til
Python Standard Library Changes in Recent Years
date: 2021-05-16
Tags:
#python
,
#good-reading
PEP 690 – Lazy Imports
date: 2022-05-14
Tags:
#python
Timeouts and Cancellation for Humans
date: 2022-05-09
Tags:
#python
,
#dev
,
#good-reading
Website <calmcode.io>
date: 2022-04-24
Tags:
#python
,
#til
Threading in Python
date: 2022-04-23
Tags:
#python
,
#good-reading
Removing dead batteries from the standard library
date: 2022-03-20
Tags:
#python
,
#news
`tomli` will be added to standard library in Python 3.11
date: 2022-03-14
Tags:
#python
,
#news
Unbuffered I/O Can Make Your Rust Programs Much Slower
date: 2022-01-07
Tags:
#rust
,
#til
,
#python
,
#dev
Deep Dive into Flask's Application and Request Contexts
date: 2021-12-15
Tags:
#python
,
#good-reading
Structural pattern matching in Python 3.10
date: 2021-10-29
Tags:
#python
,
#til
Why I use attrs instead of pydantic
date: 2021-08-26
Tags:
#good-reading
,
#python
Unraveling Pythons Threading Mysteries
date: 2021-04-25
Tags:
#python
,
#good-reading