Difference between revisions of "Advanced Python Topics and Links"

From CDOT Wiki
Jump to: navigation, search
Line 5: Line 5:
 
* read [https://www.python.org/dev/peps/pep-0405/ PEP 405] on why venv is better.
 
* read [https://www.python.org/dev/peps/pep-0405/ PEP 405] on why venv is better.
  
 +
= Python Debugger=
 +
* [https://fedoramagazine.org/getting-started-python-debugger/ Getting Started Python Debugger]
 
= Python Packaging =
 
= Python Packaging =
 
* http://python-packaging-user-guide.readthedocs.io/
 
* http://python-packaging-user-guide.readthedocs.io/

Revision as of 22:21, 15 October 2018

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