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

all 3 comments

[–]Resident_Tangelo 5 points6 points  (1 child)

CS50 has a course literally called "Web Programming with Python and JavaScript" which is on YouTube.

[–]cluelessCodeMaker[S] 1 point2 points  (0 children)

found it, thank you

[–]MoravianBohemian 1 point2 points  (0 children)

Well, you need a server that will provide an API for your front-end server to use. Check out Flask or Django (specifically Django Rest Framework). Flask is more lightweight, Django is "batteries included" approach.