Checking Prerequisites
00:00 In this lesson, you will learn about the prerequisites needed to follow along with this tutorial and build your Flask application.
00:08 This course uses Flask 3.1.0, which requires Python 3.9 or newer. If you are using an older version, visit the official Python website to download and install the latest release.
00:21 Having a good code editor is crucial for writing and debugging your code effectively. I recommend Visual Studio Code or PyCharm as both offer excellent features for Python development, including syntax highlighting, code completion, and debugging tools.
00:36 However, feel free to use any editor that you are comfortable with. Once you’ve confirmed these prerequisites are in place, you will be ready to move on and create your Flask project.
Become a Member to join the conversation.