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
[what's in a web browser](https://medium.com/@camaelon/what-s-in-a-web-browser-83793b51df6c).
84
89
90
+
*[Ping at the speed of light](http://blog.wesleyac.com/posts/ping-lightspeed)
91
+
dives into the computer networking weeds with how fast packets travel through
92
+
the internet plumbing. The author created a
93
+
[Python script that scrapes network speeds](https://github.com/WesleyAC/toybox/blob/42262bf81ac226ca83addea2c340017f8ea0e60f/misc/scrape_network_speeds.py)
94
+
from disparate locations to see what the network speed is in fiber optic
95
+
cables as a percentage of the speed of light.
96
+
85
97
*[Three takeaways for web developers after two weeks of painfully slow Internet](https://medium.com/@zengabor/three-takeaways-for-web-developers-after-two-weeks-of-painfully-slow-internet-9e7f6d47726e)
86
98
is a must-read for every web developer. Not everyone has fast Internet
87
99
service, whether because they are in a remote part of the world or they're
Copy file name to clipboardExpand all lines: content/pages/04-web-development/03-flask.markdown
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,14 @@ Jökull Sólberg wrote a great piece articulating to this effect in his
53
53
<divclass="well see-also">Flask is an implementation of the <ahref="/web-frameworks.html">web frameworks</a> concept. Learn how these parts fit together in the <ahref="/web-development.html">web development</a> chapter or <ahref="/table-of-contents.html">view all topics</a>.</div>
54
54
55
55
56
+
### How does Flask relate to the Pallets Projects?
57
+
Flask was originally designed and developed by Armin Ronacher as an
58
+
[April Fool's Day joke in 2010](http://lucumr.pocoo.org/2010/4/3/april-1st-post-mortem/).
59
+
Despite the origin as a joke, the Flask framework became wildly popular as
60
+
an alternative to Django projects with their monolithic structure and
61
+
dependencies.
62
+
63
+
56
64
### Flask Tutorials
57
65
* The Flask mega tutorial by
58
66
[Miguel Grinberg](https://twitter.com/miguelgrinberg) is a perfect
{% if page.slug == 'introduction' or page.slug == 'django' or page.slug == 'flask' or page.slug == 'bottle' or page.slug == 'web-development' or page.slug == 'web-frameworks' or page.slug =='morepath' or page.slug == 'python-programming-language' or page.slug == 'comprehensions' or page.slug == 'generators' or page.slug == 'best-python-resources' or page.slug == 'best-python-videos' or page.slug == 'learning-programming' or page.slug == 'why-use-python' or page.slug == 'best-python-podcasts' or page.slug == 'development-environments' or page.slug == 'vim' or page.slug == 'emacs' or page.slug == 'shells' %}
2
-
{% include "rp-advert.html" %}
3
-
{% endif %}
4
-
{% if page.sortorder[0:2] == "04" or page.sortorder[0:2] == "05" or page.sortorder[0:2] == "06" %}
5
-
{% include "rollbar.html" %}
6
-
{% endif %}
7
-
{% if page.sortorder[0:2] == "01" or page.sortorder[0:2] == "02" or page.sortorder[0:2] == "03" or page.sortorder[0:2] == "04" %}
8
-
{% include "mapbox.html" %}
1
+
{% if page.sortorder[0:2] == "01" or page.sortorder[0:2] == "02" %}
2
+
{% include "sponsor/dual-premium-standard.html" %}
3
+
{% elif page.sortorder[0:2] == "03" %}
4
+
{% include "sponsor/begin-sponsor-panel.html" %}
5
+
{% include "sponsor/mapbox.html" %}
6
+
{% include "sponsor/end-sponsor-panel.html" %}
7
+
{% elif page.sortorder[0:2] == "04" %}
8
+
{% include "sponsor/all-sponsor.html" %}
9
+
{% elif page.sortorder[0:2] == "05" or page.sortorder == "06" %}
0 commit comments