top of page
python


Miscellaneous Functions ft. Python
You use Python every day, yet you might be ignoring some of the most useful and game changing functions. Not because they’re difficult but because people don’t talk much about these functions. Most of the time we think Python only has print(), len() or type(). But as you grow, you slowly understand that in python there are dozens of small yet powerful helper functions that: save time reduce code length improve readability prevent bugs So, What are these small yet helpful func
Akshaya Kuchampudi
Feb 12 min read
bottom of page