Python
Language internals, patterns, and production tips
Python
beginner
Test1
Hhhh
Python
beginner
What is Python
Python language why industry prefer
Python
advanced
CPython Internals: Chasing a Tuple Segfault (PR #151595)
An open CPython PR on the trashcan, _Py_Dealloc, and why nested tuple cleanup can SIGSEGV under memory pressure — issue #149146 explained.
Python
intermediate
How I Got My First Change Into CPython
Fixing a Japanese email encoding bug in Python's stdlib — from crash reproducer to merged PR #151120, including what went wrong on my first attempt.
Python
beginner
HelloWorld
Writing about the myself
Python
intermediate
Understanding the Python GIL
What the Global Interpreter Lock is, why it exists, and when it actually matters in production.