Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
informatik:computerkunst:start [2020/06/10 18:59] – Externe Bearbeitung 127.0.0.1informatik:computerkunst:start [2021/03/01 10:31] (aktuell) jonathan.pfeiffer
Zeile 29: Zeile 29:
 \\ \\
 <btn type="warning" size="sm">[[informatik:computerkunst:programmieraufgaben1|Programmieraufgaben]]</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>
  
Zeile 36: Zeile 40:
  
 <panel type="info" title="Programmiersprache + Entwicklungsumgebungen"> <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="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:thonny|Thonny-Editor]]</btn> \\
 \\ \\
-<btn type="info" size="sm">[[informatik:computerkunst:python-spielwiese|Spielwiese Python]]</btn> \\  +<btn type="info" size="sm">[[informatik:computerkunst:python-spielwiese|Spielwiese Python Online Editor]]</btn> \\  
 </panel> </panel>
  
Zeile 47: Zeile 53:
 <panel type="success" title="Weiterführende Links">    <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://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://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>   * [[https://www.swisseduc.ch/informatik/karatojava/pythonkara/|PythonKara - Käfer-Probleme lösen!]] <label type="success">knifflig</label>