How to write actually object-oriented python - Per Fagrell

Опубликовано: 20 Май 2026
на канале: PyGotham 2014
87,012
564

The multi-paradigm flexibility of Python can bite developers new to Python or object-orientation, since self-restraint and design know-how is needed to keep code style paradigm-consistent. Learn about OO principles like SOLID and Tell-Don't-Ask and how they apply in Python for more uniform, testable, and working OO code.