0

Using JS and Python for website (Yr13 coursework)

Hi, wondering if anyone could help with how i could connect python and JavaScript for a website. I'm hoping to do a brilliant revison website with smart learning and helping others where they go wrong. Planning to use python for any back end work like processing data that the website brings in. Any help on what libraries i would use would be greatly appreciated. Also, if there are any courses on here i could/need to take.

16th Sep 2020, 7:32 PM
Oran
1 Answer
0
You can use django or flask from python to do the backend stuff, flask is easier but django has more options. You'll also need a database, sqlalchemy and mongodb are pretty popular, as for the JS you can learn jQuery to make your code quicker and simpler and you can also learn react/angular. They'll make the front-end development more effective and you'll be able to convert your website into a mobile app
16th Sep 2020, 7:53 PM
Bagon
Bagon - avatar