8000 Update README.md · data-flair/python-tutorial@0bfa417 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bfa417

Browse files
authored
Update README.md
1 parent f8eea13 commit 0b
8000
fa417

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,21 @@
44
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?
55

66
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 t 8000 he 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+
78
[240+ Free tutorials to master Python](https://data-flair.training/blogs/python-tutorials-home/)
89

10+
## 2. Why Learn Python?
11+
**There is more than one reason why you should learn this language:**
12+
13+
- It is great for both startups as well as big organizations. It is also beginner-friendly.
14+
- Python is open-source and has a large community. It is one of the top 5 in the largest communities on StackOverflow, the most-used languages on GitHub, and the largest Meetup communities.
15+
- It has great career opportunities. Python jobs pay well and provide stability.
16+
- Python has many powerful frameworks like Django and Flask for web development. They take care of the trivial tasks and make it easier to develop for the web.
17+
- It is also great for machine learning, data science, and artificial intelligence. It has libraries for tasks involved in these domains.
18+
- You can use Raspberry Pi to create DIYs and other projects like robots, arcade machines, remote-controlled toys, and cameras.
19+
- Python’s readability and ease-of-use make developers more productive.
920

21+
Still skeptical?? refer: [Reasons why you must learn python](https://data-flair.training/blogs/why-should-i-learn-python/)
1022

1123

1224
## Welcome to GitHub Pages

0 commit comments

Comments
 (0)
0