Articles in this series
In this series of articles we will learn the python's most convenient framework Flask. The title says Flash without python which doesn't mean that you...
Flask is the most easy to learn framework. Initializing Flask in python file Create a python file with .py extension Then we import Flask into our...
When it comes to web development the first thing which comes to our mind is HTML. Well HTML is a static file whose content doesn't change when it is...
One of the most important things in web development is the website's interface and its looks. So it is just simple when comes to linking your...
This is one of the most important parts of any dynamic website where data has to be changed depending on the user's interactions. HTML only holds the...