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
Copy file name to clipboardExpand all lines: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
# Python in High Performance Computing
2
2
3
-
Exercise material and model answers for the CSC course "Python in High Performance Computing". The course is part of PRACE Advanced Training Center (PATC) activity at CSC.
3
+
Exercise material and model answers for the CSC course "Python in High Performance Computing". The course is part of PRACE Training activity at CSC.
4
4
5
-
## Exercises 29.-31.1.2018
5
+
This master branch contains always the material for latest course, past
6
+
courses are stored in tags.
7
+
8
+
## Exercises
6
9
7
10
[General instructions](exercise-instructions.md)
8
11
@@ -25,6 +28,7 @@ Exercise material and model answers for the CSC course "Python in High Performan
25
28
### Advanced NumPy
26
29
27
30
-[Advanced indexing](numpy/advanced-indexing)
31
+
-[Mutating DNA sequence](numpy/dna-mutation)
28
32
-[Translation with broadcasting](numpy/broadcast-translation)
0 commit comments