Algorithm Part 1: Checking for Narcissism in Numbers (Python)

Basically, a narcissistic number is a number that is the sum of its own digits each raised to the power of the number of digits it has. Read more

Similar

What Is Python Best For?

Recently I had a discussion over Reddit over why would someone would use Python over other programming languages. The discussion was pretty good and thus I thought about writing a post about it. First of all, let me give you my thoughts on Python. Python ... (more…)

Read more »