python
Remove duplicate elements from lists
A neat and compact way to remove duplicate elements from lists.
Year-wise population graph using Scrapy
Explore the trends in world population over the years yourself using a bit of code.
Enter, semiprime numbers
We all know about primes, let’s now dig into semiprimes.
Behold, the factorial
A neat and shorthand way of expressing the factorial in Python.