What next? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What next?

I have learned HTML and Css, what do you suggest to learn next? JavaScript, Python or Php? I am going to be a blogger by the way!!!

5th Apr 2018, 2:47 PM
JMM
JMM - avatar
5 Answers
+ 2
Here is a very rich video, detailed (step by step) guidelines for starting online Career ( learning Web Development [Front End,Back End & Full Stack ] and other Programs): https://youtu.be/Zftx68K-1D4 ⏩⏩A very good reference: https://www.sololearn.com/Discuss/284542/?ref=app ⏬⏬By August Mein:⏬⏬ 1. Choosing your first Language You can choose any language. if you can't decided here the guide : HTML is used to make web structure. CSS is used to give style or animate web JAVASCRIPT is used to make dynamic web (you can even make game) PHP is server side scripting language SQL is database manajemen in server side C++ is multiplatform OOP based programming language (you can make many app including Games) C# is more spesific (windows os) than C++ Java is used to build app that can run on any devices (including Android). JAVA is not JAVASCRIPT Python is multiplatform OOP based programming languages with easy syntax (compared to other OOP Language) Python3 and Django for building strong and very rich website ( flask is used for small website,but Django for everything) kivy ( a Python Program for anroid )is used for making android apps. Kotlin is Google's new Program for android. Google's new android version is built on Kotlin.Kotlin is dynamic and co opt with latest technological development (such as Augmented Reality, Artificial Intelligence, Facial Recognition etc) It's coding process is also simple and as like Python. Swift is for building apple / IOS app . To improve coding skills 2nd link is helpful: https://www.sololearn.com/Discuss/437973/?ref=app https://www.sololearn.com/discuss/1062064/?ref=app https://www.sololearn.com/discuss/1033194/?ref=app
5th Apr 2018, 3:28 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 3
JavaScript and python! but i highly recommend python for people its easy trendy and effective and nothing beautiful than python's elegant syntax its pretty straightforward my advice for you is to learn python if you can learn two languages at the same time like me go for python and javascript.
5th Apr 2018, 3:20 PM
nouha coding girl
nouha coding girl - avatar
+ 3
Judging by the fact that you've studied html and css, you are planning on going for web development, so i highly recommend taking on javascript next.
5th Apr 2018, 3:44 PM
Markus Kaleton
Markus Kaleton - avatar
+ 3
You can use Python or PHP for the backend, although PHP is quite dated, and python has Django, which was developed by a news room and is excellent for blogs. JavaScript is pretty much a must these days if you want functionality. My usual way of doing things is to take care of the backend first. An alternative to Django is Flask, which I've heard works really well.
5th Apr 2018, 4:51 PM
Brandon Miller
Brandon Miller - avatar
+ 2
JavaScript for client-side interactivity and DOM manipulation ( or JQuery but I would recommend learning JavaScript instead/before) and then PHP. Also, if you are going to be a blogger WordPress will be a good place to start after JavaScript and PHP.
5th Apr 2018, 2:51 PM
Ayman E. Barghout
Ayman E. Barghout - avatar