About the #python tag

We’re all consenting adults here.

We are all responsible users here. - python-guide.org

Some Python features can be confusing if you come from other programming languages. Here I collect notes and resources that can be useful for understanding Python concepts and dynamic typing.

Resources

Book recommendation:

Online tutorials:

Under the hood:

Lesson #1

Data model and built-in types, sequences, mappings, set, generators

Lesson #2

user-defined types, organising code

#python