Here is a collection of short articles I have written about how to do many useful things in Python.
Tutorial
Development
- Recommended Python modules and tools
- How to package a Python app and the Python interpreter in a single EXE
- How to run Ruby code from Python (Python-Ruby bridge)
Network
Strings
- How to easily convert a list to a string for display
-
How to obtain the binary representation of an integer in Python
Configuration files
Web applications