Compare commits

...

3 commits

Author SHA1 Message Date
Andrew Straw d308230d69 update readme 2024-10-25 08:13:40 +02:00
Andrew Straw 7551b2ff0d lecture for today 2024-10-25 08:05:31 +02:00
Andrew Straw 5fbbcc1ded exercise for next week 2024-10-25 08:05:20 +02:00
3 changed files with 5473 additions and 1 deletions

View file

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long