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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,8 @@ The programming approach is **highly** preferred to using spreadsheets (like `Ex
22
22

23
23
24
24
Python is not the only programming language for numerics, but it has a few important advantages:
25
-
- It is incredibly popular. The figure above was generated on [stackoverflow](https://insights.stackoverflow.com/trends) and show that Python's user base five times larger than any other programming language used for numerical work.
26
-
1. This means there is a large and well organized community of users developing new aspect of Python and providing help and education.
27
-
1. It also means learning Python is a good way to improve your job prospects. This is particularly true for engineering positions related to data-science and machine learning.
25
+
- Python is in high demand. This means learning Python is a good way to improve your job prospects; particularly for engineering positions related to data-science and machine learning.
26
+
- Python has the largest and best organized community of users and developers. The figure above was generated on [stackoverflow](https://insights.stackoverflow.com/trends) and show that Python's user base five times larger than any other programming language used for numerical work. This means the methods in Python are world class and modern, and it is very easy to get help.
28
27
- It is open-source and free to use. This helps the community grow and also ensures future employers can use your skills - no need to pay for a Matlab license.
29
28
- Python is easy to learn and the lessons are generally transferable to other languages. A basis in Python will help make other modern languages like [Julia](https://julialang.org/) and [R](https://www.r-project.org/about.html) more approachable.
0 commit comments