Python 2.7 Scripting for System Administrators

Go to class
Write Review

Free Online Course: Python 2.7 Scripting for System Administrators provided by A Cloud Guru is a comprehensive online course, which lasts for 7 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from A Cloud Guru. Python 2.7 Scripting for System Administrators is taught by Keith Thompson.

Overview
  • In this course, you will develop the skills you need to write effective and powerful scripts and tools using Python. We will go through the necessary features of the Python language to be able to leverage its additional benefits in writing scripts and creating command line tools (data types, loops, conditionals, functions, error handling, and more). Beyond the language itself, you will go through the full development process including project setup, planning, and automated testing to build two different command line tools.

Syllabus
    • Introduction
    • Introducing Python
    • Just Enough Python
    • Scripting with Python
    • Third Party Packages
    • Creating a Larger Scripting Project
    • Conclusion