[BangPypers] Help plzz..

2010-01-20 Thread murugadoss
Hello, I want to learn python scripting. Can anyone suggest me any book or link to start with.Books with sample example will be more helpfull. -- Thanks Regards V.Murugadoss ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] Help plzz..

2010-01-20 Thread Ankur Gupta
On Wed, Jan 20, 2010 at 3:38 PM, murugadoss murugadoss2...@gmail.comwrote: Hello, I want to learn python scripting. Can anyone suggest me any book or link to start with.Books with sample example will be more helpfull. Try this book http://openbookproject.net//thinkCSpy/ -- Thanks

Re: [BangPypers] Help plzz..

2010-01-20 Thread Kenneth Gonsalves
On Wednesday 20 Jan 2010 3:48:56 pm Ankur Gupta wrote: Hello, I want to learn python scripting. Can anyone suggest me any book or link to start with.Books with sample example will be more helpfull. Try this book http://openbookproject.net//thinkCSpy/ or buy 'python in a nutshell' -

Re: [BangPypers] Help plzz..

2010-01-20 Thread Noufal Ibrahim
On Wed, Jan 20, 2010 at 3:38 PM, murugadoss murugadoss2...@gmail.comwrote: Hello, I want to learn python scripting. Can anyone suggest me any book or link to start with.Books with sample example will be more helpfull. The official tutorial : http://docs.python.org/tutorial/index.html (best

Re: [BangPypers] Help plzz..

2010-01-20 Thread Anand Balachandran Pillai
On Wed, Jan 20, 2010 at 4:02 PM, Noufal Ibrahim nou...@gmail.com wrote: On Wed, Jan 20, 2010 at 3:38 PM, murugadoss murugadoss2...@gmail.com wrote: Hello, I want to learn python scripting. Can anyone suggest me any book or link to start with.Books with sample example will be more

Re: [BangPypers] Help plzz..

2010-01-20 Thread Srinivas Reddy Thatiparthy
The official tutorial : http://docs.python.org/tutorial/index.html (best place to start) Mark Pilgrims Dive into Python : http://diveintopython.org/toc/index.html(excellent read) +1 for dive into python ;An excellent one,indeed. Regards, Srinivas Reddy T - You never learn something until you

Re: [BangPypers] Help plzz..

2010-01-20 Thread Diptanu Choudhury
I felt that Dive into Python can be a little tough to begin with. The tutorial on docs.python.com was easier to follow for me when I started out. But having said that, it depends on the person. A friend of mind found Dive into Python a little humorous and he totally loved it. :-) On Wed, Jan 20,

Re: [BangPypers] Help plzz..

2010-01-20 Thread Jeffrey Jose
+1 for both Byte of Python and Dive into Python Also, Python CookBook Once you've familiarised with the language (I didnt say mastered it) hit video.google.com for some excellent Google Tech Talks in the field of python including Python Giants like Alex Martelli I've also found

Re: [BangPypers] Help plzz..

2010-01-20 Thread VIJAY KUMAR
Starting with Basic I found learning python  from Mark Lutz is good. http://books.google.co.in/books?id=wSC-tyYy5bsCpg=PA503dq=learning+python+pdfei=1g1XS4rEJInclQSU2rioAwcd=1#v=onepageq=f=false with thanks Vijay --- On Wed, 20/1/10, Jeffrey Jose jeffjosej...@gmail.com wrote: From: Jeffrey

Re: [BangPypers] Help plzz..

2010-01-20 Thread Rajeev J Sebastian
On Wed, Jan 20, 2010 at 7:38 PM, VIJAY KUMAR vnbang2...@yahoo.com wrote: Starting with Basic I found learning python  from Mark Lutz is good. http://books.google.co.in/books?id=wSC-tyYy5bsCpg=PA503dq=learning+python+pdfei=1g1XS4rEJInclQSU2rioAwcd=1#v=onepageq=f=false Noone has read the Python

[BangPypers] The merge : Unladen Swallow into CPython

2010-01-20 Thread Noufal Ibrahim
http://thread.gmane.org/gmane.comp.python.devel/109919 Looks it's really lead laden rather than unladen. An interpreter binary is over 100 MB (as opposed to the original CPython one which is less than 10). More details in the PEP in the above email thread. I sense a disturbance in the force.

Re: [BangPypers] conversion of odt to moinmoin

2010-01-20 Thread Kenneth Gonsalves
On Thursday 21 Jan 2010 12:25:39 pm Kenneth Gonsalves wrote: hi, I know there is an utility to convert odt to moinmoin format - cannot find it. Any one knows? I found this: http://www.ooowiki.de/Writer2MoinMoin#Instructions_in_English but it crashes with a runtime error. -- regards