#python
Read more stories on Hashnode
Articles with this tag
Python does not have a simple method to fetch the last day of the month. Instead, you need to use the monthrange() method from the calendar module as...
Prettify your code using comprehensions. Beautiful is better than ugly. · For most cases, python comprehensions are a substitute for simple for loops....
Some conditions to keep in my mind while using Python's groupby method from the itertools lib · Pitfall 1 - Iterable is not sorted The iterable needs to...