Python is one of the world’s most popular programming languages. With a simple syntax that reads almost like plain English, it’s easy to learn, flexible, and allows you to write data-heavy tasks quickly, easily, and efficiently.
With applications in data science, computer vision, and machine learning, Python has been used to automate tasks, create AAA games and effects for blockbuster films, and build cutting-edge technologies like smart cars and facial recognition systems.
In this beginner-friendly course, you’ll learn the basics of Python – including techniques for working with data, program logic, and more. The skills that you’ll learn can be applied to building games, apps, and more, and can form the foundations of more advanced programs.
You will learn how to:
- Store simple data values with variables
- Manipulate data with operators
- Save sets of data with lists, tuples, and dictionaries
- Control logic flow with conditionals and loops
- Set up program logic with functions
- Work with classes and objects
… and more!