What server side language can I first learn for back end dev? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What server side language can I first learn for back end dev?

I'm planning to first learn basic html,css, then js for web dev and after learning the basics I really want to focus on the back end and server side of the web. What language can you recommend that is beginner friendly for someone who knows html,css, and js. Some say that PHP is good then SQL and some say that I should start with Python after learning js. Which one should I choose and what would you recommend?

25th Apr 2018, 9:01 AM
Joshua Pneda
Joshua Pneda - avatar
3 Answers
+ 1
Learn basic of Python3 and Django. Django is a very rich web framework of Python. Django has Django-Responsive.  Django-responsive a utility application for building responsive websites in Django. This tool is meant to complement the use of CSS media queries and help solve problems with fixed width elements such as advertisements or embedded video. For this you have to learn Python 3, Django and HTML. Learning Python is very helpful for today's reality, which will open doors for Data Science, Artificial Intelligence and many more.
25th Apr 2018, 10:23 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
0
You can use almost any language. Creating a server in python is pretty easy, but you may use C#, Java, nodeJS and even Visual Basic or C with no probelms at all, as what's at the base of server side programming is cross language. The methods to create and use Sockets, for example, are all pretty much the same in any programming language. Anyways, if I had to suggest something, I'd say that python is the best language to start, as it is very easy to use and understand, and you can then move to Flask or other frameworks and host your web pages with ease.
25th Apr 2018, 9:48 AM
Mante
Mante - avatar
0
learn node.js for backend dev
26th Apr 2018, 4:38 AM
Isomer
Isomer - avatar