Direkt zum Inhalt

23 Treffer in Edutags

Filter 
Tag : 
Python
Filter aufheben
Stephan NOEL

Webseite zum Stöbern in kleinen Programmierübungen. Es geben Aufgaben von sehr leicht bis sehr schwer.

BiLachner

The Minecraft Graphics Turtle allows you to use the Minecraft world as your drawing studio and unlike most graphics turtle's you aren't confined to 2d space, you can go up and down as well as left and right, and when your master piece is finished, you can walk around it!

The MinecraftTurtle is really easy to install and use, you only need a single python module (minecraftturtle.py), which needs to be copied to the same folder as the minecraft python api (minecraft.py, connection.py, block.py, etc), so if your using a Pi, its usually ~/mcpi/api/python/mcpi.

If you want to get started quickly through, I would download the complete code from my github, as it contains some examples and all the files you need to have go.

bastian

Diese Website führt Interessierte, besonders Anfänger, in die Welt des Programmierens ein. Die Art und Weise, wie einem hier das Wissen vermittelt wird ist dabei interessant und interaktiv.

strautz

Python ist eine objektorientierte Skriptsprache, die Anfang der 1990er-Jahre von Guido van Rossum am Centrum voor Wiskunde en Informatica in Amsterdam entwickelt wurde und heute auf einer Vielzahl von Betriebssystem-Plattformen (Unix/Linux, Windows, MacOS, etc.) verfügbar ist. Ihre leicht lesbare Syntax und umfangreiche Standard-Bibliothek ("Batteries included") sowie eine Vielzahl von Erweiterungen aus den verschiedensten Bereichen (GUI, Netzwerke, Datenbanken, Graphik, 3D, Audio, Video, Web, GIS, Numerik, Spiele, etc.) haben sie zum Mittel der Wahl bei vielen Open-Source-Projekten und in namhaften Unternehmen und Organisationen gemacht.
<a href="http://www.activestate.com/activepython/downloads">Alternatives Paket von Activestate</a>
<a href="http://code.google.com/p/pyscripter/">Pyscripter ist eine empfehlenswerte Oberfläche um in Python zu programmieren</a>

strautz

Python ist eine Scriptsprache, die in vielen Bereichen Verwendung findet. Sie ist aus verschiedenen Gründen besonders für die Schule geeignet. In unserem Wiki haben wir diese Gründe dargestellt und verschiedene Einstiegsaufgaben mit Tests erstellt.