Python Forum
Looking for a book to deepen my Python knowledge.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for a book to deepen my Python knowledge.
#1
Hi everyone,

I'm looking for a book for deepen my Python knowledge.

a book (or web resources)that cover all the stock module (https://docs.python.org/3/py-modindex.html)

will be awesome !

Thanks
[Image: NfRQr9R.jpg]
Reply
#2
My suggestion would be Fluent Python, O'Reily: https://www.amazon.com/_/dp/1491946008?tag=oreilly20-20 $39.49
Used on Ebay: https://www.ebay.com/p/5005930559 $3.25
Reply
#3
Link to The Python Standard Library.

One the best online Python 3 Module of the Week.
Also a book The Python 3 Standard Library by Example massive 1456 pages.
Starting to get a little old now,but still good Python Essential Reference.

As a advice learn to explore modules yourself live,here will a better REPL like ptpython or IPython helps.
A good editors with autocompletion/IntelliSense like Vs Code or PyChram also helps.
It's not possible to remember all this stuff.
Here a image with pypython and cmder,see that all method of lxml show up automatically,
then it's much more easy to choose and test out stuff.
[Image: VCVAP5.png]

There are modules in Standard Library that i mean there are not worth spending any time on like urllib,here have Requests taken over.
For me personalty also all HTML/XML parsing stuff in Standard Library,here is BeautifulSoup/lxml better.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Knowledge on Python script's dependencies almahdi 1 1,213 Jun-02-2022, 02:28 AM
Last Post: Larz60+
  Best book on learning Python by referring C++ almahdi 1 1,413 Jun-01-2022, 07:01 AM
Last Post: Larz60+
  What is the Basic Knowledge Required To Understand Python? haimen 11 6,546 Apr-30-2021, 11:54 AM
Last Post: AnupriyaSingh
  Book 'Python in high school' arnbod 3 2,868 Apr-10-2020, 05:35 PM
Last Post: micseydel
  My Python programming book for kids is free for 48 hours kenttong 0 1,947 Feb-02-2020, 09:45 AM
Last Post: kenttong
  Python Programming book khouzamm 3 77,384 Oct-17-2019, 01:45 AM
Last Post: khouzamm
  [book] Various python and non python books available each day (free for 24hrs) Yoriz 188 122,940 Aug-09-2019, 04:57 AM
Last Post: ThomasL
  What is the best book for in-depth Python for advanced other-language programmers? user118967 1 2,659 Jun-04-2019, 07:56 PM
Last Post: snippsat
  Book: "Python in high school" arnbod 1 2,791 Jun-03-2019, 02:12 PM
Last Post: heiner55
  What is the best site or book to learn advanced python programming? aruntracer 2 3,999 Apr-29-2018, 10:48 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020