File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- The Python programming language is increasingly popular. It is a
2
- versatile language for general purpose programming and accessible
3
- for novice programmers. For more than a decade, Python has been
4
- used for a large number of systems-related programming tasks.
1
+ Python is a very versatile programming language that has a wide range of
2
+ applications. This training concentrates on interaction with the
3
+ operating system, the file system, other applications and the network.
4
+ This is useful for systems programming, but also when you want to use
5
+ Python as a coordination language for your workflows.
5
6
This training introduces modules that are useful in that context.
6
7
7
-
8
8
## Learning outcomes
9
9
10
10
When you complete this training you will
@@ -20,7 +20,7 @@ When you complete this training you will
20
20
21
21
## Schedule
22
22
23
- Total duration: 3.5 hours.
23
+ Total duration: 4 hours.
24
24
25
25
| Subject | Duration |
26
26
| ---------------------------------------------| ----------|
@@ -29,6 +29,7 @@ Total duration: 3.5 hours.
29
29
| logging | 10 min. |
30
30
| interacting with the file system | 40 min. |
31
31
| coffee break | 10 min. |
32
+ | data formats | 30 min. |
32
33
| templates | 10 min. |
33
34
| interacting with processes | 45 min. |
34
35
| interacting with remote systems using SSH | 30 min. |
You can’t perform that action at this time.
0 commit comments