Roadmap: How to Learn Python, From Beginner to PyGuru
2 min readApr 27, 2020
Why Python?
- One of the most popular language
- Easy to start with programming
- Super-versatile
- Straightforward programming logics
- Lots of third party libraries support
- High paying jobs world-wide in Backend Support, Machine Learning, Data Science, Web-development
How to start, what to learn?
Step 0: Learn Basics
1. Data Type
2. Conditional Operations
3. Operations for manipulating data
4. Functions
5. File Handling
6. Libraries Installation
Step 1: OOPs Concepts
1. Understanding Oops concepts
2. Learn Python’s Classes and methods
3. Do Programs on Oops
4. Go through with other’s code
5. Solve Programming Problems with Oops