MyFlaskTutorial icon indicating copy to clipboard operation
MyFlaskTutorial copied to clipboard

A Flask Tutorial for people who don't know any web programming. Actually, it would be helpful to know static HTML, also Python.

Results 4 MyFlaskTutorial issues
Sort by recently updated
recently updated
newest added

I followed the naming convention in the tutorial, though I also removed the _lulu suffix from every filename and variable thus far. Could this be causing the css file to...

when i submit the form i get back Method Not Allowed The method is not allowed for the requested URL. i've tried a lot of different edits, including just copy...

I followed your Tutorial, but at the begging step, when I created the file hello_lulu.ipynb, it didn't allow me to run the code: File "hello_lulu.ipynb", line 7, in "collapsed": false...

Hi, first thanks for this tutorial, this tutorial let me think more clear about flask ! I have a question about request.form ex: app.questions[0] = ("how many year you use...