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: source/content/pages/03-programming-language/01-programming-language.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,3 +91,7 @@ the very beginner topics.
91
91
*[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/)
92
92
is a good starter for developers looking to learn the functional
93
93
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