Rolf Emil Gullestad :
I would not learn Python first, i would start with either C or C++, Python teaches you nothing of the underlying logic, memory management, sorting algorithms and so on. And di not start by just learning the basics, start by applying the basics to solve small logical problems, like program that reads an integer and tells you if it is odd or even, or a program that reads an integer N, then does the summation from 1 to N and so om, that teaches you to think logically, when you have done enough of those, then do some projects, but try to do them yourself, and gods sake, read a book on the language you are learning…
2026-09-25 08:29:50