Recent Posts

Python Basics 101 – Part IV: Defining Functions

by Nikhil Palanki on June 26, 2014 • 2 minute read

Functions in Python can be easily defined and called upon throughout a directory of files as well as a single file itself. This tutorial will briefly demonstrate how Python functions work as well as defining a Python ...

Coin – One Coin for All of Your Cards

by Nikhil Palanki on June 25, 2014 • 1 minute read

Coin is a product with the much sought after goal of reducing wallet size. With rewards cards, gift cards, credit cards, and debit cards, it is easy to lose track of which card does what or where each card is. Coin ce...

Python Basics 101 – Part II: Installing iPython Notebook

by Nikhil Palanki on June 25, 2014 • 2 minute read

As you get into Python, you may be looking for new Python IDE’s or looking for a text editor that satisfies your initial concerns; simplicity, effectiveness, and cost are some examples. When you are scouring for the r...