1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Add Flask official tutorial (#1674)

This commit is contained in:
Partho
2022-09-04 16:55:18 +05:30
committed by GitHub
parent bd967caadd
commit c1e5862f17

View File

@@ -4,4 +4,4 @@ Flask is a micro web framework written in Python. It is classified as a microfra
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://flask.palletsprojects.com/'>Flask - Official Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Tutorial' href='https://flask.palletsprojects.com/en/2.2.x/tutorial/'>Flask - Official Tutorial</BadgeLink>