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
lehrkraefte:snr:informatik:ideen [2022/10/25 15:42]
Olaf Schnürer
lehrkraefte:snr:informatik:ideen [2023/02/18 11:34] (current)
Olaf Schnürer [Videos von Ivos Seite]
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
  
-  * 2lW16.11.2022 (Biber) und 14.12.2022 (Prüfung)+===== Zu konjunktiver Normalform ===== 
 + 
 +https://de.wikipedia.org/wiki/Konjunktive_Normalform 
 + 
 +Dort sind Links zu  
 + 
 +https://de.wikipedia.org/wiki/Verfahren_nach_Quine_und_McCluskey 
 + 
 +und 
 + 
 +https://de.wikipedia.org/wiki/Karnaugh-Veitch-Diagramm 
 + 
 +====== 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 pythontutorial ===== 
 + 
 +https://hourofpython.trinket.io/a-visual-introduction-to-python#/welcome/an-hour-of-code 
 + 
 +====== Pygame Installationsprobleme ====== 
 + 
 +Vermutlich ist "python -m pip install" besser als "pip install": 
 + 
 +relativ neu: 
 +https://stackoverflow.com/questions/60782785/python3-m-pip-install-vs-pip3-install 
 + 
 +älter: 
 +https://stackoverflow.com/questions/25749621/whats-the-difference-between-pip-install-and-python-m-pip-install 
 + 
 + 
 +===== Pygame docu ===== 
 + 
 +https://www.pygame.org/wiki/GettingStarted 
 + 
 +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
  
-  * 2rG: 11.11.2022 (Biber) und 09.12.2022 (Prüfung) 
  
-  * 2kWG: 11.11.2022 (Biber) und 09.12.2022 (Prüfung) 
  
 ====== Planung ====== ====== Planung ======
  
 +Ivo nimmt https://pypi.org/project/graphics.py/
 ===== Erwartetes Vorankommen ===== ===== Erwartetes Vorankommen =====
  
Line 53: Line 113:
  
 ==== Diverses ==== ==== Diverses ====
 +
 +in terminal: python -m turtledemo 
  
   * https://code.visualstudio.com/docs   * https://code.visualstudio.com/docs
Line 300: Line 362:
  
  
 +====== Link zum ersten Versuch (Herbst 2022): Funktionen ======
 +
 +https://fginfo.ksbg.ch/dokuwiki/doku.php?id=lehrkraefte:snr:informatik:glf22:python:funktionen-erster-versuch
 ====== Altes, ausgesondertes Material ====== ====== Altes, ausgesondertes Material ======
  
Line 394: Line 459:
 </code> </code>
 </WRAP> </WRAP>
 +
 +====== Aus Funktionen-Abschnitt ======
 +
 +<WRAP center round todo>
 +Schreibe nun eine Funktion mit drei Parametern ''setzeZustand(x, y, alpha)'', die die Turtle //ohne zu zeichnen// auf den Punkt ''(x, y)'' setzt mit Blickrichtung ''alpha''.
 +
 +Verwende diese Funktion und die Funktion ''quadrat(s)'' aus der vorigen Aufgabe, um das folgende Bild zu erstellen!
 +
 +Verschachtelte (und gedrehte) Quadrate? 
 +
 +</WRAP>
 +
 +====== EINZUFUEGEN ======
 +
 +
 +Schreibe Buchstaben/Zahlen! Funktion für jeden Buchstaben! (das ist jedenfalls sinnvoll)
 +
 +https://fginfo.ksbg.ch/dokuwiki/doku.php?id=lehrkraefte:snr:informatik:bruehl-2022:funktionen
 +
 +Dort gefallen mir besonders die ineinanderliegenden $n$-Ecke.
 +
 +Diverse Erklärtexte dort sind auch gut.
 +
 +Quadrat fixer bzw. variabler Seitenlänge.
 +
 +  * Funktionen oder: Wie man grössere Programm übersichtlich gestaltet: modularer Entwurf, Baukastenprinzip.
 +
  
  
  • lehrkraefte/snr/informatik/ideen.1666705332.txt.gz
  • Last modified: 2022/10/25 15:42
  • by Olaf Schnürer