Home Resume Essays Projects Bookshelf Notes Experiments Quotes About

Cpython

when in doubt check https://devguide.python.org/

Links

for codebase setup in windows wsl2 doesn't work atleast for me .use cmd/powershell

build

PCbuild\build.bat -c Debug

run debug build

PCbuild\amd64\python_d.exe

Etiquette

extending the python language

https://pythonextensionpatterns.readthedocs.io/en/latest/