Advanced Python Topics and Links

From CDOT Wiki
Revision as of 16:44, 19 October 2018 by Rchan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

SysAdmin using Python

Install latest Python 3 from source

On CentOS 7 system