What should I learn first to be coding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What should I learn first to be coding

27th Dec 2016, 8:16 AM
mohammad fadhil,A
mohammad fadhil,A - avatar
5 Answers
+ 6
Welcome to Sololearn and congratulations on making the choice of becoming a programmer! :-) Programming is all related. To start coding you need to think like a coder. For that I highly recommend you to focus on a high-level language, such as: Python, HTML, Java or C#. These are all great choices for whatever you would want to focus on. Object-orientation is a beautiful method to program in and since C++ (lower-level language) and many other high-level langs provides this it might also help to look into other languages first who covers this part as well, only on a more straightforward way. 1. Python does not deal with any user-interface which makes it a very fast language but it is also a truly dynamic language. It is actually, hands-down, my favorite language! Because of its wide variety and mixed simplicity - just to mention a few: backend web development, data analysis, artificial intelligence, and scientific computing, productivity tools, games, and desktop apps. So there are plenty of choices for you to cover here BRANCH: Ruby, PyPy, backend 2. HTML is considered to be the easiest and mainly focus on websites in general BRANCH: great to pick up CSS, JavaScript and PHP. 3. Java is a massive language and might demand a high-end computer to work properly but is fully portable and can be used on any device. Often used in apps, platform games and low-performance programs. BRANCH: JavaScript, SQL 4. Lastly C# is one of the most appreciated languages, often used on Microsoft platform such as apps and games. great for gaming and unity coding. If you want to go C++ then C# is your natural choice. BRANCH: C++, Unity The golden rule in programming is to not spread out too much or you will mix the code together and face unnecessary frustration and several hours of extra work. Instead 'branch out'... : HTML into, PHP and CSS. C# into C++ and Unity. Java into JavaScript and so on... To help you even further here's a great link to help you decide: www.bestprogramminglanguagefor.me/q Dr.
27th Dec 2016, 9:22 AM
Tristan McCullen
Tristan McCullen - avatar
+ 1
nothing only a little bit curious brain,basic and intermediate mathematics,and ability to learn new ideas. but if you want to know by which you should start ? you can start with any of language among c,c++,python but i suggest to start with c as c++,objective-c, c#,Swift and java all are similar with bit improvements.
27th Dec 2016, 8:37 AM
Ankit RAJ
Ankit RAJ - avatar
0
You should start learning the language C. It's an old but still use language. He is at the base of many different language and the base notion are common to the magority of the language. After if you want to learn object programming I will says Java. It's the most used object language use in the professinal world but some people prefer to use C++ for the Object notion. They are many different website including this one to help you to learn. But you can also buy some book or watch video on youtube.
27th Dec 2016, 8:25 AM
Florian Castelain
Florian Castelain - avatar
0
there is more questiom about your ability to study something. Are you able to learn from beginning the huge and difficulty parts of documenation with precisely meaning? So choose a C/C++ language. Do you want to start learn simple programming? Maybe the Python or javascript will be better.
27th Dec 2016, 9:36 AM
Petr Hatina
Petr Hatina - avatar
0
Thank you advice you guys will be very useful for me
27th Dec 2016, 10:41 AM
mohammad fadhil,A
mohammad fadhil,A - avatar