Skip to content

Latest commit

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

1. What is Python?

Overview

  • Python's combination of simplicity, power, extensive libraries, community support, and adaptability to various DevOps tasks makes it a go-to language for many professionals in this field.
  • Its effectiveness in automating workflows, managing infrastructure, and integrating with a plethora of tools solidifies its role as a key player in the DevOps landscape.

Python workflow

  • None

Official website documentation of Python

2. Prerequisites

  • None

3. Installation

How to install Python?

4. Basics of Python

Python getting started

Python Hello World

  • Explore the helloworld.py file in the helloworld directory to get a basic introduction to running a Python script.
  • Run cd helloworld; python3 helloworld.py

5. Beyond the Basics

Hands-On Example

6. More...

Python cheatsheet

Recommended Books

  • None