In the previous post you learned about how to insert data in PostgreSQL database from a Flask web application. In this post we will take another step in developing web…
Category: <span>Programming And Development</span>
In this post we will explain how to insert data into a table with Flask postgreSQL application. We will use Insert SQL statement to do this. Installing PostgreSQL To create…
To create an impressive website uniformity and consistency is essential among its web pages. This uniformity is in terms of color scheme, typography and placement of the elements. It also…
Web applications or desktop applications need database to store the data. SQLite is a lightweight and efficient Relational Database Management System (RDBMS). It integrates easily if you use it as…
A website or a web application is a collection of more than one page. How will you access different pages of a Python website created in Flask using links just…
Python is being widely used to develop impressive web applications. Making a website with python can be easily done with Flask. Flask is a micro-framework. It provides with a very…
Animation is a vast field. Countless animation software are available to create very impressive 2D and 3D animations. Python can also be used to create small animation program to understand…
Everyone knows this historical story!!! The tortoise and the Hare had a race. Sheer determination and dedication made the hare win the race. We, in this post, are going to…
Tic Tac Toe is a very common two player mind game. It is liked by people of all age groups. Its working is very simple. A play area of 3X3…
A calculator is used to do mathematical calculations. All modern day gadgets have a calculator.You must have created a simple Python code to implement the basic Arithmetic operations in text…