Python is a high level and general purpose programming language. Python is created by Guido van Rossum in 1991. Python code is easy to learn with its notable use of significant white space.
PYTHON FOR BEGINNER
Download python from its official site with the latest update
https://www.python.org/downloads/
The best interpreter for python is pycharm and vs code
To install the pycharm click the link below
https://www.jetbrains.com/pycharm/download/#section=windows
we like to suggest you to download community version, professional version is
paid version. You can access every necessary things in community version for
the beginners.
syntax : print(‘Hello World’)
SOME IMPORTANT COMMAND
control + / : py charm change the code in python format
control + ? : To comment multiple comment
: used to skip print(‘user’s’)
”’ document string ”’
print(print._ doc _) : used to print the
document string from the function.
Python Datatype
Python use the various data type which are listed below :
integer(int, float,complex)
string
list
tuple
set
dictionary //key n value pair hunxa
boolean