Is it possible to make websites like Facebook using Python(Django), CSS, HTML, JAVASCRIPT only? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Is it possible to make websites like Facebook using Python(Django), CSS, HTML, JAVASCRIPT only?

or i will have to learn something more like Ruby or PHP. I agree that websites like Facebook need database so is SQL enough for that?

12th Jul 2017, 4:14 AM
Sumit Singh
Sumit Singh - avatar
3 Answers
+ 7
nope because you need PHP, SQl, Ruby On Rails(Maybe?). Because website like FaceBook need DataBases.
12th Jul 2017, 5:28 AM
Art456
Art456 - avatar
+ 1
if you add a database , you can do a lot things. by default django work with a database called sqlite3. when you work with django a class in python represent a table in a database. django is a framework web awesome.
9th Sep 2017, 11:00 PM
david leiton
david leiton - avatar
- 1
nop! because you also need a database language... like mysql
12th Jul 2017, 10:16 AM
Pedro Quicuca
Pedro Quicuca - avatar