Skip to content

Commit 2ba8074

Browse files
committed
new web development resource
1 parent be86ebf commit 2ba8074

File tree

6 files changed

+29
-6
lines changed

6 files changed

+29
-6
lines changed

all.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,9 +1292,17 @@ <h2>How does Python fit into web development?</h2>
12921292
<h3>Web development resources</h3>
12931293
<ul>
12941294
<li>
1295+
<p><a href="http://radar.oreilly.com/2014/01/web-application-development-is-different-and-better.html">Web application development is different and better</a>
1296+
provides some context for how web development has evolved from writing
1297+
static HTML files into the complex JavaScript client-side applications
1298+
produced today.</p>
1299+
</li>
1300+
<li>
12951301
<p>The <a href="http://www.evolutionoftheweb.com/">Evolution of the Web</a> visualizes
12961302
how web browsers and related technologies have changed over time as well as
1297-
the overall growth of the Internet in the amount of data transferred.</p>
1303+
the overall growth of the Internet in the amount of data transferred. Note
1304+
that the visualization unfortunately stops around the beginning of 2013 but
1305+
it's a good way to explore what happened in the first 24 years.</p>
12981306
</li>
12991307
<li>
13001308
<p><a href="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>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-11-15T13:29:39Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-11-16T10:27:57Z</updated></feed>

source/content/pages/04-web-development/01-web-development.markdown

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,16 @@ client and executed there.
3636

3737

3838
### Web development resources
39+
* [Web application development is different and better](http://radar.oreilly.com/2014/01/web-application-development-is-different-and-better.html)
40+
provides some context for how web development has evolved from writing
41+
static HTML files into the complex JavaScript client-side applications
42+
produced today.
43+
3944
* The [Evolution of the Web](http://www.evolutionoftheweb.com/) visualizes
4045
how web browsers and related technologies have changed over time as well as
41-
the overall growth of the Internet in the amount of data transferred.
46+
the overall growth of the Internet in the amount of data transferred. Note
47+
that the visualization unfortunately stops around the beginning of 2013 but
48+
it's a good way to explore what happened in the first 24 years.
4249

4350
* [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)
4451
is a must-read for every web developer. Not everyone has fast Internet

source/theme/templates/table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>3. Core Python</h3>
9595
-->
9696

9797

98-
<h3>4. Web Development</h3>
98+
<h3>4. <a href="/web-development.html">Web Development</a></h3>
9999
<div class="toc-indent">
100100
<a href="/web-design.html">Web design</a>
101101
</div>

table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h3>3. Core Python</h3>
115115
-->
116116

117117

118-
<h3>4. Web Development</h3>
118+
<h3>4. <a href="/web-development.html">Web Development</a></h3>
119119
<div class="toc-indent">
120120
<a href="/web-design.html">Web design</a>
121121
</div>

web-development.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,17 @@ <h2>How does Python fit into web development?</h2>
5858
<h3>Web development resources</h3>
5959
<ul>
6060
<li>
61+
<p><a href="http://radar.oreilly.com/2014/01/web-application-development-is-different-and-better.html">Web application development is different and better</a>
62+
provides some context for how web development has evolved from writing
63+
static HTML files into the complex JavaScript client-side applications
64+
produced today.</p>
65+
</li>
66+
<li>
6167
<p>The <a href="http://www.evolutionoftheweb.com/">Evolution of the Web</a> visualizes
6268
how web browsers and related technologies have changed over time as well as
63-
the overall growth of the Internet in the amount of data transferred.</p>
69+
the overall growth of the Internet in the amount of data transferred. Note
70+
that the visualization unfortunately stops around the beginning of 2013 but
71+
it's a good way to explore what happened in the first 24 years.</p>
6472
</li>
6573
<li>
6674
<p><a href="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>

0 commit comments

Comments
 (0)