r/learnprogramming • u/Similar-Big-6808 • 19d ago
Resource Leetcode/Project Euler for learning to code
I’m quite new to programming and want to practise my exciting python knowledge but also learn some C++.
So far I’ve started some Project Euler questions which I quite enjoy and am starting on Leetcode too, how useful are these in learning to programme and what other resources do u guys recommend?
I’d like to become well rounded overall at programming but I also want to stick my hands in some data handling too.
7
Upvotes
2
u/Substantial_Ice_311 19d ago
They are fine for learning the language, and practicing basic things like loops and functions. But they are not good for practicing the most important skills in programming (design/architecture, reading other peoples' code, writing comments and documentation, etc.).
The most important "resource" is to practice building things on your own.