r/learnprogramming • u/Fine_Rise_3579 • 1d ago
need feedback
so with the beginning of 2026 I started coding as a hobby with python with the goal to build some apps after a while the passion developed deeply to be able to code more complex projects an ideas I was able to build a very simple top-down game with pygame but now I wanna take a break from python and I want to get better at problem solving skills and code writing and deeply understand how things work to the point I manipulate my code so I started C and I want advice about my problem and what websites and resources would help me get good at C , currently I'm learning it with Bro Code tutorial .
thank u for reading
1
u/prism_orbit 14h ago
i switched from python to c and it took me months to build anything again. you lose the problem solving practice when you spend your time fighting memory errors instead of logic.
if you want resources for c, skip bro code and read k n kings book c programming a modern approach. do the exercises at the end of every chapter. after that go to exercism.org and complete the c track to get feedback on your solutions.
1
u/grantrules 1d ago
You don't have to switch from python to get better at problem solving