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
1.[](https://github.com/gjbex/Python-for-systems-programming/blob/master/hands-on/system_information.ipynb)[`system_information.ipynb`](system_information.ipynb):
5
+
1.[](https://colab.research.google.com/github/gjbex/Python-for-systems-programming/blob/master/hands-on/system_information.ipynb)[`system_information.ipynb`](system_information.ipynb):
29
6
illustrates how to use several standard library modules to
30
7
retrieve information from the operating system
31
-
1.[](https://github.com/gjbex/Python-for-systems-programming/blob/master/hands-on/filesystem_interaction.ipynb)[`filesystem_interaction.ipynb`](filesystem_interaction.ipynb):
8
+
1.[](https://colab.research.google.com/github/gjbex/Python-for-systems-programming/blob/master/hands-on/filesystem_interaction.ipynb)[`filesystem_interaction.ipynb`](filesystem_interaction.ipynb):
32
9
illustrates how to work with the file system.
33
10
1.[](https://colab.research.google.com/github/gjbex/Python-for-systems-programming/blob/master/hands-on/shell_interaction.ipynb)[`shell_interaction.ipynb`](shell_interaction.ipynb):
34
11
illustrates the use of the `sh` and
35
12
`subprocess` modules to interact with the shell.
36
-
1.[](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/julia.ipynb)[`julia.ipynb`](julia.ipynb):
13
+
1.[](https://colab.research.google.com/github/gjbex/Python-for-systems-programming/blob/master/hands-on/julia.ipynb)[`julia.ipynb`](julia.ipynb):
37
14
illustrates monitoring a running process.
38
-
1.[](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/compressed_files.ipynb)[`compressed_files.ipynb`](compressed_files.ipynb):
15
+
1.[](https://colab.research.google.com/github/gjbex/Python-for-systems-programming/blob/master/hands-on/compressed_files.ipynb)[`compressed_files.ipynb`](compressed_files.ipynb):
39
16
illustrating how to work with compressed files and archives.
40
17
41
18
The notebook on SSH is not included, since that can not be used
@@ -45,5 +22,3 @@ Supporting materials:
45
22
46
23
1.`julia_omp.f90`: Fortran source code used in several of the Jupyter
47
24
notebooks.
48
-
1.`conda_environment.yml`: conda environment (Linux 64-bit) to run
0 commit comments