Re: New to python



On Sat, 29 Sep 2007 21:20:10 -0700, Googy wrote:

I am new to python...

The programming language i know well is C
Can any one recommend me the good ebook for beginners. I have loads of
ebooks but i am not able to decide which to start with which book.
Also i am learning XML so later on i can switch to books on Python and
XML but initially which book to read??

Please help...

Some years ago I crossed over from C to Python myself. I found Python
weird and incomprehensible at first, especially since I was effectively
having to learn OO at the same time.

I worked through the standard Python tutorial that comes with the Python
manual, and kept an interactive Python interpreter session running in a
terminal.

It was tough for a while, but before long, something just seemed to
'click' and I 'got it'.

There were still many things to learn - I'm still learning - but what has
helped heaps has been the #python IRC channel on irc.freenode.net.

Keep at it - it'll gel for you if you persist, and you're willing to do
lots of experimenting.
.



Relevant Pages

  • Re: New to python
    ... The programming language i know well is C ... Can any one recommend me the good ebook for beginners. ... some reason python was rought at the beginning. ... When first learning so much of the sample code I saw seemed ...
    (comp.lang.python)
  • Re: New to python
    ... Can any one recommend me the good ebook for beginners. ... I have loads of ... Also i am learning XML so later on i can switch to books on Python and ...
    (comp.lang.python)
  • Re: Very good Python Book. Free download : Beginning Python: From Novice to Professional
    ... Can someone provide this ebook? ... <web programming in python>. ...
    (comp.lang.python)
  • Re: Python switch for syntax checking
    ... > I've been wondering why python itself doesn't provide a switch to ... The talk of a new switch to import a module would do the job nicely. ... you just import your script as a module, you know it loads and the main ... I'm all in favour of unit tests to make sure your code ...
    (comp.lang.python)
  • String help
    ... I am new to python and am working on a script that parses a file and loads ...
    (comp.lang.python)