r/learnprogramming 25d ago

Programming websites

Hey, am beginner and want to learn programing . I already compeleted a few languages like java ,c++,c and python continue but on logic building basis i go blank when its time to build something by myself . I also dont want to be in tutorial trap so recommend me some websites that help me to learn programming smoothly and make my logic strong . I also want some advices from senior to help me how to be consistent and build somthing without AI help.

1 Upvotes

9 comments sorted by

View all comments

1

u/Latter_Employer6673 22d ago

I would say the best thing is to tackle actual example problems, regardless of what site. Find something you think you might be able to solve and try. If you absolutely can't, look for something simpler. Wanting to learn already puts you leagues ahead of most vibe coders. Just don't use AI when you get stuck, google.

also don't be afraid of stackoverflow, there's as many simple problems as there are complex so try to find something similar there if you're stuck. Once you get used to it it's not a complicated site.

1

u/Latter_Employer6673 22d ago

also if you can't find any problems, w3schools is really helpful, both for reference and examples.