Hacker News new | ask | show | jobs
by myegorov 5454 days ago
...is the tutorial any shorter than 400 page books?
1 comments

With the tutorial, you just need to read till Chapter 9 as the continuing chapters handle the stdlib which serves more of a reference once you know the language. Point being, you start writing Python with the official tutorial much earlier as compared to any introductory book because the tutorial teaches you what you _just_ what you need to know.