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
is a list of quirky queries on rare Python features and why certain syntax
1284
1284
was or was not built into the language.</p>
1285
1285
</li>
1286
+
<li>
1287
+
<p><ahref="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>
1286
1291
</ul>
1287
1292
<h1>Generators</h1>
1288
1293
<p>Generators are a Python core language construct that allow a function's return
is a list of quirky queries on rare Python features and why certain syntax
134
134
was or was not built into the language.</p>
135
135
</li>
136
+
<li>
137
+
<p><ahref="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
Copy file name to clipboardExpand all lines: source/content/pages/03-programming-language/01-programming-language.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,4 +88,6 @@ the very beginner topics.
88
88
is a list of quirky queries on rare Python features and why certain syntax
89
89
was or was not built into the language.
90
90
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
0 commit comments