Skip to main content

Recently Updated Pages

Flask – Mail

Python Flask Tutorial

A web based application is often required to have a feature of sending mail to the users/clients....

Updated 2 years ago by Admin

Flask – Extensions

Python Flask Tutorial

Flask is often referred to as a micro framework, because a core functionality includes WSGI and r...

Updated 2 years ago by Admin

Flask – File Uploading

Python Flask Tutorial

Handling file upload in Flask is very easy. It needs an HTML form with its enctype attribute set ...

Updated 2 years ago by Admin

Flask – Message Flashing

Python Flask Tutorial

A good GUI based application provides feedback to a user about the interaction. For example, the ...

Updated 2 years ago by Admin

Flask – Redirect & Errors

Python Flask Tutorial

Flask class has a redirect() function. When called, it returns a response object and redirects th...

Updated 2 years ago by Admin

Flask – Sessions

Python Flask Tutorial

Like Cookie, Session data is stored on client. Session is the time interval when a client logs in...

Updated 2 years ago by Admin

Flask – Cookies

Python Flask Tutorial

A cookie is stored on a client’s computer in the form of a text file. Its purpose is to remember ...

Updated 2 years ago by Admin

Flask – Sending Form Data to Template

Python Flask Tutorial

We have already seen that the http method can be specified in URL rule. The Form data received by...

Updated 2 years ago by Admin

Flask – Request Object

Python Flask Tutorial

The data from a client’s web page is sent to the server as a global request object. In order to p...

Updated 2 years ago by Admin

Flask – Static Files

Python Flask Tutorial

A web application often requires a static file such as a javascript file or a CSS file supporting...

Updated 2 years ago by Admin

Flask – Templates

Python Flask Tutorial

It is possible to return the output of a function bound to a certain URL in the form of HTML. For...

Updated 2 years ago by Admin

Flask – HTTP methods

Python Flask Tutorial

Http protocol is the foundation of data communication in world wide web. Different methods of dat...

Updated 2 years ago by Admin

Flask – URL Building

Python Flask Tutorial

The url_for() function is very useful for dynamically building a URL for a specific function. The...

Updated 2 years ago by Admin

Flask – Variable Rules

Python Flask Tutorial

It is possible to build a URL dynamically, by adding variable parts to the rule parameter. This v...

Updated 2 years ago by Admin

Flask – Routing

Python Flask Tutorial

Modern web frameworks use the routing technique to help a user remember application URLs. It is u...

Updated 2 years ago by Admin

Flask – Application

Python Flask Tutorial

In order to test Flask installation, type the following code in the editor as Hello.py from flas...

Updated 2 years ago by Admin

Flask – Environment

Python Flask Tutorial

Prerequisite Python 2.6 or higher is usually required for installation of Flask. Although Flask ...

Updated 2 years ago by Admin

Flask – Overview

Python Flask Tutorial

What is Web Framework? Web Application Framework or simply Web Framework represents a collection...

Updated 2 years ago by Admin

Django - Ajax

Python Django Tutorial

Ajax essentially is a combination of technologies that are integrated together to reduce the numb...

Updated 2 years ago by Admin

Django - RSS

Python Django Tutorial

Django comes with a syndication feed generating framework. With it you can create RSS or Atom fee...

Updated 2 years ago by Admin