Data Science Week 12 Fun with Python
Well I fell off the data science wagon for a couple weeks and jumped back on to have some fun with Python. Python thankfully is not a new language for me. However, prior to this course the last program I wrote in Python was for a programming class back in 2012. There was some serious dusting off the cobwebs for me as I was going through the Python lessons. Most of my prior Python experience was unrelated to data science. One thing about this challenge course is that the Python portion isn't super specific to data science. It's a general Python course with an overview of data types and operators, control flow (if, elif, for and while statements). The challenge course has instructions on setting up Python with Anaconda and…