update readme
This commit is contained in:
parent
7551b2ff0d
commit
d308230d69
24
README.md
24
README.md
|
@ -8,7 +8,7 @@ of Freiburg. The instructors are Prof. Dr. Andrew Straw and Dr. Michael Harrap.
|
||||||
|
|
||||||
ILIAS: https://ilias.uni-freiburg.de/goto.php?target=crs_3633612&client_id=unifreiburg
|
ILIAS: https://ilias.uni-freiburg.de/goto.php?target=crs_3633612&client_id=unifreiburg
|
||||||
|
|
||||||
## Forge
|
## Forge login
|
||||||
|
|
||||||
You should have received an email from the sender
|
You should have received an email from the sender
|
||||||
`strawlab-notify@biologie.uni-freiburg.de` with the email address known by
|
`strawlab-notify@biologie.uni-freiburg.de` with the email address known by
|
||||||
|
@ -29,3 +29,25 @@ We will demonstrate use of the Anaconda Distribution in class.
|
||||||
## The Python Tutor - extremely highly recommended
|
## The Python Tutor - extremely highly recommended
|
||||||
|
|
||||||
http://pythontutor.com/
|
http://pythontutor.com/
|
||||||
|
|
||||||
|
## Dates and assignments
|
||||||
|
|
||||||
|
| Exercise | Due date (at 23:59) |
|
||||||
|
| ----------- | ------------------- |
|
||||||
|
| exercise-01 | 2024-10-16 |
|
||||||
|
| exercise-02 | 2024-10-23 |
|
||||||
|
| exercise-03 | 2024-10-30 |
|
||||||
|
|
||||||
|
## Submitting assignments
|
||||||
|
|
||||||
|
In the initial part of the class, upload your assignment using the web browser
|
||||||
|
to your own fork of the repository. In other words, if you are named Erika
|
||||||
|
Mustermann, your fork will be at
|
||||||
|
https://strawlab-rp2.zoologie.uni-freiburg.de/mustermann/pm21-dragon . (The name
|
||||||
|
of the repository here is "mustermann/pm21-dragon" and would have been forked
|
||||||
|
from the original repository "straw/pm21-dragon".) Do not rename (or allow your
|
||||||
|
computer to rename) the assignment file. If the name has changed, please change
|
||||||
|
it back to the original name so that the original file is replaced.
|
||||||
|
|
||||||
|
Later in the class we will discuss [git](https://git-scm.com) version control
|
||||||
|
and will go more into depth about what all this is about.
|
||||||
|
|
Loading…
Reference in a new issue