Difference between revisions of "Advanced Python Topics and Links"

From CDOT Wiki
Jump to: navigation, search
 
Line 9: Line 9:
 
= Python Packaging =
 
= Python Packaging =
 
* http://python-packaging-user-guide.readthedocs.io/
 
* http://python-packaging-user-guide.readthedocs.io/
 +
= SysAdmin using Python =
 +
* [https://serversforhackers.com/c/an-ansible2-tutorial Ansible Tutorial]
 
= Install latest Python 3 from source =
 
= Install latest Python 3 from source =
 
== On CentOS 7 system ==
 
== On CentOS 7 system ==

Latest revision as of 16:44, 19 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

SysAdmin using Python

Install latest Python 3 from source

On CentOS 7 system