0
What tutorials should I do first?
I don't know anything about programming. I've just downloaded this app out of curiosity. But I don't know where to start from. I've only heard that Java is basic (or something like that). Thanks in advance for your advices :)
8 ответов
+ 3
Python and HTML and Javascript should be furst choices.
Then next level is PHP and Ruby.
Then try the rest
+ 9
www.sololearn.com/faq - First query
+ 4
Java and C++ and C# are my last ones
+ 3
No, java is not the basic.
It's depends what developer you wanna be, if you want be a web developer, go for JavaScript,php,html,css.
if you want be a desktop programmer, go for java, c++,c#.
I don't know about python or Ruby.
Since you are new, I recommend you to try HTML, it is very basic and good to train your logic and your mind about how code works.
+ 2
I can advice you to start web based langages as HTML5,or if you really want to start programming Java is not the best choice for a beginner.You eather start with Python,as it sytax is very easy to understand or javascript.That will give you a good idea of programming and then if you finish them,you can start trying Java
+ 2
Thank you all, that's perfect!
+ 1
learn Python or Html. it's simple
+ 1
Welcome to our SoloLearn Society. ^_^
-
Programming is just a set of instructions to tell computer to do this, do that. To programming, you've to know the programming language like we learn letters to make a word, create a sentence.
-
Programming Language contains syntax to write proper instructions. Each programming Languages have their own style of syntax. But, the term is common in all programming language.
-
Generally,
Maximum people prefer "C" to start with programming.But, it's your choice which language you prefer most. ^_^
-
My suggestion to you,
know the
- Basics (Fundamentals of Programming -- Variables, Array, Pointer etc. )
- You can try - JavaScript (cause, it runs on your browser ;) )
- Don't think html, css as programming language.
- Use google & youtube to know the basics.
-
after that, choose a suitable programming language to implement your logic.
-
Thanks ^_^
(Best of Luck)