Skip to content

Commit c5e75f1

Browse files
committed
Remove explicit reference to course dates and add DNA exercise
1 parent 517f700 commit c5e75f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Python in High Performance Computing
22

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.
44

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
69

710
[General instructions](exercise-instructions.md)
811

@@ -25,6 +28,7 @@ Exercise material and model answers for the CSC course "Python in High Performan
2528
### Advanced NumPy
2629

2730
- [Advanced indexing](numpy/advanced-indexing)
31+
- [Mutating DNA sequence](numpy/dna-mutation)
2832
- [Translation with broadcasting](numpy/broadcast-translation)
2933
- [Finite-difference](numpy/finite-difference)
3034
- [Numerical integration](numpy/integration)

0 commit comments

Comments
 (0)