CS101 with Udacity

I apologize for the lack of posts lately, a lot of things have been going on that kept me from blogging. I have been following the CS101 course on Udacity, and it’s been great so far. It teaches the fundamentals of computer science using Python, my favorite language. I’m three weeks into the course, and I can say without a […]

Learning Python

I recently started learning Python again, as I’ve had interest in it in the past, but stopped for some reason I don’t really remember. I don’t follow a single source, I make use of videos, books, and random googling for answers. I was following the MIT course I mentioned in an earlier post, Google’s Python class, and two books, “A […]

Watched an MIT lecture

I watched This lecture and it has been very informative. I learned the difference between Static and Dynamic typing, as well as the difference between strong and weak type checking. Static typing states that once a variable has been given a type, it cannot be changed until it goes out of scope. Dynamic typing is the exact opposite of that, […]