Replymessage unavailable
Hi! I highly recommend starting with CS50P https://cs50.harvard.edu/python/. It is arguably the best resource to take you from a complete beginner to a confident programmer, featuring hands-on exercises with clear, step-by-step guidance.
Also, if you are just starting out, prioritize mastering these core topics:
Variables & Data Types: Understanding how data is stored.
Conditionals: Logical flow with if, elif, and else.
Loops: for and while loops for efficiency.
Functions: Writing clean, reusable code.
Exceptions: Handling errors gracefully with try and except.
Master these, and you'll have a rock-solid foundation!