Resume Maker In Flask
A flask based web application to build resume. This web application uses javascript to generate dynamic forms and jinja to send data to html files.
A flask based web application to build resume. This web application uses javascript to generate dynamic forms and jinja to send data to html files.
A simple web application for cross tabulation analysis hosted on Heroku.
A simple web application in Flask which will upload and display image.
A web application using Flask which uses Machine Learning Algorithm (Decision Tree Classifier) to predict the species of Iris.
A CRUD (Create, Read, Update and Delete ) application with the help of Flask and MySQL.
A simple webpage using flask, where user can add and view the data to MySQL database.
HTTP cookies (also called web cookies, Internet cookies, browser cookies, or simply cookies) are small blocks of data created by a web server while a user is browsing a website and placed on the user’s computer or other device by the user’s web browser. Cookies are placed on the device used to access a website, and more than one cookie may be placed on a user’s device during a session.
Here we will learn to use cookies with flask.
Learning to use the basic of user input in html and use of
‘GET’ and ‘POST’ with flask.
A simple headline website that uses RSS feeds to display the news from 7 news outlets. ‘feedparser’ library is used to parse the RSS feeds. ‘jinja’ is used to form html templates dynamically.
The article about different url related techniques in flask.
Flask is a web application framework written in Python. Armin Ronacher, who leads an international group of Python enthusiasts named Pocco, develops it. Flask is based on Werkzeug WSGI toolkit and Jinja2 template engine. Both are Pocco projects.
This tutorial is a first in series of tutorials about building a web application using Flask.