Python Hacking

This is a collection of tips about Python development that I have gathered over the years and put up together. Some of this content may be a bit outdated but can still apply today. Language Basics Introduction Documentation The Python language has a VERY extensive official documentation (written in reStructuredText). Most of the following information in this presentation comes from it. When not sure about something, look here first: http://docs.python.org/3/...

September 4, 2023 · 17 min · Robin Jarry