Start here with the Software

Welcome

This is a short tutorial that covers the basics of flask. It’s been divided into several sections and pages to make it easier to follow. You won’t essentially have to go through all the pages, but it will make more sense if you do.

If you are new to flask, it's definately a good idea to start at the beginning and work systemaically through them all.

By the end of the tutorial you’ll be able to set up a flask webserver quickly and simply.

You can navigate around the tutorial using the links at the top and bottom of each page. They will point you to the next page that flows logically from the one before. You can also navigate using the links at the right hand side, they also will show your progress through the tutorial.

You'll notice that some code snippet have comments (in green, and preceeded by a double slash //). These will provide a little more explanation about what each line of the code is doing.

Return to top Start here with the Software