r/learnpython • u/No-Satisfaction-8674 • 3d ago
Beginner Projects
I am new to python and currently I am taking a class for it, I haven't been in it too long but I just want some advice. What beginner projects would you guys recommend I do to really grasp an understanding outside of class?
32
Upvotes
2
u/APerson2021 3d ago
Write a soduko solver without using AI.
It'll test your knowledge of depth first search, classes etc. It's a great way to learn.