Let’s have fun coding a “Guess the number” game.
Here, we will code a game where you have to guess a number between 0 and 100. Beware, you only have 6 tries!
Continue ReadingLet’s have fun coding a “Guess the number” game.
Here, we will code a game where you have to guess a number between 0 and 100. Beware, you only have 6 tries!
Continue ReadingFizzBuzz is the most used problem in developer jobs interviews to filter out people on early stages. So learning how to solve it is pretty important.
Continue ReadingWhen we code we use every day mathematical operations. They are easy to learn but we need to really understand them in order to avoid errors that we may overlook.
Continue ReadingSometimes we need to perform the same operations over a list or repeat the same actions a number of times. To do so, we use For and While loops
Continue ReadingWe need to list things: The users currently visiting our website, the options of a setting or the days of the week. For listing that information we use…lists.
Continue ReadingVideo version: Sometimes we want to run a code depending on if one or more conditions apply (the user’s age is more than 18 or the temperature is lower than a 100 degrees). That’s when we use conditionals. If Let’s…
Continue ReadingThis is your first approach to Python but don’t worry, it’s going to be easy. We will learn about how to print information, how to ask the user for information and how to store that information.
Continue ReadingIn this video, I explain how the series is going to be structured and how we are going to learn.
Continue ReadingAlways wanted to learn Python? You tried to start but you always say “Tomorrow I’ll start” but then tomorrow never comes? Tired of tutorials with hundreds of minutes of theory and no real coding? Do you want to switch careers…
Continue Reading