Skip to content

Commit 6b4fa21

Browse files
committed
new python language page resource
1 parent ebd8df4 commit 6b4fa21

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,11 @@ <h2>General Python programming language resources</h2>
12101210
maintainable and therefore should not be used.</p>
12111211
</li>
12121212
<li>
1213+
<p><a href="http://aosabook.org/en/500L/a-python-interpreter-written-in-python.html">A Python interpreter written in Python</a>
1214+
is incredibly meta but really useful for wrapping your head around some
1215+
of the lower level stuff going on in the language.</p>
1216+
</li>
1217+
<li>
12131218
<p><a href="http://satyajit.ranjeev.in/2012/05/17/python-a-few-things-to-remember.html">A few things to remember while coding in Python</a>
12141219
is a nice collection of good practices to use while building programs
12151220
with the language. </p>

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-12-12T10:31:19Z</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-12-13T12:06:38Z</updated></feed>

python-programming-language.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ <h2>General Python programming language resources</h2>
6060
maintainable and therefore should not be used.</p>
6161
</li>
6262
<li>
63+
<p><a href="http://aosabook.org/en/500L/a-python-interpreter-written-in-python.html">A Python interpreter written in Python</a>
64+
is incredibly meta but really useful for wrapping your head around some
65+
of the lower level stuff going on in the language.</p>
66+
</li>
67+
<li>
6368
<p><a href="http://satyajit.ranjeev.in/2012/05/17/python-a-few-things-to-remember.html">A few things to remember while coding in Python</a>
6469
is a nice collection of good practices to use while building programs
6570
with the language. </p>

source/content/pages/03-programming-language/01-programming-language.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ tested was not written in Python.
3333
ways to write Python code that, while syntactically correct, are less
3434
maintainable and therefore should not be used.
3535

36+
* [A Python interpreter written in Python](http://aosabook.org/en/500L/a-python-interpreter-written-in-python.html)
37+
is incredibly meta but really useful for wrapping your head around some
38+
of the lower level stuff going on in the language.
39+
3640
* [A few things to remember while coding in Python](http://satyajit.ranjeev.in/2012/05/17/python-a-few-things-to-remember.html)
3741
is a nice collection of good practices to use while building programs
3842
with the language.

0 commit comments

Comments
 (0)