Difference between revisions of "Advanced Python Topics and Links"

From CDOT Wiki
Jump to: navigation, search
(Python Virtual Environments)
Line 2: Line 2:
 
= Python Virtual Environments =
 
= Python Virtual Environments =
 
* virtualenv (for version 2 and 3)
 
* virtualenv (for version 2 and 3)
* venv (version 3 only)
+
* [https://docs.python.org/3/library/venv.html venv] (version 3 only)
 +
 
 
= Python Packaging =
 
= Python Packaging =
 
* http://python-packaging-user-guide.readthedocs.io/
 
* http://python-packaging-user-guide.readthedocs.io/

Revision as of 17:59, 6 April 2018

Python Virtual Environments

  • virtualenv (for version 2 and 3)
  • venv (version 3 only)

Python Packaging