An open API service indexing awesome lists of open source software.

https://github.com/intscription/python-programs

Python basics-advance
https://github.com/intscription/python-programs

numpy pandas scikit-learn

Last synced: about 1 month ago
JSON representation

Python basics-advance

Awesome Lists containing this project

README

          

# What is Python Programming ?

[Python](https://www.python.org/downloads/) is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. It was created by Guido van Rossum, and released in 1991.

```Py
print(" This is Python Programming ")
```
***[Hello World](https://github.com/Xenderador/python-programs/blob/main/Hello%20World/hello.py)***
##
![image](https://github.com/Xenderador/python-programs/assets/68114908/4575b72c-69ed-4f52-ab4a-1ed18df62a5e)