DEV Community

Discussion on: Use dot syntax to access dictionary key - Python Tips

Collapse
 
waylonwalker profile image
Waylon Walker

This is such a fun example of how easy it is to be creative and make your own implementation of anything in python.

I often use simple namespaces or data classes to get this effect with vanilla types.