0
I want help
Who can give my advices to code programs or other complex things myself ?
2 ответов
+ 2
Hi, Gamer 0! have you already decided at least in general terms about the direction in programming?
+ 1
Hey!
For starters, get comfortable with a programming language ( know the syntax, different ways to do things, it's usages like if it's OOP, procedural or other paradigms, some libraries you could use) and literally experiment with them make mini programs.
Then after settling in you could think of a big project, multi file ones, understand how it works. At the beginning you could just practice with other's code, sololearn or even YouTube tutorials but after that try to think the solution yourself and break the problem up in smaller subproblems. You can even open up a drawing program to illustrate it if it's gonna help you!