Testing if a string is a palindrome

May 2, 2018
python

One of the reasons I really like python is the simplicity and succinct syntax. Here is a method to test whether a string is a palindrome -

Is that cool or what!

Purge all items from an AWS dynamodb table with an exponential timing back-off

May 21, 2018
aws dynamodb python

Copy an AWS dynamodb table to an existing table with an exponential timing back-off

May 20, 2018
aws dynamodb python

Return the key with the maximum value in a dictionary using python

May 14, 2018
python