๐ Introduction
Let's Start with the Basics of Python as this is also important for DevOps engineers to build the logic and Programs.
๐ What is Python?
Python is an Open source, general-purpose, high-level, and object-oriented programming language. it was created by Guido van Rossum Python consists of vast libraries and various frameworks like Django, Tensorflow, Flask, Pandas, Keras, etc.
๐ป How to Install Python?
You can install Python in your System whether it is Windows, MacOS, ubuntu, centos, etc. Below are the links for the installation:
Ubuntu: apt-get install python3.6
Centos: yum install python3
๐ข Task 1: Install Python in your respective OS and check the version
๐ Task 2: Read about Different Data Types in Python
Data types represent the type of value that a variable can hold.
Text Type: |
|
Numeric Types: |
|
Sequence Types: |
|
Mapping Type: |
|
Set Types: |
|
Boolean Type: |
|
Binary Types: |
|
None Type: |
|