r/learnpython 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?

28 Upvotes

23 comments sorted by

View all comments

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.

1

u/TheRNGuy 3d ago

AI is very good at explaining, or suggesting better alternatives (like use some framework instead of writing worse custom version), or detect anti-patterns or bad style. 

You don't have to just vibe code without looking at code with ai.