You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flask.html
+26-17Lines changed: 26 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,22 @@ <h1>Flask</h1>
55
55
learned from the Python community's reactions as the framework evolved.
56
56
Jökull Sólberg wrote a great piece articulating to this effect in his
57
57
<ahref="http://jokull.calepin.co/my-flask-to-django-experience.html">experience switching between Flask and Django</a>.</p>
58
+
<h2>Flask learning checklist</h2>
59
+
<p><iclass="fa fa-check-square-o"></i>
60
+
<ahref="http://flask.pocoo.org/docs/installation/">Install Flask</a> on
61
+
your local development machine.</p>
62
+
<p><iclass="fa fa-check-square-o"></i>
63
+
Work through the 18-part Flask tutorial listed first under "Flask resources"
64
+
below.</p>
65
+
<p><iclass="fa fa-check-square-o"></i>
66
+
Read through <ahref="http://flask.pocoo.org/extensions/">Flask Extensions Registry</a>
67
+
to find out what extensions you'll need to build your project.</p>
68
+
<p><iclass="fa fa-check-square-o"></i>
69
+
Start coding your Flask app based on what you learned from the 18 part
70
+
Flask tutorial plus open source example applications found below. </p>
71
+
<p><iclass="fa fa-check-square-o"></i>
72
+
Move on to the <ahref="/deployment.html">deployment section</a> to get your initial
73
+
Flask project on the web.</p>
58
74
<h2>Flask resources</h2>
59
75
<p>The 18-part Flask mega tutorial is an absolutely amazing starting
60
76
resource for using the Flask framework. Yes, there are a lot of posts in
@@ -86,7 +102,7 @@ <h2>Flask resources</h2>
86
102
<p><ahref="http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud">Part 18: Deployment on the Heroku Cloud</a></p>
87
103
</li>
88
104
<li>
89
-
<p>The <ahref="http://flask.pocoo.org/extensions/">Flask Extensions Registry</a> is a
105
+
<p><ahref="http://flask.pocoo.org/extensions/">The Flask Extensions Registry</a> is a
90
106
curated list of the best packages that extend Flask. It's the first location
91
107
to look through when you're wondering how to do something that's not in the
92
108
core framework.</p>
@@ -119,46 +135,39 @@ <h2>Flask resources</h2>
119
135
shows the basic first steps for setting up a Flask project.</p>
120
136
</li>
121
137
</ul>
122
-
<h2>Flask projects</h2>
138
+
<h2>Open source Flask projects</h2>
123
139
<ul>
124
140
<li><ahref="https://github.com/JackStouffer/Flask-Foundation">Flask Foundation</a> is a
125
141
starting point for new Flask projects.</li>
126
142
</ul>
127
143
<h3>What do you need to learn about web frameworks next?</h3>
0 commit comments