Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.


Vorherige Überarbeitung
informatik:computerkunst:start [2021/03/01 10:31] (aktuell) jonathan.pfeiffer
Zeile 1: Zeile 1:
 +<jumbotron>
 +====== Computerkunst ======
 +Abstrakt-geometrische Grafiken in Python programmieren \\ 
 +\\
 +{{:informatik:computerkunst:python-dots.png?100|}} {{:informatik:computerkunst:linien2.png?100|}} {{:informatik:computerkunst:python-webmuster.png?100|}}
 +</jumbotron>
 +
 +<panel type="primary" title="Motivation">
 +  * [[https://herr-pfeiffer.de/grafiken-programmieren|Beispielhafte Artefakte]]
 +  * [[informatik:computerkunst:computerkunst-advance-organizer|Advance Organizer]]
 +</panel>
 +
 +<panel type="primary" title="Lernfortschritt 1">
 +<btn type="primary" size="sm">[[informatik:computerkunst:turtle-bewegen|Turtle bewegen]]</btn> \\
 +\\
 +<btn type="primary" size="sm">[[informatik:computerkunst:farben-verwenden|Farben verwenden]]</btn> \\
 +\\
 +<btn type="primary" size="sm">[[informatik:computerkunst:alternative|Alternative]]</btn> \\
 +\\
 +<btn type="primary" size="sm">[[informatik:computerkunst:zaehlschleife|Zählschleife]]</btn> \\
 +\\
 +<btn type="primary" size="sm">[[informatik:computerkunst:verschachtelung|Verschachtelung]]</btn> \\
 +\\
 +<btn type="primary" size="sm">[[informatik:computerkunst:variablen|Variablen]]</btn> \\
 +\\
 +<btn type="primary" size="sm">[[informatik:computerkunst:eingabe-ausgabe|Eingabe & Ausgabe]]</btn> \\
 +\\
 +<btn type="primary" size="sm">[[informatik:computerkunst:funktionen-ohne-parameter|Funktionen ohne Parameter]]</btn> \\
 +\\
 +<btn type="warning" size="sm">[[informatik:computerkunst:programmieraufgaben1|Programmieraufgaben]]</btn> \\
 +\\
 +<btn type="primary" size="sm">[[informatik:computerkunst:funktionen-mit-parameter|Funktionen mit Parameter]]</btn> \\
 +\\
 +<btn type="primary" size="sm">[[informatik:computerkunst:funktionen-mit-rueckgabewert|Funktionen mit Rückgabewert]]</btn> \\
 +</panel>
 +
 +
 +
 +
 +
 +<panel type="info" title="Programmiersprache + Entwicklungsumgebungen">
 +<btn type="primary" size="sm">[[informatik:computerkunst:lernvideos|Lernvideos]]</btn> \\
 + \\
 +<btn type="primary" size="sm">[[informatik:computerkunst:python|Pythonschnipsel]]</btn> \\
 + \\
 +<btn type="info" size="sm">[[informatik:computerkunst:thonny|Thonny-Editor]]</btn> \\
 +\\
 +<btn type="info" size="sm">[[informatik:computerkunst:python-spielwiese|Spielwiese - Python Online Editor]]</btn> \\  
 +</panel>
 +
 +
 +
 +<panel type="success" title="Weiterführende Links">   
 +  * [[https://docs.python.org/3.3/library/turtle.html?highlight=turtle#module-turtle|Python Documentation - Turtle Graphics]] <label type="success">wichtig</label>
 +  * [[https://pythonbuch.com/|pythonbuch.com]] <label type="success">klassisch</label>
 +  * [[http://pythontutor.com/|pythontutor.com]] <label type="success">visualisiert</label>
 +  * [[https://www.programmieraufgaben.ch/|programmieraufgaben.ch]] <label type="success">herausfordernd</label>
 +  * [[https://codecombat.com/students?_cc=HomeSpoonCar|Code Combat - spielerisch Python lernen! (HomeSpoonCar)]] <label type="success">fun</label>
 +  * [[https://www.swisseduc.ch/informatik/karatojava/pythonkara/|PythonKara - Käfer-Probleme lösen!]] <label type="success">knifflig</label>
 +  * [[http://digitalart.joachim-wedekind.de/projekte-i/|Digital Art von Joachim Wedekind! ]] <label type="success">inspirierend</label>
 +
 +
 +</panel>
 +
 +
 +