aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
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