Python sfs installed; what do I do next?

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
drongo
Posts: 374
Joined: Sat 10 Dec 2005, 23:35
Location: UK

Python sfs installed; what do I do next?

#1 Post by drongo »

I have just been on a Python course.

Booted up Precise Puppy, loaded up the SFS.

I can find some Pythonesque files and I can get a python prompt up from the console by typing "python" (no surprise there).

What next, is there an IDE? Doesn't appear to include IDLE. Should I just use a text editor or is there a friendlier option?

Thanks

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: Python sfs installed; what do I do next?

#2 Post by L18L »

drongo wrote:...Should I just use a text editor or is there a friendlier option?
geany is very friendly.
has syntax highlight for python
use Tools>execute if you like it
or
start a python script (example: ps3_hangman.py ) from console:

Code: Select all

python ps3_hangman.py

User avatar
drongo
Posts: 374
Joined: Sat 10 Dec 2005, 23:35
Location: UK

Geany it is then!

#3 Post by drongo »

Thanks L18L,

Geany highlighting is fine.

I tried xbmcbuntu and GeeXboX as well, neither one has IDLE.

I'm slightly surprised as I thought IDLE was part of the standard Python package.

Thanks again

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

IDLE

#4 Post by L18L »

I have seen the term IDLE at my python course at MIT (->edx.org)

But could live without knowing what IDLE is. :lol:

http://pythontutor.com/

Post Reply