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 […]
CS101 with Udacity
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, […]