aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/resources.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/static/resources.json b/static/resources.json
index f056a5fd..24ffca0c 100644
--- a/static/resources.json
+++ b/static/resources.json
@@ -14,6 +14,12 @@
"payment": "optional",
"payment_description": "A wealth of free content is available, but you can also pay for more"
},
+ "Get Started with Flask Web Development": {
+ "description": "A fully featured mega-tutorial for learning how to create web applications with the Flask framework.",
+ "url": "https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world",
+ "payment": "free",
+ "payment_description": null
+ },
"Getting Started for Non-Programmers": {
"description": "The list of resources for non-programmers from Python's official beginners' guide",
"url": "https://wiki.python.org/moin/BeginnersGuide/NonProgrammers",
@@ -31,12 +37,6 @@
"url": "https://www.youtube.com/playlist?list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU",
"payment": "free",
"payment_description": null
- },
- "Get Started with Flask Web Development": {
- "description": "A fully featured mega-tutorial for learning how to create web applications with the Flask framework.",
- "url": "https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world",
- "payment": "free",
- "payment_description": null
}
}
},