0
How to start becoming a programmer
Hi, I just graduated from vocational school. Previously, I knew a little about the world of programming. I only knew the basics, but now I want to deepen my knowledge. Do you have any suggestions for what I should do?
2 Answers
+ 4
plumppypeach 99 ,
how to start coding - development
before starting your learning journey, you may spend some time thinking about what you want to achieve.
> if you are interested in `web development`, you could start with the tutorial *web development*. it is a compilation of some other tutorials: *introduction to html*, *introduction to css*, *introduction to javascript*.
> if you interested in app development, you can try *java, c, c# or c++*. just use the *introduction to ...* of the mentioned courses.
> if you are not sure where to start but you wanted to get the basics of coding, you can start with the tutorial *introduction to python*.
>> at sololearn, we are all self-learner and grow through self-paced learning and a helpful community that shares knowledge and assistance.
+ 2
of course: have any plan about what you would like to build.
open your favo[u]rite code editor / ide, and start coding :-)
hint: you can access free and open source projects, helping them; if you have an idea only, you can find tutorials or create a step-by-step plan what and how to code, ....