first notes

not fully ordered yet, mostly understandable
partially in German, might need to change
This commit is contained in:
AntonObersteiner 2022-10-21 10:36:18 +02:00
commit bdf6c066c4
5 changed files with 145 additions and 0 deletions

27
material.md Normal file
View file

@ -0,0 +1,27 @@
**Materialien:**
In den Forks der FSR-Repos finden sich manchmal noch interessante Sachen.
*Python*
* Basics (CMU): <https://academy.cs.cmu.edu/>
* Basics (FSR): <https://github.com/fsr/python-beginner-lessons>
* Fortgeschritten: <https://github.com/fsr/python-lessons>
* Aufgaben-Fork: <https://github.com/AntonObersteiner/python-lessons> (Fortgeschrittene für Anfänger umgeschrieben, Lösungen fangen mit '_' an)
* Aufgaben-Fork: <https://github.com/Bizarious/python-lessons>
*Java*
* FSR-Slides: <https://github.com/fsr/java-lessons>
* Kurs von Moritz Schulz: <https://trivo25.github.io/tud-java-course> (Basiert auf "Java for Everyone" → SLUB, moritzzzschulzzz@gmail.com)
*C*
* FSR-Slides: <https://github.com/fsr/c-lessons>
* Aufgaben-Fork? <https://github.com/scholzp/c-lessons>
* Aufgaben als Website <http://fsr.github.io/c-lessons/>
*Artemis*
* Haupt-Repo: <https://github.com/ls1intum/ArTEMiS>