Patterns

Patterns

4 bookmarks
Custom sorting
3 Tips For Writing Pythonic Code
3 Tips For Writing Pythonic Code
Learn what it means for code to be Pythonic and explore three ways you can write clear, Pythonic code right now.
·davidamos.dev·
3 Tips For Writing Pythonic Code
State Pattern in Python
State Pattern in Python
Learn to implement state pattern and finite state machines using Python.
·auth0.com·
State Pattern in Python
How to Write Cleaner Python Code Using Abstract Classes
How to Write Cleaner Python Code Using Abstract Classes
What are Abstract Classes? When are they useful? When should you use them? Let's take a look!
It turns out that the Abstract class is what we need. Essentially it forces its subclasses to implement all of its abstract methods. It is a class that represents what its subclasses look like.
·blog.teclado.com·
How to Write Cleaner Python Code Using Abstract Classes