Table of contents
Hello Dosto 😎
Let's Start with Basics of Python as this is also important for Devops Engineer to build the logic and Programs.
What is Python?
Python is a 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 window, MacOS, ubuntu, centos etc. Below are the links for the installation:
Ubuntu: apt-get install python3.6
Task1:
1 . Install Python in your respective OS, and check the version.
- Python Installation With the help of this link you install Python in your respective OS
2 . Read about different Data Types in Python.
- Python supports various data types:
Numeric Types: Integers (
int
), Floats (float
), Complex Numbers (complex
)Sequence Types: Lists (
list
), Tuples (tuple
), RangeText Sequence Type: Strings (
str
)Set Types: Sets (
set
), Frozen Sets (frozenset
)Mapping Type: Dictionaries (
dict
)Boolean Type: Boolean (
bool
)Binary Types: Bytes (
bytes
), Byte Arrays (bytearray
), Memory Views (memoryview
)
Happy Learning
Thanks For Reading! :)
-DevOpsParthu💝💥