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
- Host: GitHub
- URL: https://github.com/intscription/python-programs
- Owner: IntScription
- Created: 2023-06-06T13:04:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T09:09:23.000Z (almost 3 years ago)
- Last Synced: 2025-07-01T20:51:31.977Z (12 months ago)
- Topics: numpy, pandas, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)***
##
