Posted in100DaysOfCode
100 Days of Python, Projects 15-22 #100DaysofCode
So, the first set of projects for #100DaysOfCode were all fairly simple. Basic Text based programs that run in a terminal and run through simple loops. The Intermediate Section starting on day 15 of the course is were things started to get quite a bit more interesting, though the basic code isn't really all that complex yet. There are two main topics covered during the Intermediate portion of the course, creating GUI interfaces with Turtle Graphics, and some introductory data analysis. These two topics don't particularly overlap, but both seem to be the primary focus here. I'm rather enjoying the…