0
ANY TIPS FOR MAKING A PYTHON WEBSITE USING FLASK
I am entering a science fair and i plan to make a website is their anything i should be weary of
2 Réponses
+ 1
It's super simple. Here is my Flask tutorial about serving a webpage with FullCalendar:
https://youtu.be/VXW2A4Q81Ok
0
Just make sure you know WHY you’re using Flask. Generally speaking, if you’re going to whip up a python server, it’s only when JS (already in every browser) can’t do what you need.
Also, Flask documentation has a basic tutorial to get your feet wet, if you don’t know where to start.