What is the best way to practice Python?
How do you define “best”? What are your specific goals?
to get master of it
This is a good place to start:
thanks
The continuous learning process of practicing solving problems using the python language can be one. Also the practice of building projects using python can be another. Obviously you need to get an understanding of the basic foundations, structure and terminology specific to python first!
Can you provide some resources where I solved problems, topic by topic, or by making a project
For coding and solving algorithmic problems, you can use GeeksforGeeks, LeetCode, and others. For projects in Machine Learning, Kaggle appears to be the best choice.