Pankaj Kumar

Pankaj Kumar

Pankaj Kumar is the founder and CEO of CodeForGeek, with more than 14 years in IT. He is an open-source enthusiast who enjoys sharing what he learns through CodeForGeek and YouTube, with a focus on Python, data analytics, machine learning, Angular, Node.js, and Kafka.

Serving Static FIles in Flask

In the last tutorial, we learned about rendering HTML in Flask. Continuing the series, in this tutorial we are going to learn how to serve static files such as images, files etc in Flask. To serve static files, first, create…

Python Flask Routers

In the last tutorial, we have learned about setting the Flask local development environment. In this tutorial, we are going to cover the Flask routers. Routers are simply a way to assign URLs to functions. Every web framework provides routing…