Table of contents
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🤔
If you are using windows , install it by following the steps on url .
To know the version of python you install type "python --version" in cmd.
If you are using linux you can easily install it by using command
sudo apt install python3.12
# or
sudo apt-get install python3.12
# check the version
python3