Skip to content

Commit 820969c

Browse files
committed
new python internals resource
1 parent 5238a12 commit 820969c

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,11 @@ <h2>Python ecosystem resources</h2>
12931293
is a good starter for developers looking to learn the functional
12941294
programming paradigm side of the language.</p>
12951295
</li>
1296+
<li>
1297+
<p><a href="http://akaptur.com/blog/2014/08/03/getting-started-with-python-internals/">Getting Started with the Python Internals</a>
1298+
takes a slice of the huge CPython codebase and deconstructs some of
1299+
it to see what we can learn about how Python itself is built.</p>
1300+
</li>
12961301
</ul>
12971302
<h1>Generators</h1>
12981303
<p>Generators are a Python core language construct that allow a function's return

python-programming-language.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ <h2>Python ecosystem resources</h2>
138138
is a good starter for developers looking to learn the functional
139139
programming paradigm side of the language.</p>
140140
</li>
141+
<li>
142+
<p><a href="http://akaptur.com/blog/2014/08/03/getting-started-with-python-internals/">Getting Started with the Python Internals</a>
143+
takes a slice of the huge CPython codebase and deconstructs some of
144+
it to see what we can learn about how Python itself is built.</p>
145+
</li>
141146
</ul>
142147
<h3>What do you want to learn about Python?</h3>
143148
<div class="row">

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ the very beginner topics.
9191
* [A practical introduction to Functional Programming for Python coders](https://codesachin.wordpress.com/2016/04/03/a-practical-introduction-to-functional-programming-for-python-coders/)
9292
is a good starter for developers looking to learn the functional
9393
programming paradigm side of the language.
94+
95+
* [Getting Started with the Python Internals](http://akaptur.com/blog/2014/08/03/getting-started-with-python-internals/)
96+
takes a slice of the huge CPython codebase and deconstructs some of
97+
it to see what we can learn about how Python itself is built.

0 commit comments

Comments
 (0)