Which is better ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which is better ???

Which is the best →php,python,c# For back-end web development... Or simply said which is the best language for back-end web development or server side devlopment....

19th May 2020, 2:48 PM
『 〖 PRAISE 〗 』
『 〖 PRAISE 〗 』 - avatar
13 Answers
+ 4
Ore Adeleye Gotcha 😉👌 CGI doesn't apply to C# or ASP.NET or the web server used to handle web requests. I've worked extensively in many different platform stacks and web servers over the past 20+ years, including C#, NodeJS, PHP, Ruby, Java, and several others across a wide range of frameworks in each stack. ASP.NET MVC / WebAPI in C# is by far my preferred choice for professional server side development in web applications.
25th May 2020, 7:09 AM
David Carroll
David Carroll - avatar
+ 3
In comparison to all three of these I say php is quite better than python and C# for web development.
19th May 2020, 2:57 PM
Rellot's screwdriver
Rellot's screwdriver - avatar
+ 3
『 〖 PRAISE 〗 』Unfortunately, any answers you receive to questions like this will be filled with subjective language biases from many different people of different experiences ranging from limited to expert, etc and so on. I'm only responding to one of the other responses here for clarification on the following: Ore Adeleye In what way does C# use CGI?
25th May 2020, 6:16 AM
David Carroll
David Carroll - avatar
+ 2
If you have a background in programming I recommend you to try golang.
19th May 2020, 9:13 PM
Honey
+ 2
David Carroll Wow. Your knowledge is amazing. I hope to reach that level one day. And also I guess I have been categorizing C# and C++ as similar languages. Thanks for the clarification.👍
25th May 2020, 7:14 AM
Ore
Ore - avatar
+ 1
Bro I am just learning I am only 15 Is go as good as python or php
20th May 2020, 7:49 AM
『 〖 PRAISE 〗 』
『 〖 PRAISE 〗 』 - avatar
+ 1
Honey Do you code python? No offence but Golang syntax is hardly similar to Python's. Python is weakly typed. Also Python does not use curly braces to delimit blocks.Go has structs, goroutines etc.There are many other strong differences but those are enough.
20th May 2020, 8:21 PM
Ore
Ore - avatar
+ 1
Not too much but surely enough. As you see I told "in some way" and it was my sense when I started coding with golang. In my opinion difference is sth like what you see when you start Es6!
20th May 2020, 8:42 PM
Honey
+ 1
David Carroll I am not a C# programmer but from what I know C, C++ and C# uses CGI/FastCGI for making websites. Also I may be wrong.
25th May 2020, 6:31 AM
Ore
Ore - avatar
0
Thaks
19th May 2020, 2:58 PM
『 〖 PRAISE 〗 』
『 〖 PRAISE 〗 』 - avatar
0
C# uses CGI which is slow and insecure. Python and PHP are almost the same thing in terms of efficiency except PHP 7 is slightly faster than python in most implementations. However if you use Django (a python framework) there is nothing to worry about. So choose which one you like PHP or Python. Also if you are used to C-style languages like Java, C++ etc. PHP will be easier for you.
19th May 2020, 3:27 PM
Ore
Ore - avatar
0
Ofcourse it is, I don't have enough experience in php but as a comparison with python golang's syntax is similar to python in some way but it is compiled language while python is interpreted
20th May 2020, 6:53 PM
Honey