What you’ll learn
- Master Python basics
- Learn Python with Python 3
- Install Python 3 on Windows, Linux, and MacOS
- Run Python instructions in the Python Shell
- Install and use a Python IDE (PyCharm)
- Variables, Data Types, Lists, Functions, Conditions, Loops, etc.
- Get user input with Python
- Read files with Python
- Use a built-in Python module in your code
- Create your own Python module to use in other files
- Start a Python program from the terminal (Windows, Linux, MacOS)
- Discover Python OOP (Object Oriented Programming)
- Intro to inheritance and composition (OOP)
- Learn the Best Practices from the start
- Practice on key concepts with many exercises