Python is one of the most popular programming languages in the world and there's a very good reason for that: it's easy to read and understand. Unlike other languages that look like a mix of weird symbols, Python reads almost like English.
Huge companies like Google, Instagram, Spotify, and Netflix use Python every day. But Python isn't just for big corporations - it's the perfect language for anyone who wants to learn to code from scratch.
In this course, you'll go through 9 lessons that take you from zero to a level where you can write useful programs on your own:
Each lesson contains explanations, code examples, and practical exercises. The most important thing you can do is to write the code yourself - don't just read it. Open a Python editor (you can use repl.it right in your browser) and experiment with each example.
Don't worry if you don't understand everything at first. Programming is learned through practice and through mistakes. Every error you get is an opportunity to learn something new.
Let's start! The first lesson will introduce you to the world of Python and you'll write your first program.