Skip to content

Commit

Permalink
update for why python
Browse files Browse the repository at this point in the history
  • Loading branch information
wsun committed Sep 8, 2024
1 parent 6500f2a commit 9afb1f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/2_LearnPython/01.GetStartWithPython.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
- Python is easy to read and write, almost like English!
- Python is one of the most popular and growing language.
- Check the [TIOBE index](https://www.tiobe.com/tiobe-index/){:target="_blank"}, which is a monthly updated index of popularity of programming languages.
- Check out [Google Trends](https://trends.google.com/trends/explore?q=python,Java,c%2B%2B,%2Fm%2F02p97,C%23#,%2Fm%2F02p97,%2Fm%2F0jgqg&hl=en-US){:target="_blank"} to see how popular Python is.

- See the [growth rate on Stack Overflow](https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2F0x4pqq1t28k11.jpg){:target="_blank"}.
- Python is also very popular on [GitHub programming-languages](https://innovationgraph.github.com/global-metrics/programming-languages){:target="_blank"}. ([top10 usage](https://github.blog/wp-content/uploads/2023/11/github-top-programming-languages-by-usage.png?w=1024){:target="_blank"} and [top10 languages](https://github.blog/wp-content/uploads/2023/11/top-programming-languages-2023.png?resize=3840%2C2160?w=1024){:target="_blank"})
- Check out [Google Trends](https://trends.google.com/trends/explore?q=%2Fm%2F05z1_,%2Fm%2F07sbkfb,%2Fm%2F0jgqg,%2Fm%2F02p97,C%23#%23%23,%2Fm%2F02p97,%2Fm%2F0jgqg&hl=en-US){:target="_blank"} to see how popular Python is.


- Python is perfect for beginners and non-professional programmers.
- Great for small projects.
- Easier to use than languages like C++, C#, or Java.
Expand Down

0 comments on commit 9afb1f1

Please sign in to comment.