lehrkraefte:snr:informatik:ideen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
lehrkraefte:snr:informatik:ideen [2022/11/26 12:03]
Olaf Schnürer [Pygame docu]
lehrkraefte:snr:informatik:ideen [2023/02/13 21:40]
Olaf Schnürer [Koordinatengrafik]
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
 +
 +====== Videos von Ivos Seite ======
 +
 +  * https://www.youtube.com/watch?v=QZwneRb-zqA, https://www.youtube.com/watch?v=I0-izyq6q5s, Minecraft: https://www.youtube.com/watch?v=tDxKhiJfgYk
 +  * 8-Bit Adder mit TTL-Logic https://www.youtube.com/watch?v=X31B1pVow1o
 +
 +
 +====== Koordinatengrafik ======
 +
 +Lass zuerst zwei konzentrische Fünfecke mit Turtle zeichnen!
 +
 +Dann mit ''kantigrafik'' und Trigonometrie.
 +
 +====== Pen verwenden, mit Python ======
 +
 +dann vielleicht Escherbilder malen? Kaleidoskop?
 +
 +===== Online turtle (and python) tutorial =====
 +
 +https://hourofpython.trinket.io/a-visual-introduction-to-python#/welcome/an-hour-of-code
  
 ====== Pygame Installationsprobleme ====== ====== Pygame Installationsprobleme ======
Line 17: Line 37:
  
 test pygame with "python -m pygame.examples.aliens" test pygame with "python -m pygame.examples.aliens"
 +
 +Example files are located in
 +
 +~/.local/lib/python3.10/site-packages/pygame/examples
 +
 +https://stackoverflow.com/questions/71742916/no-module-named-pygame-after-using-pip
 +
 +Command palette: "Python: Select interpreter"
 +
 +===== Turtle demo files =====
 +
 +/usr/lib/python3.10/turtledemo
 +
 +https://docs.python.org/3/library/turtle.html#module-turtledemo
 +
  
  
  • lehrkraefte/snr/informatik/ideen.txt
  • Last modified: 2023/02/18 11:34
  • by Olaf Schnürer