braboj / tutorial-python

Awesome Python!
2 stars 2 forks source link

Move the introspection parts from function and classes to a separate chapter #27

Closed braboj closed 1 year ago

braboj commented 1 year ago

Discussed in https://github.com/braboj/tutorial-python/discussions/25

Originally posted by **braboj** September 15, 2023 The topic seems to be too advanced for beginner and advanced users. Maybe it is a good idea to create a separate chapter as part of the expert tutorial and clarify: - Inspections using dunder methods - Inspections using the inspect library - Inspections using the sys library An inspection is the process of gathering information about live (running) objects.