Advanced Python Topics and Links

From CDOT Wiki
Revision as of 22:21, 15 October 2018 by Rchan (talk | contribs)
Jump to: navigation, search

Python Virtual Environments

  • virtualenv (for version 2 and 3)
  • venv (version 3 only)
  • read PEP 405 on why venv is better.

Python Debugger

Python Packaging

Install latest Python 3 from source

On CentOS 7 system