Direkt zum Inhalt

40 Treffer in Edutags

Filter 
Tags : 
Programmieren
Informatik
Filter aufheben
Tags der Webseite

Nach der Auffrischung der molekularbiologischen Grundlagen entwickeln die Schülerinnen und Schüler eine Strategie, wie man mit einem DNA-Rechner ein einfaches Hamilton-Pfad-Problem lösen kann. Dabei kommt die kostenfreie Software „Hellics“ zum Einsatz, die die Funktionen eines DNA-Computers simuliert.

Tags der Webseite

Auf Java-tutorial.org sollen Sie mit unserer Hilfe die Programmiersprache Java erlernen. Dieses Tutorial richtet sich an Anfänger(Einsteiger) bis hin zu Fortgeschrittene Entwickler. Möglicherweise können sich auch Experten einige Ideen aneignen.

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.