How to perform lstrip of an iterable?

Posted on Sun 18 August 2019 in Python • Tagged with itertools, dropwhile, lstrip, iterable, iterator

Using the dropwhile functions in the itertools module


Continue reading

Callables in Python

Posted on Sun 11 August 2019 in Python • Tagged with callable, hasattr, classes, methods, functions, instances

callables in Python


Continue reading

Grouping items using itertools groupby

Posted on Sun 04 August 2019 in Python • Tagged with itertools, groupby, looping

Using the groupby function in itertools module


Continue reading

Hashable and Unhashable Objects

Posted on Sun 28 July 2019 in Python • Tagged with set, hashable, unhashable

Hashable and Unhashable Types


Continue reading

Tuple Comparison in Python

Posted on Wed 12 June 2019 in Python • Tagged with 100DaysofWeb, Python, Tuple

Python tuple comparison


Continue reading

List vs Tuple

Posted on Wed 12 June 2019 in Python • Tagged with 100DaysofWeb, Python, List, Tuple

Figure out when to use list and tuple in Python.


Continue reading

Let's get this blog started!

Posted on Mon 10 June 2019 in Python • Tagged with 100DaysofWeb, Python, Awesomeness

This is a summary of the first post written for my Pelican Blog. I am doing this as part of my 100DaysofWeb course.


Continue reading