Type-Casting in Python

This quick tutorial will guide on how to change data from one type to another in python.
Variables in python have data types just as many other languages. There may be times when you will want to specify or change the data type of a particular variable. Read more

Similar

Python for JavaScript Developers

This post originally appeared on Mario Pabon’s blog. So recently I began working at a little startup in New York City by the name of Underdog.io, where I discovered that they had a back-end written...

Read more »