80% Python in 20 Minutes

Weiran Ye
Nov 19, 2020
Photo by Safar Safarov on Unsplash

All you need to start reading and writing Python

After being a programmer for many years, when I started to use Python, I wish there was a Python book that,

  • does not try to sell me Python
  • does not explain what a for loop is
  • does not have 300 pages

Instead, a Python book that,

  • shows the first 80% of Python “things” that I should know
  • in 20 minutes
  • with examples, a lot of examples
  • and where are the land mines if I came from other languages.

If that resonates with you, this is for you!

Here we go.

--

--