server side language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

server side language

I know my question might be dumb lol but i really want to understand how i can add a server side language to my website

19th Sep 2020, 2:52 AM
ROSE TOIYO JOHN
ROSE TOIYO JOHN - avatar
4 Answers
+ 5
You can use django or flask. Flask is simpler but doesn't have as much option as django, choose whichever you feel comfortable with
19th Sep 2020, 3:28 AM
Bagon
Bagon - avatar
+ 4
Wowww Bagon thanks a lot I gerrit now😊😊
19th Sep 2020, 6:17 AM
ROSE TOIYO JOHN
ROSE TOIYO JOHN - avatar
+ 3
Yeah i know but how can i link the python(django) to my website
19th Sep 2020, 6:11 AM
ROSE TOIYO JOHN
ROSE TOIYO JOHN - avatar
+ 1
Place the python script and your website files in the same directory, then you can render those files from python and host them on your local machine
19th Sep 2020, 6:16 AM
Bagon
Bagon - avatar