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 Answers
+ 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.