We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
All private interactions must abide by the code of conduct.
Great article. I'd just stress that functions are statements,...
Jun 11
def list_xor(n, list1, list2): return (n in list1) + (n ...
May 1
Exactly, the pattern needs to be established.
Apr 9
The type of the object determines its implementation, which ...
Nov 9 '21
Comments explain code too closely.. Same info given twice! ...
Jul 10 '21
floor, ceil but no trunc?! # FUNCTIONS THAT GENERATE INTEG...
Apr 13 '21
Having code in addition to comments that describe that code ...
Me, I am a proud member of the Python community and I program...
Mar 8 '21
Recent comments
Python Tricks Part 2 🐍
Great article. I'd just stress that functions are statements,...
Python challenge_19🐍💪
def list_xor(n, list1, list2): return (n in list1) + (n ...
Stop Writing DRY Code
Exactly, the pattern needs to be established.
Python Protocol Oriented Programming
The type of the object determines its implementation, which ...
Program to Print X Star Pattern in C, C++, and Python
Comments explain code too closely.. Same info given twice! ...
7 useful python tips
floor, ceil but no trunc?! # FUNCTIONS THAT GENERATE INTEG...
💻 Documentation as code
Having code in addition to comments that describe that code ...
Don't be a Perl programmer
Me, I am a proud member of the Python community and I program...