+ 1
Hey . I don't know anything about programming so which thing should i start . Python , c or java? And why?
2 Respuestas
+ 1
i think you should start with python its much more understandable Python doesn't exactly start you at the basics, but it does teach some useful things like indentation, modularity, and the importance of naming conventions that will help you as you learn and work with other languages.
+ 1
I will suggest C, indentation of python can be headache for beginners. though many compilers Indent it automatically, still it gonna trouble you in starting.