You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
V.3.0 - This module focuses on object-oriented design in Python using abstract classes, factories, capabilities, and strategies. It builds a modular system of creatures and battles to practice inheritance, polymorphism, package structure, static typing with mypy, and common design patterns such as Abstract Factory and Strategy.