no way to compare when less than two revisions

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.


Vorherige Überarbeitung
Letzte Überarbeitung
informatik:computerkunst:start [2020/06/10 18:59] – Externe Bearbeitung 127.0.0.1
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> \\
 +</panel>
 +
 +
 +
 +
 +
 +<panel type="info" title="Programmiersprache + Entwicklungsumgebungen">
 +<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]]</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://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>
 +
 +
 +