Die Suche ergab 3 Treffer

von Julien
Sonntag 5. Februar 2012, 22:20
Forum: Installation/Konfigurieren
Thema: Ich verstehe nur Bahnhof ...
Antworten: 13
Zugriffe: 4479

Re: Ich verstehe nur Bahnhof ...

kann nun py´s bearbeiten, aber wenn ich auf run Module gehe, dann kommt bei mir bei diesem Skript ein Error :

def hello_world():
hello = "Hello World"
print hello
hello = 100
print hello
hello = "world " + str(100)
print hello
hello = "world " * 10
print hello

hello_world()


Das ist ...
von Julien
Sonntag 5. Februar 2012, 21:23
Forum: Installation/Konfigurieren
Thema: Ich verstehe nur Bahnhof ...
Antworten: 13
Zugriffe: 4479

Re: Ich verstehe nur Bahnhof ...

Ich habe mir auf http://python.org/download/ dieses "Python 2.7.2 Windows X86-64 Installer (Windows AMD64 / Intel 64 / X86-64 binary [1] -- does not include source)" heruntergeladen und das installiert. Danach sofort diese IDLE geöffnet, aber da tut sich nichts. was muss ich denn sonst noch machen?
von Julien
Sonntag 5. Februar 2012, 16:41
Forum: Installation/Konfigurieren
Thema: Ich verstehe nur Bahnhof ...
Antworten: 13
Zugriffe: 4479

Ich verstehe nur Bahnhof ...

Hallo,

ich bin noch neu hier und versuche nun seit 1 Tag Phyton zu installieren, jedoch gibt es kein ordentliches Tutorial dazu.

Wie installiere ich nun Phyton und wo schreibe ich dann den Source Code hin, etc ... ?

Habe windows 7 64 Bit und ich weiß auch nicht, welches ich nun von der ...