Blog

Viewing posts for the category Python

Largest palindrome product from projecteuler.net

Posted by: Rod Morison in Mathematics, Python 5 years, 10 months ago

Just for fun over Thanksgiving, played with https://projecteuler.net/problem=4

read more / 0 comments

Python 3 dictview ... dict().keys, .values(), .items() are dynamic

Posted by: Rod Morison in Python 7 years, 5 months ago

Simply stated,

read more / 0 comments

How to really mock for unittest

Posted by: Rod Morison in Python, Test Driven Development 9 years, 4 months ago

Best article I've seen on how it's really done, python mock for unittest: Using Mocks in Python

read more / 0 comments

Python Weekly: Big Thumbs Up!

Posted by: Rod Morison in Python 9 years, 11 months ago

One of the best ways to keep up with what's happening in the Python world is the Python Weekly email summary. Python Weekly is one of the few recurring emails I pay attention to. It's chock full of links to new posts, modules, events, and releases across the Python ecosystem.

read more / 0 comments