PDA

View Full Version : Python problem



note32
July 11th, 2009, 10:05 AM
ok so i'm new to programing:p and i want to learn use python and its there a application for it because installed it through the synitic package manager im just not sure ](*,)

fr4nko
July 11th, 2009, 10:35 AM
In order to program in python you could use 'idle' at the beginning. Just make sure it is already installed or otherwise install it with

apt-get install idle
Then you should search a good tutorial on the web about python programming.

Francesco

smartbei
July 11th, 2009, 10:35 AM
It should be installed by default on all Ubuntu installes. The one thing you may want to install is a simple IDE. I recommend installing idle as a start - it makes it a lot easier to try things out interactively.

Just to check that python is working, open up a terminal and run 'python'.

note32
July 12th, 2009, 11:38 AM
thanks guys ill give it a try:p

diafanos
July 12th, 2009, 11:49 AM
I'm new to python too.
I installed the python plugin for eclipse and it seems quite promising.
Has anybody work with it, to share his/her experience?

jimi_hendrix
July 12th, 2009, 12:56 PM
its a very nice plugin, the autocomplete is great