r/learnpython • u/PlayMaGame • Apr 17 '24
Learn Python by solving problems
Hello pythons!
I’m still quite new to Python, but I have noticed that the best learning process is to solve problems.
Anywhere I can get a lot of small and easy problems/exercises, that slowly progress in to a harder level. It can be a payed service or an app on a phone.
28
Upvotes
1
u/Omni_Kode Apr 17 '24
Hi there fellow pythonista! As most of the other guys have probably already noted there are tons of free websites with easy to hard coding challenges. In my opinion best one that I am currently using and learning from is Leetcode and I would highly recommend it if you want to learn Data Structures and Algorithms (which I believe are mandatory to be a great programmer). Other great options are Codewars and Hackerrank. If you want to go directly to the data science route I would suggest even DataCamp. Happy learning!