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
* multimedia, data processing, security, etc., etc., etc.
66
+
* manufacturing
67
+
* multimedia, data science, security, etc., etc., etc.
68
68
69
69
Used and supported extensively by Internet services and high-tech companies including
70
70
@@ -74,11 +74,11 @@ Used and supported extensively by Internet services and high-tech companies incl
74
74
*[Dropbox](https://www.dropbox.com/)
75
75
*[Reddit](https://www.reddit.com/)
76
76
77
-
For reasons we will discuss, Python is particularly popular within the scientific community and behind many scientific achievements in [space science](https://code.nasa.gov/?q=python), [particle physics](https://home.cern/news/news/physics/speeding-machine-learning-particle-physics), [genomics](https://github.com/deepmind/alphafold), medical science and practically all branches of academia.
77
+
For reasons we will discuss, Python is particularly popular within the scientific community and behind many scientific achievements in [space science](https://code.nasa.gov/?q=python), [particle physics](https://home.cern/news/news/physics/speeding-machine-learning-particle-physics), [genomics](https://github.com/deepmind/alphafold),and practically all branches of academia.
78
78
79
-
Meanwhile, Python is also very beginner-friendly and is found to be suitable for students to learn programming and [introduce computational methods to students in fields other than computer science](https://www.sciencedirect.com/science/article/pii/S1477388021000177).
79
+
Meanwhile, Python is also very beginner-friendly and is found to be suitable for students learning programming and recommended to introduce computational methods to students in [fields other than computer science](https://www.sciencedirect.com/science/article/pii/S1477388021000177).
80
80
81
-
It is also [replacing familiar tools like Excel](https://www.efinancialcareers.com.au/news/2019/11/python-replaced-excel-banking) in the fields of finance and banking.
81
+
Python is also [replacing familiar tools like Excel as a essential skill](https://www.efinancialcareers.com.au/news/2021/08/python-for-banking-jobs) in the fields of finance and banking.
82
82
83
83
### Relative Popularity
84
84
@@ -145,12 +145,12 @@ Python has become one of the core languages of scientific computing.
145
145
It's either the dominant player or a major player in
146
146
147
147
*[machine learning and data science](http://scikit-learn.org/stable/)
148
-
*[natural language processing](https://www.nltk.org/)
*[natural language processing](https://www.nltk.org/)
154
154
155
155
Its popularity in economics is also beginning to rise.
156
156
@@ -248,7 +248,7 @@ Other graphics libraries include
248
248
*[seaborn](https://seaborn.pydata.org/) --- a high-level interface for matplotlib
249
249
*[Bokeh](http://bokeh.pydata.org/en/latest/)
250
250
251
-
You can visit the [Python Graph Gallery](https://www.python-graph-gallery.com/) for example plots drawn using a variety of packages.
251
+
You can visit the [Python Graph Gallery](https://www.python-graph-gallery.com/) for more example plots drawn using a variety of libraries.
252
252
253
253
### Symbolic Algebra
254
254
@@ -354,12 +354,12 @@ df.mean()
354
354
```{index} single: PyTorch
355
355
```
356
356
357
-
*[PyTorch](https://pytorch.org/) --- Deep learning framework in Python and other major competitors including [TensorFlow](https://www.tensorflow.org/overview) and [Keras](https://keras.io/)
357
+
*[PyTorch](https://pytorch.org/) --- Deep learning framework in Python and other major competitors in the field including [TensorFlow](https://www.tensorflow.org/overview) and [Keras](https://keras.io/)
358
358
359
359
```{index} single: Pyro
360
360
```
361
361
362
-
*[Pyro](https://pyro.ai/) and [PyStan](https://pystan.readthedocs.org/en/latest/) --- for Bayesian data analysis building on [Pytorch](https://pytorch.org/) and [stan](http://mc-stan.org/) respectively.
362
+
*[Pyro](https://pyro.ai/) and [PyStan](https://pystan.readthedocs.org/en/latest/) --- for Bayesian data analysis building on [Pytorch](https://pytorch.org/) and [stan](http://mc-stan.org/) respectively
363
363
364
364
```{index} single: lifelines
365
365
```
@@ -369,7 +369,7 @@ df.mean()
369
369
```{index} single: GeoPandas
370
370
```
371
371
372
-
*[GeoPandas](https://geopandas.org/en/stable/) --- spatial data analysis
372
+
*[GeoPandas](https://geopandas.org/en/stable/) --- for spatial data analysis
373
373
374
374
375
375
### Networks and Graphs
@@ -426,16 +426,15 @@ Running your Python code on massive servers in the cloud is becoming easier and
426
426
427
427
```{index} single: cloud computing; google colab
428
428
```
429
-
An excellent example of the portability of python in a cloud computing environment is The [Google Colab](https://colab.research.google.com/). It hosts the Jupyter notebook on cloud servers with no pre-configuration necessary to run Python code using cloud servers.
430
429
430
+
An excellent example of the portability of python in a cloud computing environment is the [Google Colab](https://colab.research.google.com/). It hosts the Jupyter notebook on cloud servers with no pre-configuration necessary to run Python code using cloud servers.
431
431
432
-
There are also commercial applications of cloud computing:
432
+
433
+
There are also commercial applications of cloud computing using Python:
0 commit comments