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.
Book recommendation:
Online tutorials:
Under the hood:
Data model and built-in types, sequences, mappings, set, generators
How to Use Standard Parentheses - ( )
How to Use Square Brackets - [ ]
How to Use Curly Braces - { }
user-defined types, organising code
User-defined types
Modules, files, packages