Re: "Pythoner",Wish me luck!

2009-04-04 Thread Jeroen Ruigrok van der Werven
-On [20090403 20:35], barisa (bbaj...@gmail.com) wrote: >my question is : what benefit is using interactive intrepreter ? Install ipython. It's an extension wrapper around the interactive shell and allows a lot of very nice features in additional to the standard shell, such as tab completion. Th

Re: "Pythoner",Wish me luck!

2009-04-04 Thread Linuxwell
Thanks everyone,thank you very much!!! -- http://mail.python.org/mailman/listinfo/python-list

Re: "Pythoner",Wish me luck!

2009-04-04 Thread Hendrik van Rooyen
"barisa" wrote: >Hi, >I'm also begginer in python; >i did few basic programs about graph etc.. > >my question is : what benefit is using interactive intrepreter ? > >i come from java backround, so I use eclipse for python as well. >I start my program, it does it's job, and that's it. (after som

Re: "Pythoner",Wish me luck!

2009-04-03 Thread George Sakkis
On Apr 3, 3:47 pm, barisa wrote: > On Apr 3, 8:58 pm, nrball...@gmail.com wrote: > > > > > On Apr 3, 12:33 pm, barisa wrote: > > > > On Apr 3, 11:39 am, "Hendrik van Rooyen" wrote: > > > > > "Matteo" wrote: > > > > > On Apr 3, 9:05 am, Linuxwell wrote: > > > > > >> Starting today I would like

Re: "Pythoner",Wish me luck!

2009-04-03 Thread barisa
On Apr 3, 8:58 pm, nrball...@gmail.com wrote: > On Apr 3, 12:33 pm, barisa wrote: > > > > > On Apr 3, 11:39 am, "Hendrik van Rooyen" wrote: > > > > "Matteo" wrote: > > > > On Apr 3, 9:05 am, Linuxwell wrote: > > > > >> Starting today I would like to study Python,Wish me luck! > > > > >Good luck

Re: "Pythoner",Wish me luck!

2009-04-03 Thread Ravi Kumar
> > Hi, > I'm also begginer in python; > i did few basic programs about graph etc.. > > my question is : what benefit is using interactive intrepreter ? > > the IDLE interractive python IDE is best comparing to any other most advanced IDE available in world. Really, if you are learning the python

Re: "Pythoner",Wish me luck!

2009-04-03 Thread nrballard
On Apr 3, 12:33 pm, barisa wrote: > On Apr 3, 11:39 am, "Hendrik van Rooyen" wrote: > > > > > "Matteo" wrote: > > > On Apr 3, 9:05 am, Linuxwell wrote: > > > >> Starting today I would like to study Python,Wish me luck! > > > >Good luck! > > > >Don't forget to... > > > print 'Hello World!'

Re: "Pythoner",Wish me luck!

2009-04-03 Thread barisa
On Apr 3, 11:39 am, "Hendrik van Rooyen" wrote: > "Matteo" wrote: > > On Apr 3, 9:05 am, Linuxwell wrote: > > >> Starting today I would like to study Python,Wish me luck! > > >Good luck! > > >Don't forget to... > > print 'Hello World!' > > This is better advice than what you may think, > be

Re: "Pythoner",Wish me luck!

2009-04-03 Thread MRAB
Matteo wrote: On Apr 3, 9:05 am, Linuxwell wrote: Starting today I would like to study Python,Wish me luck! Good luck! Don't forget to... print 'Hello World!' Or: >>> print('Hello World!') if using Python 3. -- http://mail.python.org/mailman/listinfo/python-list

Re: "Pythoner",Wish me luck!

2009-04-03 Thread Hendrik van Rooyen
"Matteo" wrote: On Apr 3, 9:05 am, Linuxwell wrote: >> Starting today I would like to study Python,Wish me luck! > >Good luck! > >Don't forget to... > print 'Hello World!' This is better advice than what you may think, because the interactive interpreter is your very best friend when stu

"Pythoner",Wish me luck!

2009-04-03 Thread Linuxwell
Starting today I would like to study Python,Wish me luck! -- http://mail.python.org/mailman/listinfo/python-list

Re: "Pythoner",Wish me luck!

2009-04-03 Thread Matteo
On Apr 3, 9:05 am, Linuxwell wrote: > Starting today I would like to study Python,Wish me luck! Good luck! Don't forget to... >>> print 'Hello World!' ;) -- http://mail.python.org/mailman/listinfo/python-list