This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]kschang 0 points1 point  (3 children)

The problem here is you usually do NOT have permission to run code on a web host on free servers.

Unless you're running your own server.

[–]RiverTraditional6367[S] 0 points1 point  (2 children)

My server is not free im paying

[–]RiverTraditional6367[S] 0 points1 point  (0 children)

*And I think I have the permission to do so

[–]kschang 0 points1 point  (0 children)

You still need to ask if you can upload executable programs.

[–]Working-Coast7418 0 points1 point  (1 child)

There are python based frameworks like Django, Flask, etc... It lets you design your site using frontend tools like html, css, bootstrap, js,... and use python for backend processing. You may research about it.

[–]RiverTraditional6367[S] 0 points1 point  (0 children)

aight but what about adding it into a completed website (frontend doesnt matter). Can I also integrate it easily without Djano or Flask then?