Table of Contents

Back  
 Next

Python Programming Notes

Here are my notes from starting to use and learn the python programming language. I am only focusing on Python 3 at this time.

subprocess module

The subprocess module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes.
Some key points:

Python Back-up Scripts

My python based back-up scripts are located here: python_backup_scripts

Some on line resources

Back  
 Next