Application

flask css example

Add HTML and CSS in Flask Web Application

In this post I will show you how to use css in python flask to make your web page realistic. To make a stylish web page you must add HTML and CSS into your web page. Flask allows us to integrate HTML and CSS files as template for your web page. So let’s see how we can do this.

introduction to python flask web development

Beginners guide to Flask Python Web App framework

Flask is a very important web framework in python to create web applications, APIs, Machine Learning applications, etc. In my last few post, I discussed web application development using Django. Flask framework is more explicit and easier to learn than the Django framework. Flask is built on top of the WSGI(Web Server Gateway Interface) toolkit and Jinja2 template engine.

Django stylish login logout tutorial

In my last tutorial I have explained how to create basic login logout using Django inbuilt authentication system. In this tutorial I will show you how to make stylish login logout system using Django. Note: In this tutorial I will also use Django inbuilt authentication system to make login logout system Must Read: Django Basic login logout tutorial Prerequisites …

Django stylish login logout tutorial Read More »