Python is a widely used programming language that is used in web development, data analysis, and automation, among other things. In this course, you will get a practical introduction to how Python works, with a focus on those who do not have previous experience.
You will learn to write simple code, understand how programs are structured, and how you can use Python to solve specific tasks. Along the way, you will work with key concepts such as variables, data types and control structures, and gradually get a better overview of how code works in practice.
Through practical examples, you will develop a basic understanding that makes it possible to use Python in your own projects.
What you will learn in the course
- write and understand simple Python code
- Use variables, data types, and control structures such as conditions and loops
- Work with data structures such as lists, dictionaries, and tuples
- create functions and use modules in your own programs
- use Python to solve practical tasks and problems