Flask Framework - fsjames/FeliciaTalksTech-Academy GitHub Wiki
Flask is a framework used to develop web applications!
Terms
Web Framework:
A Web Application Framework or a simply a Web Framework represents a collection of libraries and modules that enable web application developers to write applications without worrying about low-level details such as protocol, thread management, and so on.
Standard Folder Structure Example
A standard folder structure looks like this:
Components:
run.py
Script used to run app
__init__.py
When you create a module
Every device on an internet network has an ip address. Think of it like an address to an apartment complex. The ports are like vacant units, when one is filled in that complex it's no longer available.