Search posts, tags, users, and pages
Patrick Loeber
Creating content about Python and ML
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 ...
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"
That's interesting, thanks for the tip!
Noah Ford
๐ Data Science @ Onaroll
Great post, these are definitely things in python that could really trip up someone new!
thank you!
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"