100 Days of Code – Day 82-91

Day 82: August 13, Sunday – Day 91: August 24, Thursday

Progress: For whatever reason, I fell off the blogging daily bandwagon. With that said, I did not completely fall off the programming bandwagon – thank goodness! Here’s a rundown of what I generally did over the past days. It was a lot of the same, and perhaps that’s honestly what made it too tedious to write about.

Now that I have a subscription to DataCamp I’ve been poking around with their Python content. It was fun, and I was getting it, but it really feels as though there is no retention for me. As such, it’s very likely I will end up starting over and taking more notes this time around.

Spent some time with Coursera. Stopped at one project. Though it was not hard at all, it was not something I immediately solved. Since then, too many other shiny things quickly caught my attention. Still would like to get back into that and pursue their further courses in that specialization.

Over the weekend Code School had a free for all and of course I participated. Tried out their Git classes as well as Python and a few others. They definitely put a lot of polish into their videos. With that said, it doesn’t necessarily seem much deeper than other resources.

The most exciting thing on my plate right now is that I’m finally really working on a project of my own. Basically, it utilizes both Selenium (for browser automation) and Beautiful Soup (for grabbing site HTML) in order to automate a process that’s a dreaded part of my regular schedule. That has really captured my interest. Despite knowing nothing about Selenium or Beautiful Soup at the start of the week, I’m already able to click/type into the browser as well as pull all the elements I want from a HTML page. The next step is to merge these two together.

 

Coursera – Programming for Everybody Review

coursera

Programming for Everybody (Getting Started with Python) is a beginner course available on Coursera created by the University of Michigan. It is also the very first class in the 5-course Python for Everybody Specialization also available via Coursera.

Continue reading “Coursera – Programming for Everybody Review”

Coursera – Learn to Program: The Fundamentals Review

coursera

Learn to Program: The Fundamentals is the first course I’ve ever taken at Coursera. It is listed as one of the top fifty MOOCs via Class Central, which is what led me to try it out. Please note that this is hardly the first programming course I’ve taken over the years, and my second Python-focused class after MITx 6.00.1x.

Continue reading “Coursera – Learn to Program: The Fundamentals Review”