[python-win32] Good Book

2011-07-18 Thread Ryan
Dear All Pythonist, I'm strarting learn python programming and I have been found many resources on it but I have a problem. I don't know, what is the best complete book for new learner like me. I need your recommendation, thanks before . . . -- It is no more than the conspiracy of 0 and 1

Re: [python-win32] Good Book

2011-07-18 Thread Randy Syring
Ryan, These should be a good start: http://learnpythonthehardway.org/book/ http://www.greenteapress.com/thinkpython/html/index.html http://diveintopython.org/toc/index.html http://diveintopython3.org/ -- Randy Syring Intelicom Direct: 502-276-0459 Office:

Re: [python-win32] Multiple versions of Python on same machine with regsvr32.exe PYDs

2011-07-18 Thread reckoner
Mark: Thanks for your reply. I'm using the Python extension described here: http://www.synapseadaptive.com/joel/index_old.html Basically, the natlink.pyd file is called ( after being registered with regsvr32 ) indirectly by the speech recognition engine. Thus, if the natlink.pyd file is

Re: [python-win32] [Tutor] Good Book

2011-07-18 Thread sefa yıldız
i think, this http://openbookproject.net/thinkCSpy/index.html# is good book for you. (this http://greenteapress.com/thinkpython/thinkCSpy.pdf is pdf version ) and also a few sources: http://www.freenetpages.co.uk/hp/alan.gauld/ http://diveintopython.org/toc/index.html

Re: [python-win32] [Tutor] Good Book

2011-07-18 Thread Surya P.K. Kasturi
Actually you have a lot of books that have been quoted in www.python.org. One of them is ThinkPython book at www.thinkpython.org. Its really good. You'll also find exercises at the end of units. On Mon, Jul 18, 2011 at 1:56 PM, Ryan decrypt...@gmail.com wrote: Dear All Pythonist, I'm

Re: [python-win32] Multiple versions of Python on same machine with regsvr32.exe PYDs

2011-07-18 Thread Mark Hammond
On 19/07/2011 12:21 AM, reckoner wrote: Mark: Thanks for your reply. I'm using the Python extension described here: http://www.synapseadaptive.com/joel/index_old.html Basically, the natlink.pyd file is called ( after being registered with regsvr32 ) indirectly by the speech recognition