Re: Books for Python 3.7
On Friday, July 12, 2019 at 1:00:01 PM UTC-4, MRAB wrote: > On 2019-07-12 16:40, Terry Reedy wrote: > > On 7/12/2019 11:27 AM, Richard Mok wrote: > > > >> It does not mention on the book which version of Python it is using. > > > > That would likely mean 2.x. Easy way to tell: > > 2.x has 'print x' statements. 3.x has 'print(x)' function calles. > > > I had a brief look online and saw a preview. It was written in 2006 and > Appendix B stops at Python 2.5. A lot has happened since then! I already stopped studying from this book. Now just reading the 3.7 tutorial that came with the install. But I am a beginner... Finding it tough to learn like that. I need like a beginners guide to Python 3.7 sort of book. -- https://mail.python.org/mailman/listinfo/python-list
Re: Books for Python 3.7
On Friday, July 12, 2019 at 2:45:48 PM UTC-4, Andrew Z wrote: > Richy, > What specific part you consider hard? > If i may suggest, get a (pet) project as you read it. > > On Fri, Jul 12, 2019, 13:46 RIchy M wrote: > > > On Friday, July 12, 2019 at 1:00:01 PM UTC-4, MRAB wrote: > > > On 2019-07-12 16:40, Terry Reedy wrote: > > > > On 7/12/2019 11:27 AM, Richard Mok wrote: > > > > > > > >> It does not mention on the book which version of Python it is using. > > > > > > > > That would likely mean 2.x. Easy way to tell: > > > > 2.x has 'print x' statements. 3.x has 'print(x)' function calles. > > > > > > > I had a brief look online and saw a preview. It was written in 2006 and > > > Appendix B stops at Python 2.5. A lot has happened since then! > > > > I already stopped studying from this book. > > Now just reading the 3.7 tutorial that came with the install. > > But I am a beginner... > > Finding it tough to learn like that. > > I need like a beginners guide to Python 3.7 sort of book. > > -- > > https://mail.python.org/mailman/listinfo/python-list > > Hi Andrew I feel that that guide is written for people who already have some basic knowledge of Python. I am on the beginners level only. What is a (pet) project? -- https://mail.python.org/mailman/listinfo/python-list
Re: Books for Python 3.7
On Friday, July 12, 2019 at 7:34:10 PM UTC-4, Louis Krupp wrote: > On Fri, 12 Jul 2019 07:36:54 -0700 (PDT), mok...@gmail.com wrote: > > >Can anyone help me. > >New to Python. > >Installed version 3.7 > >I purchased the "Python for Dummies" book But this book was written for an > >older version of Python. > >All the examples and samples don't work with version 3.7 > >Can anyone direct me to which is the latest book to buy to properly learn > >Python. > >Thanks > > I found _Introducing Python_ useful: > > http://shop.oreilly.com/product/0636920028659.do > > It's also available on Amazon. > > Louis Thanks you all for all the advice. At least now I know there is a Python 2 or 3. I just bought a book and jumped right in without knowing all the facts first. I found a free online course by Guru99 that I am trying out now. I just need some basic knowledge to start of with. And as Andrew Z suggested, its good to have a Pet Project. I will do that as soon as I feel more comfortable with Python. Thanks Louis for the book recommendation. -- https://mail.python.org/mailman/listinfo/python-list