Skip to content

Commit 5c6240b

Browse files
authored
Update README.md
1 parent 7773e5b commit 5c6240b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Python is a general-purpose programming language that is interpreted, object-ori
1313
- It is great for both startups as well as big organizations. It is also beginner-friendly.
1414
- 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.
1515
- 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.
16+
- Python has many powerful frameworks like [Django](https://data-flair.training/blogs/django-tutorials-home/) and Flask for web development. They take care of the trivial tasks and make it easier to develop for the web.
1717
- It is also great for machine learning, data science, and artificial intelligence. It has libraries for tasks involved in these domains.
1818
- You can use Raspberry Pi to create DIYs and other projects like robots, arcade machines, remote-controlled toys, and cameras.
1919
- Python’s readability and ease-of-use make developers more productive.
@@ -23,19 +23,19 @@ Python is a general-purpose programming language that is interpreted, object-ori
2323
## 3. What is it used for?
2424
Python is a general-purpose language, but is used almost everywhere:
2525
- Web development
26-
- Game development
27-
- Machine Learning
28-
- Data Science (preferred)
29-
- Artificial Intelligence (ex- robotics)
30-
- Scripting
31-
- Computer Vision
32-
- Scraping
33-
- Natural Language Processing
34-
- Data analytics
35-
- Scientific and Numeric computing
36-
- Software Application Development
37-
- Desktop GUI
38-
- Network Programming
26+
- Game development
27+
- [Machine Learning](https://data-flair.training/blogs/machine-learning-tutorials-home/)
28+
- [Data Science](https://data-flair.training/blogs/data-science-tutorials-home/)
29+
- [Artificial Intelligence](https://data-flair.training/blogs/ai-tutorials-home/)
30+
- Scripting
31+
- Computer Vision
32+
- Scraping
33+
- [Natural Language Processing](https://data-flair.training/blogs/nlp-tutorial-natural-language-processing/)
34+
- Data analytics
35+
- Scientific and Numeric computing
36+
- Software Application Development
37+
- Desktop GUI
38+
- Network Programming
3939

4040
## 4. Is Python Easy to Learn?
4141
Python is definitely easy to learn, that is why it is taught to university students- to create interest in programming. Python is:

0 commit comments

Comments
 (0)