fixed typo
This commit is contained in:
62
Tutorium/tut01/README.md
Normal file
62
Tutorium/tut01/README.md
Normal file
@ -0,0 +1,62 @@
|
||||
# Tutorium 01 - 20.10.2023
|
||||
|
||||
## Today
|
||||
|
||||
* Vorstellen
|
||||
* Zusammenfassung Vorlesung
|
||||
* Übungsblatt 01
|
||||
* Installieren der benötigten Software
|
||||
|
||||
## About me
|
||||
|
||||
* Nils Pukropp
|
||||
* 3 Semester Informatik B.Sc.
|
||||
* [nils@narl.io](mailto:nils@narl.io)
|
||||
* Discord: [.narl](https://discord.com/users/208979474988007425)
|
||||
* Telegram: QR-Code
|
||||
|
||||
<img src="../../src/img/telegram.png" width="200">
|
||||
|
||||
## Zusammenfassung Vorlesung
|
||||
|
||||
### Orga
|
||||
* 14 Blätter jeden Dienstag auf der [Homepage](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/)
|
||||
* Abgabe im [Git](https://git.laurel.informatik.uni-freiburg.de/), Montags 9:00
|
||||
* Ihr braucht 50% der 326 Punkte
|
||||
* 2x Vorrechnen
|
||||
* Muss nicht korrekt sein
|
||||
* Wollen sehen dass ihr eure Aufgaben selber bearbeitet
|
||||
* Ich werde euch fragen, wenn ihr gute Abgaben hattet
|
||||
* Punkte für Anwesenheit im Tutorat
|
||||
* Anwesenheit über [QR-Code](https://auth.laurel.informatik.uni-freiburg.de/) (ab nächste Woche)
|
||||
|
||||
### Python-Shell
|
||||
|
||||
* Python-Shell bietet einen interaktiven Modus
|
||||
* Schnell Programme testen/kleinere Programme schreiben
|
||||
|
||||
### Zahlen
|
||||
|
||||
* `int` (Ganzzahlen)
|
||||
* `float` (Kommazahlen)
|
||||
* Grunderechenarten `+, -, *, /, //`
|
||||
* Potenz `**`
|
||||
* Modulo `%`
|
||||
* `float` -> `int` (möglicher) Informationsverlust
|
||||
* `int` -> `float` kein Informationsverlust
|
||||
* `float` sind etwas komplizierter als `int`
|
||||
```py
|
||||
>>> 0.1 + 0.1 + 0.1
|
||||
?
|
||||
```
|
||||
|
||||
## [Übungsblatt 01](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/exercise/sheet01.pdf)
|
||||
|
||||
* Abgabe 23.10.2023
|
||||
|
||||
## Links
|
||||
|
||||
* [Homepage EidP](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/)
|
||||
* [EidP-Git (Abgaben)](https://git.laurel.informatik.uni-freiburg.de/)
|
||||
* [QR-Code für Anwesenheit](https://auth.laurel.informatik.uni-freiburg.de/)
|
||||
* [Mein Git](https://git.narl.io/nvrl/eidp-2024)
|
0
Tutorium/tut02/README.md
Normal file
0
Tutorium/tut02/README.md
Normal file
0
Tutorium/tut03/README.md
Normal file
0
Tutorium/tut03/README.md
Normal file
0
Tutorium/tut04/README.md
Normal file
0
Tutorium/tut04/README.md
Normal file
0
Tutorium/tut05/README.md
Normal file
0
Tutorium/tut05/README.md
Normal file
0
Tutorium/tut06/README.md
Normal file
0
Tutorium/tut06/README.md
Normal file
0
Tutorium/tut07/README.md
Normal file
0
Tutorium/tut07/README.md
Normal file
0
Tutorium/tut08/README.md
Normal file
0
Tutorium/tut08/README.md
Normal file
0
Tutorium/tut09/README.md
Normal file
0
Tutorium/tut09/README.md
Normal file
0
Tutorium/tut10/README.md
Normal file
0
Tutorium/tut10/README.md
Normal file
0
Tutorium/tut11/README.md
Normal file
0
Tutorium/tut11/README.md
Normal file
0
Tutorium/tut12/README.md
Normal file
0
Tutorium/tut12/README.md
Normal file
0
Tutorium/tut13/README.md
Normal file
0
Tutorium/tut13/README.md
Normal file
0
Tutorium/tut14/README.md
Normal file
0
Tutorium/tut14/README.md
Normal file
Reference in New Issue
Block a user