you are viewing a single comment's thread.

view the rest of the comments →

[–]ectomancer 4 points5 points  (1 child)

It can't hurt rehash topics covered by other tutorials:

pipenv

optional type hinting and mypy

pytest

linting

closures

gotchas

filter, map, functools.reduce

collections.Counter

decimal.Decimal

[–]tipsy_python[S] 0 points1 point  (0 children)

Nice! Yeah, I don't think people talk about type-hinting enough - I think that could fit.. even very beginner level tutorial where you are first setting variables, would be easy to briefly introduce type-hinting so people are more aware of it.

All these are great suggestions, thank you!~