Python for backend ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python for backend ?

Say I'm building a website without using a framework. I'll use Javascript HTML and CSS for the fronted.And the backend php (I think) .So if I decided to use python instead of php does that mean I'll need a python framework?

21st Oct 2021, 4:54 PM
Richard
Richard - avatar
5 Answers
+ 2
yes, Django or Flask. there are other simple python servers to try.
21st Oct 2021, 6:02 PM
Bahhaⵣ
Bahhaⵣ - avatar
+ 1
you can try something like klein for simple projects. the point of frameworks is to provide everything so you don't have to do it from scratch.
21st Oct 2021, 8:27 PM
Bahhaⵣ
Bahhaⵣ - avatar
+ 1
Python is one of the most popular choices of backend programming. It is relatively new and has enormous library support. The most commonly used Python-based web frameworks are Django, Flask, Pylons, Pyramid, etc. 
23rd Oct 2021, 8:20 AM
Arun Jamson
Arun Jamson - avatar
0
Bahha ,That means I will need them or is it possible from scratch
21st Oct 2021, 7:59 PM
Richard
Richard - avatar
0
Python is one of the option for back end But unfortunately python has a weak database layer If anyone interested in back end development use java Java can support any kind of database Basic: JDBC is the best choice to perform database activities NextLevel: HIBERNATE is the best choice to perform database activities in peace since it is one of the best ORM Tools
22nd Oct 2021, 9:07 AM
sree harsha
sree harsha - avatar