0

PHP or python, which would I need the most

I want to make a dynamic website that can pass(insert) update delete etc so i have leant php halfway css Javascript jquery html but i don't really know if I will achive by learning php or python the most. So which do u think i should focus on and why??

15th Jul 2017, 11:02 AM
ibrahim danjuma
ibrahim danjuma - avatar
4 Answers
+ 4
In your case PHP seems to be your better option.
15th Jul 2017, 4:37 PM
⏩▶Clau◀âȘ
⏩▶Clau◀âȘ - avatar
+ 4
I would do php. python is goof with its libraries but php is cheap and it was directly built to be used on a web browser. it's on most servers. And it's easy. if u need speed just use a framework for it to go faster.
14th Aug 2017, 2:02 PM
MR.FAKER
MR.FAKER - avatar
+ 2
@Tray Nice comment, but I should notice that frameworks are not for "it to go faster" (sometimes it's otherwise, slightly slower) but for you (as for developer) to develop/build/write/get a result faster (and in the right way). Update: Hmm... only if you without framework will write something awful that is hard to speed up using caching or with other issues then frameworks can be of helo to get better results in speed, but I don't think such situation is very common, right? ;) @ibrahim danjuma I think at this stage you can achieve same results with PHP or Python, later you will be able to switch from one to another if there will be a big need for that switching. And if you are already started PHP you be5er continue with PHP, at least if you are not going to do any projects except web. And it's more important to study HTTP requests, RESTful (and probably SOAP) services, AJAX, OOP, MVC, PDO and so on... technologies applied/applicable to any language used in web-development.
14th Aug 2017, 2:14 PM
Andrew Harchenko (Tomsk)
Andrew Harchenko (Tomsk) - avatar