Creating a website in flask is as easy as creating a new python script, importing flask and starting the instance . I’ve named my python file tutorial 1.py and put it in it’s own folder. You can name yours whatever you’d like. And now we’ve created our first flask project!