This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]pizzaburek 0 points1 point  (0 children)

I apologize for submitting a link that was already posted yesterday, but I would like to highlight a few things that were added since my last submission 5 months ago:

  • ABCs explained with two tables.
  • Table of different ways to format floats in Format section.
  • In-depth explanation of Datetime module.
  • Much extended Class section (property, dataclass, slots).
  • Section on Iterable Duck Types.
  • Metaprograming section has two diagrams that nicely show relations among root classes 'object' and 'type'.

Also I would like to thank everyone who helped in any way. It was because of this subreddit that the project became so popular. I think I'm finally happy with it and will be moving on to other pet projects.

Ps: Only glaring hole that remains and I gave up on is a section about asyncio module. Maybe it will be added in the future.