Skip to content

Commit bbf4289

Browse files
committed
new functional programming resource
1 parent f718e1a commit bbf4289

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,11 @@ <h2>Python ecosystem resources</h2>
12831283
is a list of quirky queries on rare Python features and why certain syntax
12841284
was or was not built into the language.</p>
12851285
</li>
1286+
<li>
1287+
<p><a href="https://codesachin.wordpress.com/2016/04/03/a-practical-introduction-to-functional-programming-for-python-coders/">A practical introduction to Functional Programming for Python coders</a>
1288+
is a good starter for developers looking to learn the functional
1289+
programming paradigm side of the language.</p>
1290+
</li>
12861291
</ul>
12871292
<h1>Generators</h1>
12881293
<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
@@ -133,6 +133,11 @@ <h2>Python ecosystem resources</h2>
133133
is a list of quirky queries on rare Python features and why certain syntax
134134
was or was not built into the language.</p>
135135
</li>
136+
<li>
137+
<p><a href="https://codesachin.wordpress.com/2016/04/03/a-practical-introduction-to-functional-programming-for-python-coders/">A practical introduction to Functional Programming for Python coders</a>
138+
is a good starter for developers looking to learn the functional
139+
programming paradigm side of the language.</p>
140+
</li>
136141
</ul>
137142
<h3>What do you want to learn about Python?</h3>
138143
<div class="row">

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,6 @@ the very beginner topics.
8888
is a list of quirky queries on rare Python features and why certain syntax
8989
was or was not built into the language.
9090

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+
is a good starter for developers looking to learn the functional
93+
programming paradigm side of the language.

0 commit comments

Comments
 (0)