Skip to content

Code Handbook

Code Handbook offers articles and tutorials on web development technologies such as JavaScript, Node.js, AngularJS, Python, Asp.Net C#, MySQL, SQL etc.

  • HTML
  • AngularJS
  • Node.js
  • Python
  • JavaScript
  • C#
  • WordPress
  • Advertise

Tag: Flask

Flask, PythonLeave a comment
Python Flask Web Application On GE Predix

Python Flask Web Application On GE Predix

April 1, 2017April 1, 2017 jay

In this tutorial, you’ll have a look at how to create and publish a Python Flask web application on GE Predix platform. Predix is an industrial IOT platform developed by GE to connect data from physical assets and machines to the cloud…

Flask, Python2 Comments
Error Log in Python Flask

Writing Error Log in Python Flask Web Application

November 19, 2016November 25, 2016 jay

Writing error log is one of the crucial things when writing a web applications. It’s really helpful when trying to debug where things went wrong. In this tutorial, we’ll have a look at how to write error log in Python Flask web…

Flask, Python2 Comments
create json using python flask

How to Create JSON Using Python Flask

June 25, 2016August 18, 2016 Roy Agasthayan

This post is in reply to a user comment on the Working with JSON data in Python Flask post where one of the readers asked how to create JSON using Python. Given below is the sample json which we’ll try to create using…

AngularJS, Python5 Comments
Creating a Web App using Python Flask, MongoDB & AngularJS

Creating a Web App Using Python Flask, AngularJS & MongoDB

June 23, 2016September 21, 2017 Roy Agasthayan

For quite some time, I have been pondering over the idea of creating a web app using AngularJS, Python & MongoDB. Recently, I had the opportunity of creating a Remote Script Execution Manager web app with MongoDB web server. In this tutorial, I’ll show how…

AngularJS, Flask7 Comments
AngularJS App Powered By Python Flask API

AngularJS Not Working in Python Flask Web App

June 7, 2016August 28, 2016 jay

It was recently that I tried to use AngularJS with Python Flask web application. But it didn’t worked out straight away. While trying to browse the HTML template files straight from the browser everything worked fine but it rendered nothing while run…

AngularJS, PythonLeave a comment
Python REST API Authentication Using AngularJS App

Python REST API Authentication Using AngularJS App

April 29, 2016September 10, 2016 jay

In this tutorial, we’ll create a web app using AngularJS framework. In this web app we’ll implement Python REST API Authentication using Flask API. This tutorial assumes the reader to have basic knowledge of Python and AngularJS programming. If new to Python Flask and…

Flask, Python7 Comments
Working with JSON in Python Flask

Working with JSON in Python Flask

April 10, 2016July 30, 2016 jay

With the advent of JavaScript based web technologies and frameworks like AngularJS, Node.js etc., knowing how work with JSON is a must. In this tutorial, we’ll see how to use JSON in Python Flask web application. JSON is a lightweight data format…

Flask, jQuery, Python15 Comments
Python Flask jQuery Ajax POST

Python Flask jQuery Ajax POST

July 19, 2015January 22, 2017 jay

I have already covered an introductory article on getting started with python web application development using Python Flask and MySQL. In this Python Flask jQuery AJAX tutorial, we’ll focus on the client side of the web application. We’ll see how to use…

Flask, MySQL, Python35 Comments
Python Web Application Development Using Flask MySQL

Python Web Application Development Using Flask MySQL

July 16, 2015March 2, 2017 jay

Python is one of the widely used languages for web development and Django is the de facto web development framework. But still there are some other frameworks which though not much popular, but are still appreciated by folks who have used it. One…

Flask, MySQL, Python11 Comments
Create RESTful API Using Python Flask & MySQL

Creating RESTful API Using Python Flask & MySQL – Part 2

July 9, 2015August 6, 2016 jay

In the first part of this tutorial series, we saw how to get started with creating a RESTful API using Python Flask and MySQL. We already create a CreateUser API for registering a new user into our application. In this tutorial, we’ll…

Flask, Python14 Comments
Create RESTful API Using Python Flask & MySQL

Creating Flask RESTful API Using Python & MySQL

June 26, 2015July 7, 2016 jay

This would be a 3 part tutorial series. In this part, we’ll use Python to create Flask RESTful API. We’ll finish the series by creating an AngularJS web application using these RESTful APIs. We’ll make use of MySQL for the back end…