Python
A few Python tips and tasks.
Jerry Kurlandski
A few Python tips and tasks.
A few things I've picked up since my turn toward using Python for major software development projects.
Note: All the examples on this site should work in version 2.7 or greater. For the sake of full disclosure, however, to get some of them to work you may have to import division and print_function from future, and have six
as a project dependency.
Python examples, and general unit testing strategies.
How to use Python Enums.
On list and dictionary comprehension in Python.
On various Python topics.
Creating a virtual environment.
Recent news and useful resources for Python.