Articles in this series
Hi there! In this article, I'll be covering: What is Flask? Features of Flask Companies that use Flask What is the Client What is the Server How the...
Hi! In this article I'd be talking a bit about the Model-view-controller architecture (MVC), the Model-Template-View (MTV) architecture and the...
In this article, we're going to be building a Flask application. Well, obviously from the title. 😂 Using one script, we can make a simple Flask...
A website's homepage can be found using the URL (Uniform Resource Locator, a website's address) hostname followed by /, /home, /about or something...
Hi again :) We'll be creating dynamic URL routes in an application. In this article, I shall be discussing variable rules, converters and give an...
Hi there! In this article, we'll be talking about how to render static templates, HTML templates and file structure strategies. Static...