A few resources to learn Python
Python is by far the most wanted programming language in the world. Here are some of the best Python resources for you to read, listen to, or subscribe to. (more…)
Read more »
What is VirtualEnv? The virtualenv tool creates an isolated Python environment (in the form of a directory) that is completely separate from the system-wide Python environment. What this really means is that any settings, 3rd-party packages, etc. from the… Read more