Gys - hats off. Basically what Dennis is saying- you dont need a book "about python ". Tutorials and general search online will get you further and faster than any book.
Blah-blah about myself: my bookshelf has 2 technical books, just because i got them to prepare for certifications. For my trading app, i had to figure out how to work with asyncio module, at the time -2017 , there were no semi- decent explanation for it, let alone books. By 2018 it became "the thing" with a ton of books. Blah-blah= off Good luck. P.s. and if you want to implement your idea really fast and easy - look at the go (golang.org). In my humble opinion- it is super easy and excellent all around. Doing their golangtour is all you need to write a working app. P.p.s. i just started a holy war .. damn. On Mon, Jul 15, 2019, 17:03 Dennis Lee Bieber <wlfr...@ix.netcom.com> wrote: > On Mon, 15 Jul 2019 22:17:34 +0200, Gys <inva...@invalid.com> declaimed > the > following: > > >I also would like to have a good book, but have not yet decided which > >one. There is a 50$ book on learning Python; the language reference (?) > >There is a 50$ book for learning PyQt5 programming of a GUI. There is a > >50$ book on using Python in Pandas for analysing tabular data. > > > > For the language and "batteries" -- every distribution should > provide > the language reference, and the standard library reference. If one has a) > experience with other languages, the LRM should be sufficient for learning > the syntax; b) skill at interpreting technical documents, one should become > familiar with the contents of the SL reference (this does not mean > memorizing all of it -- critical would be the chapters on data types [which > explains what one can do with lists, dictionaries, tuples...] and then get > an idea of the contents of other chapters, so one can look up specifics for > tasks. > > After that, one ends up with print books that tend to focus on > narrow > application domains: XML, WxPython, SQLAlchemy, MatPlotLib, Win32 (just > from scanning my bookshelf). > > If one lacks both A and B, one ends up with various editions of > "Learning Python", "Programming Python", and "Fluent Python" (among many > others). > > > -- > Wulfraed Dennis Lee Bieber AF6VN > wlfr...@ix.netcom.com > http://wlfraed.microdiversity.freeddns.org/ > > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.python.org/mailman/listinfo/python-list