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.
68
68
69
-
Used and supported extensively by Internet services and hightech companies including
69
+
Used and supported extensively by Internet services and high-tech companies including
70
70
71
71
*[Google](https://www.google.com/)
72
72
*[Netflix](https://www.netflix.com/)
@@ -308,7 +308,7 @@ We can easily create tables of derivatives, generate LaTeX output, add that outp
308
308
### Statistics
309
309
310
310
Python's data manipulation and statistics libraries have improved rapidly over
311
-
the last few years, which supports to tackle
311
+
the last few years to tackle
312
312
[specific problems in data science](https://ieeexplore.ieee.org/document/8757088).
313
313
314
314
#### Pandas
@@ -385,7 +385,7 @@ Its features include, among many other things:
385
385
* standard graph algorithms for analyzing networks
386
386
* plotting routines
387
387
388
-
Here's some example code that generates and plots a random graph, with node color determined by shortest path length from a central node.
388
+
Here's some example code that generates and plots a random graph, with node color determined by the shortest path length from a central node.
389
389
390
390
```{code-cell} ipython
391
391
%matplotlib inline
@@ -426,10 +426,10 @@ 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 for the portability of python in a cloud computing environment is The [Google Colab](https://colab.research.google.com/). It hosts Jupyter notebook service online with no preconfigurations to run Python code using cloud servers.
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
430
431
431
432
-
There are also commercial application of cloud computing:
432
+
There are also commercial applications of cloud computing:
0 commit comments