# Introduction Flask is a micro web framework for building web applications in Python. It's designed to be simple and lightweight, allowing developers to quickly create web applications without imposing too many restrictions or dependencies. Eager to get started? In the first lab, we will explore how to create a minimal Flask application.
Click the virtual machine below to start practicing