|
1 | | -#Python Tutorial |
| 1 | +# Python Tutorial |
| 2 | + |
| 3 | +## 1. What is Python? |
| 4 | +Python has quickly become a favorite- it’s being taught in universities, and also being used for everything from scripting and web development to machine learning and data science. But what is Python? |
| 5 | + |
| 6 | +Python is a general-purpose programming language that is interpreted, object-oriented and dynamically-typed. Guido Van Rossum, its BDFL (Benevolent Dictator For Life), named it over the British comedy group Monty Python. The implementation we widely use is CPython (written in C). Python has powerful frameworks and libraries. You can install these libraries with pip, and find them in PyPI (Python Package Index). |
| 7 | +[240+ Free tutorials to master Python](https://data-flair.training/blogs/python-tutorials-home/) |
| 8 | + |
| 9 | + |
2 | 10 |
|
3 | | -##1. What is Python? |
4 | 11 |
|
5 | 12 | ## Welcome to GitHub Pages
|
6 | 13 |
|
|
0 commit comments