Wrapping Up
Congratulations! You have just learned the basic use of a powerful tool called Python.
What should you do next?
Python is incredibly versatile. Pick the next course based on your interests.
1. “I want to find meaning in data” (analyst type)
- Recommended: Data Analysis
- Why: One of the biggest reasons people learn Python. You will learn to handle data far more powerfully than Excel.
2. “I want to build more complex programs” (engineer type)
- Recommended: Data Structures
- Why: Learn how to store and manage data efficiently. It is a must for building faster, smarter programs.
3. “I want to build my own program”
Now use what you learned and try building things in PyCharm.
- Make a calculator that takes numbers and calculates the result
- Print multiplication tables with loops
- Create your own game character using functions
Coding is learned with your hands, not just your head. Making mistakes (seeing errors) and fixing them is already the process of becoming a great programmer.