Quantcast
Channel: AFPy's Planet
Viewing all articles
Browse latest Browse all 3409

[carlchenet] Virtual environments with Python 3.3

$
0
0
Follow me on Identi.ca  or Twitter  One of the major features of Python 3.3 is the new venv module, allowing the creation of Python virtual environments on your system. 1. What is a virtual environment? A virtual environment is a directory dedicated to the execution of your Python applications. Activating your virtual environment will force Python to […]

Viewing all articles
Browse latest Browse all 3409

Trending Articles