Python 3

Thanks to Julia I finally decided to dive into Python 3. With many old libraries converted to Python 3 and with Python 2’s impending demise…it’s time.

Note: In the passing couple weeks since this date I’ve written Python 3 programs using PIL, Beautiful Soup and Pandas. I got into Pandas because I kept reading about data frames in Julia and I wanted to learn about the concept. At 1st it sounded intimidating, until I learned it’s simply a way of looking at data like a spreadsheet…rows and columns.