Posts for flask

Building a RESTful Flask CRUD API

In this guide, we will learn how to build a Restful CRUD API with Flask. Most beginners prefer to use Flask because it is easy to learn and use as its syntax is more python friendly. Flask is more flexible, and it doesn’t enforce dependencies. It allows developers to structure their projects the way they […]

October 15, 2020 in Flask & Python
Deven
Deven wrote

Flask vs Django – An In-Depth Comparison

According to the 2020 Stack Overflow developer survey, Python has risen in the ranks of programming languages. This popularity is not only due to applications in artificial intelligence or big data. Python can be used to build server-side web applications. In this article, we’ll compare two widely used Python Web Frameworks Flask vs Django Both Django and Flask are hugely […]

March 5, 2020 in Django