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
Here we have an inheritance from math module class, that's why we don't need override getattr and also we don't need change the sys import list.
Probably those code can be more elegant and Pythonic.
The text was updated successfully, but these errors were encountered:
Hello, Mark.
We have a small conversation on PyCon DE 2022 after your talk.
I have a small improvements for your "gradually_worse_pi"
Here we have an inheritance from math module class, that's why we don't need override getattr and also we don't need change the sys import list.
Probably those code can be more elegant and Pythonic.
The text was updated successfully, but these errors were encountered: