python
Python kglitch 1 year ago 97%

From 'Barely Works' to Pythonic Code in 5 steps

www.youtube.com

In this video, we adapt a clumsy, non-Pythonic API into an easy to use, easy to understand Pythonic one. We use magic methods such as getitem_, len, enter, and _exit to make our objects a context manager and support the len() function and square bracket indexing. And in the end, we turn what once was ugly, difficult to maintain code into something that other developers would actually want to use.

32
1
Comments 1