Skip to content

Commit 1046e8e

Browse files
committed
Update README, added data formats as subject
1 parent b892782 commit 1046e8e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.
56
This training introduces modules that are useful in that context.
67

7-
88
## Learning outcomes
99

1010
When you complete this training you will
@@ -20,7 +20,7 @@ When you complete this training you will
2020

2121
## Schedule
2222

23-
Total duration: 3.5 hours.
23+
Total duration: 4 hours.
2424

2525
| Subject | Duration |
2626
|---------------------------------------------|----------|
@@ -29,6 +29,7 @@ Total duration: 3.5 hours.
2929
| logging | 10 min. |
3030
| interacting with the file system | 40 min. |
3131
| coffee break | 10 min. |
32+
| data formats | 30 min. |
3233
| templates | 10 min. |
3334
| interacting with processes | 45 min. |
3435
| interacting with remote systems using SSH | 30 min. |

0 commit comments

Comments
 (0)