aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorKaran Jayachandra <me@karanj.com>2026-02-03 12:03:53 +0100
committerKaran Jayachandra <me@karanj.com>2026-02-03 12:03:53 +0100
commitefdc8c6474cbeeddb31de46f8ab35aa819850c36 (patch)
tree48e800addbeda5364e335677943bd8da308ad299 /content
parent4fc375fe1318ac4cc71edb93d3be496a47d19b47 (diff)
Updated link to the popularity of python
Diffstat (limited to 'content')
-rw-r--r--content/posts/python.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/python.md b/content/posts/python.md
index b766e5f..1ece8f0 100644
--- a/content/posts/python.md
+++ b/content/posts/python.md
@@ -31,7 +31,7 @@ I use [numpy](https://numpy.org) and [scipy](https://scipy.org) extensively to g
![Infographic: The Most Popular Programming Languages | Statista](https://cdn.statcdn.com/Infographic/images/normal/16567.jpeg)
-Popularity of the language and general acceptance matters. Python has one of the [largest](https://www.tiobe.com/tiobe-index/) community of developers. It is backed by several large companies and there is always a need for python developers. When I run into an issue or bug, I almost always find useful tips on stackoverflow, blog posts or tutorials. Sharing your code via scripts and packages is easy. I have run into issues with MATLAB where it takes colleagues hours to figure out how to install it along with the toolboxes needed to run my code. Allowing anyone in the world to use the tools I make is important to me.
+Popularity of the language and general acceptance matters. Python has one of the [largest](https://githut.info/) community of developers. It is backed by several large companies and there is always a need for python developers. When I run into an issue or bug, I almost always find useful tips on stackoverflow, blog posts or tutorials. Sharing your code via scripts and packages is easy. I have run into issues with MATLAB where it takes colleagues hours to figure out how to install it along with the toolboxes needed to run my code. Allowing anyone in the world to use the tools I make is important to me.
## Practical tips