You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Python is a general-purpose programming language that is interpreted, object-ori
13
13
- It is great for both startups as well as big organizations. It is also beginner-friendly.
14
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
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.
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.
17
17
- It is also great for machine learning, data science, and artificial intelligence. It has libraries for tasks involved in these domains.
18
18
- You can use Raspberry Pi to create DIYs and other projects like robots, arcade machines, remote-controlled toys, and cameras.
19
19
- 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
23
23
## 3. What is it used for?
24
24
Python is a general-purpose language, but is used almost everywhere:
0 commit comments