GitHub - n3thawk/python-programming: Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects. · GitHub
CodeOpen more actions menu
Folders and files
NameNameLast commit message
Last commit date
|
| | | |
| | | |
View all files |
Repository files navigation
-
Python is an interpreted, high-level and general-purpose, dynamically typed programming language
-
It is also Object oriented, modular oriented and a scripting language.
-
In Python, everything is considered as an Object.
-
A python file has an extension of .py
-
Python follows Indentation to separate code blocks instead of flower brackets({}).
-
We can run a python file by the following command in cmd(Windows) or shell(mac/linux).
$ python <filename.py> or $ python3 <filename.py>
cheatsheet Menu
Top Free Course With Certificates
About
Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.
Topics
Resources
Stars
1
star
Watchers
1
watching
Forks
Footer
You can’t perform that action at this time.