Re: Want to learn python as I have donne manual testing for 12 years. Please help to share opinion how to start. Thanks

2019-07-15 Thread copeterson07
On Monday, July 15, 2019 at 12:44:20 AM UTC-6, kumar...@gmail.com wrote: > Want to learn python as I have donne manual testing for 12 years. Please help > to share opinion how to start. Thanks I don't know your skill level with programming, but I have found this https://www.learnpython.org/

Re: Want to learn python as I have donne manual testing for 12 years. Please help to share opinion how to start. Thanks

2019-07-15 Thread Aldwin Pollefeyt
Try to find small projects to solve with Python instead of using other applications. Hereby my experience: * solve or just represent a riddle or mathematical question. - Youtube channels called standupmaths and numberphile has some interesting videos about algorithms. Then it's fun trying to

Re: want to learn python

2015-04-24 Thread Tom P
On 04/21/2015 12:57 PM, pm05...@gmail.com wrote: Hello everyone, I am willing to learn Python from scratch.Please he me to learn.Although I hv knowledge of c and object oriented programming. Apart from the various tutorials you might want to look at the on-line courses offered by Coursera

Re: want to learn python

2015-04-21 Thread waldemar . franczak
On Tuesday, April 21, 2015 at 11:57:34 AM UTC+1, Parikshit Mishra wrote: Hello everyone, I am willing to learn Python from scratch.Please he me to learn.Although I hv knowledge of c and object oriented programming. http://learnpythonthehardway.org/ Depending on your experience you can go

Re: want to learn python

2015-04-21 Thread Mark Lawrence
On 21/04/2015 11:57, pm05...@gmail.com wrote: Hello everyone, I am willing to learn Python from scratch.Please he me to learn.Although I hv knowledge of c and object oriented programming. Welcome :) Start here https://docs.python.org/3/tutorial/index.html Besides this list there is also a

Re: Want to learn Python

2013-08-16 Thread Nikhil Bansode
On Thursday, August 15, 2013 7:51:43 PM UTC+5:30, prem kumar wrote: Hi All, Presently Iam working with QTP(VBscript)..Now planning to learn PYTHON..Could you please suggest me like is ti good to learn what is the present condition for Python in IT Companies.. Iam not thinking abt

Re: Want to learn Python

2013-08-15 Thread Joel Goldstick
On Thu, Aug 15, 2013 at 10:21 AM, prem kumar premiaskuma...@gmail.com wrote: Hi All, Presently Iam working with QTP(VBscript)..Now planning to learn PYTHON..Could you please suggest me like is ti good to learn what is the present condition for Python in IT Companies.. I don't really

Re: Want to learn Python

2013-08-15 Thread Jordi Riera
On Thursday, August 15, 2013 4:21:43 PM UTC+2, prem kumar wrote: Hi All, Presently Iam working with QTP(VBscript)..Now planning to learn PYTHON..Could you please suggest me like is ti good to learn what is the present condition for Python in IT Companies.. Iam not thinking abt only

Re: Want to learn Python

2007-06-16 Thread Aahz
In article [EMAIL PROTECTED], 7stud [EMAIL PROTECTED] wrote: I am of the opposite opinion: I recommend that people get any book but Beginning Python: Novice to Professional. In my opinion, that book is horribly written, the examples are terrible, some subjects are only covered in passing so the

Re: Want to learn Python

2007-06-16 Thread Aahz
In article [EMAIL PROTECTED], Alex Martelli [EMAIL PROTECTED] wrote: 7stud [EMAIL PROTECTED] wrote: The reference book Python in a Nutshell is excellent, however its index is so bad I hesitate to recommend it. A reference book should have a thorough index--you shouldn't have to hunt through

Re: Want to learn Python

2007-06-16 Thread 7stud
I'm curious, have you tried _Python for Dummies_? No, I haven't. Unfortunately, I don't ever consider Dummies books. That type of marketing appeals to certain people and not others. I'm one of the others. I'll definitely take a look at it the next time I'm in the bookstore. We didn't wait

Writing books (was Re: Want to learn Python)

2007-06-16 Thread Aahz
In article [EMAIL PROTECTED], 7stud [EMAIL PROTECTED] wrote: It's nice to hear about an author who cares enough about the end product that bears their name to insist on quality. I'm so tired of hearing authors whine that the publisher screwed up the book. In all fairness, my co-author and

Re: Want to learn Python

2007-06-16 Thread Alex Martelli
7stud [EMAIL PROTECTED] wrote: I'm curious, have you tried _Python for Dummies_? No, I haven't. Unfortunately, I don't ever consider Dummies books. That type of marketing appeals to certain people and not others. I'm one of the others. I'll definitely take a look at it the next time

Re: Want to learn Python

2007-06-16 Thread Paul Rubin
Dennis Lee Bieber [EMAIL PROTECTED] writes: Aahz's book is really good, in my opinion. So are many others in the for Dummies series that I've had occasion to try (including the one with the delightfully unintended pun in its title, Bridge for Dummies: despite the title it applies to

Re: Want to learn Python

2007-06-16 Thread Aahz
In article [EMAIL PROTECTED], Paul Rubin http://[EMAIL PROTECTED] wrote: Dennis Lee Bieber [EMAIL PROTECTED] writes: The first edition Wicca for Dummies had a few laughs too... Biggest one is that someone inserted a photo of the Venus de Milo where the text called for the Venus of

Re: Want to learn Python

2007-06-15 Thread jitudon
On Jun 15, 4:41 pm, Amol [EMAIL PROTECTED] wrote: Hi, I want to learn Python in less than a month which resources should I use. I prefer to read books . Please give me a list of *recognized* resources. Thank You all http://python.org/doc/ JItendra Nair --

Re: Want to learn Python

2007-06-15 Thread Bruno Desthuilliers
Amol a écrit : Hi, I want to learn Python in less than a month which resources should I use. Your brain ?-) (actually, a computer with Python installed on it may help too...) I prefer to read books . Books are fine, but won't be of much help unless you actually *code* in Python. Please

Re: Want to learn Python

2007-06-15 Thread Sergio Monteiro Basto
On Fri, 2007-06-15 at 11:41 +, Amol wrote: Hi, I want to learn Python in less than a month which resources should I use. I prefer to read books . Please give me a list of *recognized* resources. Thank You all Books : Learning Python 2nd Edition (ISBN 0-596-00281-5) or above Python in a

Re: Want to learn Python

2007-06-15 Thread Eric
On Jun 15, 7:41 am, Amol [EMAIL PROTECTED] wrote: Hi, I want to learn Python in less than a month which resources should I use. I prefer to read books . Please give me a list of *recognized* resources. Thank You all I started here: http://docs.python.org/tut/tut.html --

Re: Want to learn Python

2007-06-15 Thread Joe Riopel
I am still learning and this is a great resource: http://diveintopython.org/index.html You can buy it or read it online for free. -- http://mail.python.org/mailman/listinfo/python-list

Re: Want to learn Python

2007-06-15 Thread Simon Brunning
On 6/15/07, Amol [EMAIL PROTECTED] wrote: Hi, I want to learn Python in less than a month which resources should I use. I prefer to read books . Please give me a list of *recognized* resources. Thank You all One other invaluable resource: http://mail.python.org/mailman/listinfo/tutor Cheers,

Re: Want to learn Python

2007-06-15 Thread Evan Klitzke
On 6/15/07, Amol [EMAIL PROTECTED] wrote: Hi, I want to learn Python in less than a month which resources should I use. I prefer to read books . Please give me a list of *recognized* resources. Thank You all The Apress Beginning Python book is the one that I recommend to people who want to

Re: Want to learn Python

2007-06-15 Thread Christof Winter
Amol wrote: Hi, I want to learn Python in less than a month which resources should I use. I prefer to read books . Please give me a list of *recognized* resources. Thank You all This is an excellent resource: http://rgruet.free.fr/PQR24/PQR2.4.html Although it's quite different from a book, I

Re: Want to learn Python

2007-06-15 Thread 7stud
On Jun 15, 11:59 am, Evan Klitzke [EMAIL PROTECTED] wrote: On 6/15/07, Amol [EMAIL PROTECTED] wrote: Hi, I want to learn Python in less than a month which resources should I use. I prefer to read books . Please give me a list of *recognized* resources. Thank You all The Apress Beginning

Re: Want to learn Python

2007-06-15 Thread Jack Crane
Amol [EMAIL PROTECTED] wrote in news:1181907696.878873.214760 @i13g2000prf.googlegroups.com: Hi, I want to learn Python in less than a month which resources should I use. I prefer to read books . Please give me a list of *recognized* resources. Thank You all

Re: Want to learn Python

2007-06-15 Thread BartlebyScrivener
On Jun 15, 6:41 am, Amol [EMAIL PROTECTED] wrote: Hi, I want to learn Python in less than a month which resources should I use. I prefer to read books . Please give me a list of *recognized* resources. Thank You all Python Essential Reference, David Beazley, 3rd edition Feb 2006 great, esp. if

Re: Want to learn Python

2007-06-15 Thread Alex Martelli
7stud [EMAIL PROTECTED] wrote: ... The reference book Python in a Nutshell is excellent, however its index is so bad I hesitate to recommend it. A reference book should have a thorough index--you shouldn't have to hunt through the chapters trying to find the particular topic you are