-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
Thanks everyone,thank you very much!!!
--
http://mail.python.org/mailman/listinfo/python-list
"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
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
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
>
> 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
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!'
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
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
"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
Starting today I would like to study Python,Wish me luck!
--
http://mail.python.org/mailman/listinfo/python-list
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
12 matches
Mail list logo