Relative Content

Tag Archive for pythonhtmldjangoflaskframeworks

Flask as a back-end web programming framework

I’m currently working on a simple project that I wanted it to be my introduction to python web programming. I’ve wrote a python code of what I needed and I’m working on the interface that I wanted to be a web based one. I choose to work with flask. I wanted to know whether I have to modify the code to be suitable with the framework? and how to manipulate the database since I was working with csv files in my initial code?