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: all.html
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1278,11 +1278,14 @@ <h2>Why is web development important?</h2>
1278
1278
applications.</p>
1279
1279
<h3>Python web development resources</h3>
1280
1280
<ul>
1281
-
<li><ahref="https://medium.com/@zengabor/three-takeaways-for-web-developers-after-two-weeks-of-painfully-slow-internet-9e7f6d47726e">Three takeaways for web developers after two weeks of painfully slow Internet</a>
1281
+
<li>
1282
+
<p><ahref="https://medium.com/@zengabor/three-takeaways-for-web-developers-after-two-weeks-of-painfully-slow-internet-9e7f6d47726e">Three takeaways for web developers after two weeks of painfully slow Internet</a>
1282
1283
is a must-read for every web developer. Not everyone has fast Internet
1283
1284
service, whether because they are in a remote part of the world or they're
1284
1285
just in a subway tunnel. Optimizing sites so they work in those situations
1285
-
is important for keeping your users happy.</li>
1286
+
is important for keeping your users happy.</p>
1287
+
</li>
1288
+
<li></li>
1286
1289
</ul>
1287
1290
<h1>Web frameworks</h1>
1288
1291
<p>A web framework is a code library that makes a developer's life easier when
<p><ahref="https://www.twilio.com/blog/2014/03/unit-testing-your-twilio-app-using-pythons-flask-and-nose.html">Unit Testing Your Twilio App Using Python’s Flask and Nose</a>
7111
+
is a detailed tutorial for using the nose test runner for ensuring a
7112
+
Flask application is working properly.</p>
7113
+
</li>
7114
+
<li>
7107
7115
<p><ahref="https://jeffknupp.com/blog/2013/12/09/improve-your-python-understanding-unit-testing/">Understanding unit testing</a>
7108
7116
explains why testing is important and shows how to do it effectively in
*[Unit Testing Your Twilio App Using Python’s Flask and Nose](https://www.twilio.com/blog/2014/03/unit-testing-your-twilio-app-using-pythons-flask-and-nose.html)
60
+
is a detailed tutorial for using the nose test runner for ensuring a
61
+
Flask application is working properly.
62
+
59
63
*[Understanding unit testing](https://jeffknupp.com/blog/2013/12/09/improve-your-python-understanding-unit-testing/)
60
64
explains why testing is important and shows how to do it effectively in
<p><ahref="https://www.twilio.com/blog/2014/03/unit-testing-your-twilio-app-using-pythons-flask-and-nose.html">Unit Testing Your Twilio App Using Python’s Flask and Nose</a>
90
+
is a detailed tutorial for using the nose test runner for ensuring a
91
+
Flask application is working properly.</p>
92
+
</li>
93
+
<li>
89
94
<p><ahref="https://jeffknupp.com/blog/2013/12/09/improve-your-python-understanding-unit-testing/">Understanding unit testing</a>
90
95
explains why testing is important and shows how to do it effectively in
Copy file name to clipboardExpand all lines: web-development.html
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,14 @@ <h2>Why is web development important?</h2>
44
44
applications.</p>
45
45
<h3>Python web development resources</h3>
46
46
<ul>
47
-
<li><ahref="https://medium.com/@zengabor/three-takeaways-for-web-developers-after-two-weeks-of-painfully-slow-internet-9e7f6d47726e">Three takeaways for web developers after two weeks of painfully slow Internet</a>
47
+
<li>
48
+
<p><ahref="https://medium.com/@zengabor/three-takeaways-for-web-developers-after-two-weeks-of-painfully-slow-internet-9e7f6d47726e">Three takeaways for web developers after two weeks of painfully slow Internet</a>
48
49
is a must-read for every web developer. Not everyone has fast Internet
49
50
service, whether because they are in a remote part of the world or they're
50
51
just in a subway tunnel. Optimizing sites so they work in those situations
51
-
is important for keeping your users happy.</li>
52
+
is important for keeping your users happy.</p>
53
+
</li>
54
+
<li></li>
52
55
</ul>
53
56
<h3>Let's get started. What do you want to learn right now?</h3>
0 commit comments