5 Python Pitfalls that can save you HOURS of debugging!
Being aware of these 5 Python Pitfalls can save you hours of debugging effort.
Credits go to the wtfpython repository!
https://youtu.be/8zbXyd_tA9A
1. String concatenation without "+"
Two strings are implicitly concatenated if they are written after ...
patloeber.hashnode.dev4 min read
Akash Desarda
Building Data product powered by Machine learning
About using parenthesis in assert statements (according to Black code format tool) the correct way is
assert (a == b), "Both languages are different"