Re: Books recommendation

2010-12-07 Thread Oshan
hi kee, i'm a beginner too.. when i asked the same question, some python gurus recommended these books and videos. in fact it worked.. so now i'm forwarding the same to you... 1. Core Python Programming by Wesley J. Chun 2. python quick reference guide - *http://rgruet.free.fr/#QuickRef.* 3. Pyt

Re: Books recommendation

2010-12-07 Thread Kee Nethery
On Dec 7, 2010, at 5:39 AM, Octavian Rasnita wrote: > Do you have, or can I find elsewhere a recommendation for books,tutorials and > sites appropriate for beginners? I have found that Python for Dummies is the book I use the most. It has lots of examples that work and that I can build upon. T

Re: Books recommendation

2010-12-07 Thread Mauro Caceres
> > > I am also interested to find where I can get Python modules from and how... > similar tools and sites with cpan and ppm for Perl. > > You should look at http://pypi.python.org/pypi, for modules. pip (http://pip.openplans.org/) is a tool used to install python modules. enjoy -- Mauro Cácer

Re: Books recommendation

2010-12-07 Thread Octavian Rasnita
also?) Thanks. Octavian - Original Message - From: "Anders Persson" Newsgroups: comp.lang.python To: Sent: Tuesday, December 07, 2010 4:14 PM Subject: Re: Books recommendation You can't compile Python to exe files, but there is program packing your script to a

Re: Books recommendation

2010-12-07 Thread Anders Persson
You can't compile Python to exe files, but there is program packing your script to a exe files, look att www.py2exe.org Beware that you must have py2exe version match your pythonversion and att current time the highest version is 2.7. /A On Dec 7, 2:39 pm, "Octavian Rasnita" wrote: > Hello, >

Books recommendation

2010-12-07 Thread Octavian Rasnita
Hello, Do you have, or can I find elsewhere a recommendation for books,tutorials and sites appropriate for beginners? I have a lot of experience in Perl but I am interested to also learn Python for: - web development (with frameworks similar with Catalyst and Ruby on Rails, good templating syst