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

Python 3 Module of the Week

PyMOTW-3 is a series of articles written by Doug Hellmann to demonstrate how to use the modules of the Python 3 standard library. It is based on the original PyMOTW series, which covered Python 2.7. See About Python Module of the Week for details includi... (more…)

Read more »

Python Community Interview with Brian Okken

Brian Okken is perhaps best known as the author of Python Testing with pytest, as well as being the host of two podcasts. Find out more about the man behind the voice, his new meetup in Portland, and the advice he'd like to give to anyone who's new to tes... (more…)

Read more »