¡¡¡Time tooooo, say goodbye!!!

The semester is has ended, there’s just final exams to do, this course was a great experience I hope more people has the chance to enjoy a kind of course like this one that Ken offer to us. Thank you Ken 😀 Here is my video review of the course:  

Print (Programing + Math)

This time we are going to see how to write and run basic math operations in Python, first we have to know the signs: “+” is for summing “-” is for subtracting “*” is for multiplying “/” is for dividing “%” is for the remain of the division Let’s start, for the past operations it doesn’t…

Learning the basics

Continuing with the course, there are certain topic about Python we have to master. Some of them are basics but since most of us are new at this, they suit us well. We are going to begin with the basic output “print”, which is pretty easy to understand. First you have to write print, then…