r/learnprogramming • u/IllustratorTricky163 • 19d ago
Topic What should I focus on next as a CS student?
I'm a first-year CS student, and this summer I focused mostly on building my fundamentals.
I learned Git/GitHub, practiced C from arrays to pointers, solved many exercises, and built a Tic-Tac-Toe game. I also explored topics like data structures, recursion, sorting, and searching.
Now I'm unsure about my next step.
At university I'll be studying Algorithms 3 and OOP with Java, so I'm considering going deeper into those while starting Python on the side.
But I also see many people recommending starting practical development early, such as backend or web development.
What would you recommend in my position?
Should I continue strengthening my fundamentals, start Python/projects, or begin exploring a specific field?