Application

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 »