Server-side, PHP or Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Server-side, PHP or Python?

I noticed that PHP is the most famous programming language for server-side content. But I really like Python so I want to know: can Python make this work as good as PHP? If yes, will it be taught in this Python course (sorry, I’m beginner) ?

28th Jan 2018, 6:12 PM
Eduardo Franco
Eduardo Franco - avatar
7 Answers
+ 28
You Can Use both of them search for parsers in python they will help you :)
13th Feb 2018, 12:04 PM
warlord
warlord - avatar
+ 16
I don't know python, but think you can use such thing as frameworks, like Django. Google it
28th Jan 2018, 6:14 PM
\__(° = °)__/
+ 12
Here you learn basics of Python,then you learn Flask and then Django.Both are Python base Framework.Flask is easy and it for small website.Django is very rich and very wide scope to work with it. Python is simple and easy to code,it's expansion and influence is very wide now, Python gives very wide range to work in comparison to other programs, though some of them has been dominating. For more : https://www.sololearn.com/learn/Python/2489/?ref=app Comments are helpful 💎💎💎
29th Jan 2018, 9:18 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 8
python is a general purpose language, u can use python on the server-side with flask or Django. flask and Django are the most widely known frameworks for python, there are some other ones but not as good as these two. if ur just starting out with the backend i'd recommend u learn flask because it' very simple and will help u understand what's going on. But if ur more advanced then go with Django
13th Feb 2018, 3:32 PM
jay
+ 2
Web programming and frameworks are not taught in SoloLearn
28th Jan 2018, 6:37 PM
Amaras A
Amaras A - avatar
+ 1
plain c makes it best
28th Jan 2018, 10:43 PM
---
--- - avatar
+ 1
Both work. PHP makes more since to me, but I have my opinions. Python is a general purpose language and could be used though.
20th Feb 2018, 3:11 AM
Landon Blevins