Re: Newbie In Python

2008-05-20 Thread zerge69
On May 20, 5:15 am, [EMAIL PROTECTED] wrote:
> I have Heard About "Python" its a OOD Language. i have to Learn it
> where from i should start it.
> i have python compiler at linux Platform.
> anyone can suggest me about it.
>
> Thanks In advance.

I recommend Pyscripter
http://code.google.com/p/pyscripter/

It includes all the Python documentation and tutorial
--
http://mail.python.org/mailman/listinfo/python-list


RE: Newbie In Python

2008-05-20 Thread Sells, Fred
get a python-aware editor.  I vary between emacs and Eclipse, depending on my 
mood and the size of the project.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Behalf Of Bruno Desthuilliers
> Sent: Tuesday, May 20, 2008 6:25 AM
> To: python-list@python.org
> Subject: Re: Newbie In Python
> 
> 
> [EMAIL PROTECTED] a écrit :
> > I have Heard About "Python" its a OOD Language. 
> 
> 'OOD' => 'object oriented ???' ?
> 
> > i have to Learn it
> > where from i should start it.
> 
> Err... What about reading the docs on python.org - possibly starting 
> with the tutorial:
> http://docs.python.org/tut/tut.html
> 
> You'll find other tutorial etc here:
> http://www.python.org/doc/
> 
> 
> > i have python compiler
> 
> Just for the record, "python" is also the name of a compiler for CMU 
> Common Lisp (totally unrelated to the Python language), so make sure 
> that what you have is the CPython language install.
> 
> HTH
> --
> http://mail.python.org/mailman/listinfo/python-list
> 
--
http://mail.python.org/mailman/listinfo/python-list


Re: Newbie In Python

2008-05-20 Thread Bruno Desthuilliers

[EMAIL PROTECTED] a écrit :
I have Heard About "Python" its a OOD Language. 


'OOD' => 'object oriented ???' ?


i have to Learn it
where from i should start it.


Err... What about reading the docs on python.org - possibly starting 
with the tutorial:

http://docs.python.org/tut/tut.html

You'll find other tutorial etc here:
http://www.python.org/doc/



i have python compiler


Just for the record, "python" is also the name of a compiler for CMU 
Common Lisp (totally unrelated to the Python language), so make sure 
that what you have is the CPython language install.


HTH
--
http://mail.python.org/mailman/listinfo/python-list


Re: Newbie In Python

2008-05-20 Thread Thomas Troeger

[EMAIL PROTECTED] wrote:

I have Heard About "Python" its a OOD Language. i have to Learn it
where from i should start it.
i have python compiler at linux Platform.
anyone can suggest me about it.

Thanks In advance.


How about http://docs.python.org/tut/tut.html?
--
http://mail.python.org/mailman/listinfo/python-list


Re: newbie in python

2008-02-23 Thread cmpython
On Feb 21, 5:52 am, [EMAIL PROTECTED] wrote:
> Hi anyone
>
> I'm very interesed to learn python and really willing to do so,but
> unfortunately dont know where to start, or what programs need to
> install to start.
>
> Can someone help me to get in the right track, and get a good move?
>
> Thanks for all help
>
> pls reply on
> [EMAIL PROTECTED]
> or
> [EMAIL PROTECTED]

I'd first want to know if you are just new to Python or are new to
programming generally. Second, for what reason do you want to learn
Python?  What is it that you want to do with it?
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: newbie in python

2008-02-21 Thread Jeff Schwab
[EMAIL PROTECTED] wrote:

> I'm very interesed to learn python and really willing to do so,but
> unfortunately dont know where to start, or what programs need to
> install to start.

There are several good replies already on this thread, but in case any 
experienced programmers searching the Google archives are looking for 
the fastest way to learn Python, I highly recommend Python in a Nutshell 
  by Alex Martelli (O'Reilly).  Good tutorial, high information density, 
avoids hand-waving, solid reference.

Do *not* bother with Programming Python until you have some experience 
with the core language.  I don't know why O'Reilly called it that, 
except to mislead people into thinking it was similar to the highly 
successful Programming Perl; if so, I fell for it, and so did plenty of 
other people (so there's probably a copy in your coworker's office 
already).  Programming Python is (despite its size) the moral equivalent 
of the O'Reilly "Cookbooks" for other languages.  It's not necessarily a 
bad book, but the only language/library tutorial it gives is meant to be 
a review, not an introduction.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: newbie in python

2008-02-21 Thread Michael Poeltl
A big help for 'easily" learning python was and is

"Learning Python"
(a book written by Mark Lutz)

after having studied this book you are able to "think in python"

another book I like very much is

"Core Python Programming"
(written by Wesley Chun)

regards
michael

On Thursday 21 February 2008 03:26:17 pm subeen wrote:
> Dive into Python is a very good book but it's for people who have
> experience in other languages. I liked the book.
> Whatever book you read, please take a look at the Python Tutorial:
> http://docs.python.org/tut/tut.html, it will help.
>
> regards,
> Subeen.
> http://love-python.blogspot.com/
>
> On Feb 21, 6:01 pm, 7stud <[EMAIL PROTECTED]> wrote:
> > [EMAIL PROTECTED] wrote:
> > > Hi anyone
> > >
> > > I'm very interesed to learn python and really willing to do so,but
> > > unfortunately dont know where to start, or what programs need to
> > > install to start.
> > >
> > > Can someone help me to get in the right track, and get a good move?
> > >
> > > Thanks for all help
> >
> > If you're a good student or you have prior programming experience, get
> > the book 'Learning Python', which just came out with a 3rd edition, so
> > it is the most up to date book.
> >
> > If you are not such a good student or have no prior programming
> > experience, and you want a gentler introduction to python, check out
> > the book 'Python Programming for the Absolute Beginner(2nd Ed.)'


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: newbie in python

2008-02-21 Thread subeen
Dive into Python is a very good book but it's for people who have
experience in other languages. I liked the book.
Whatever book you read, please take a look at the Python Tutorial:
http://docs.python.org/tut/tut.html, it will help.

regards,
Subeen.
http://love-python.blogspot.com/



On Feb 21, 6:01 pm, 7stud <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Hi anyone
>
> > I'm very interesed to learn python and really willing to do so,but
> > unfortunately dont know where to start, or what programs need to
> > install to start.
>
> > Can someone help me to get in the right track, and get a good move?
>
> > Thanks for all help
>
> If you're a good student or you have prior programming experience, get
> the book 'Learning Python', which just came out with a 3rd edition, so
> it is the most up to date book.
>
> If you are not such a good student or have no prior programming
> experience, and you want a gentler introduction to python, check out
> the book 'Python Programming for the Absolute Beginner(2nd Ed.)'

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: newbie in python

2008-02-21 Thread 7stud
[EMAIL PROTECTED] wrote:
> Hi anyone
>
> I'm very interesed to learn python and really willing to do so,but
> unfortunately dont know where to start, or what programs need to
> install to start.
>
> Can someone help me to get in the right track, and get a good move?
>
> Thanks for all help
>

If you're a good student or you have prior programming experience, get
the book 'Learning Python', which just came out with a 3rd edition, so
it is the most up to date book.

If you are not such a good student or have no prior programming
experience, and you want a gentler introduction to python, check out
the book 'Python Programming for the Absolute Beginner(2nd Ed.)'
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: newbie in python

2008-02-21 Thread cokofreedom
> >Can someone help me to get in the right track, and get a good move?
>
> http://wiki.python.org/moin/BeginnersGuide

http://www.diveintopython.org/
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: newbie in python

2008-02-21 Thread Jeroen Ruigrok van der Werven
-On [20080221 11:56], [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
>Can someone help me to get in the right track, and get a good move?

http://wiki.python.org/moin/BeginnersGuide

-- 
Jeroen Ruigrok van der Werven  / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
E pluribus unum...
-- 
http://mail.python.org/mailman/listinfo/python-list

Re: Newbie in python

2006-03-02 Thread Simon Brunning
On 3/2/06, - C Saha - <[EMAIL PROTECTED]> wrote:
>
> Hello Python Experts
>
> I am Chirantan, a beginner in python programming world. I have some
> programming knowledge in SHELL, BATCH and little bit PERL. I subscribed to
> this list with the hope that I will get support and help from all of you.
>
> To start with, I thought it will be a good idea to start reading the
> tutorials which I got from google search (search by name "python tutorial").
> It would be great if anyone knows about some other tutorial which can help
> me to start learning python quickly.

You'll find plenty to choose from here: .

Welcome to Python!

--
Cheers,
Simon B,
[EMAIL PROTECTED],
http://www.brunningonline.net/simon/blog/
-- 
http://mail.python.org/mailman/listinfo/python-list