Skip to content

Commit 83c448a

Browse files
Update 2017-10-08-code-walkthrough-tablib-short-circuits-in-python.markdown
1 parent dd7ddd1 commit 83c448a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/blog/2017-10-08-code-walkthrough-tablib-short-circuits-in-python.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Reading Great Code and it's benefits. Code walkthrough of tablib py
1111

1212
<h1 style="font-size: 30px;">Motivation</h1>
1313

14-
Oftentimes, I like to dive into open source projects to learn best practices and know how programming pundits use to do things correctly and optimally. In addition, [Peter Norvig](https://en.wikipedia.org/wiki/Peter_Norvig) has also said in his famous blog post [Teach Yourself Programming in Ten Years](http://norvig.com/21-days.html)
14+
Oftentimes, I like to dive into open source projects to learn best practices and design patterns programming pundits use to do things correctly and optimally. In addition, [Peter Norvig](https://en.wikipedia.org/wiki/Peter_Norvig) has also said in his famous blog post [Teach Yourself Programming in Ten Years](http://norvig.com/21-days.html)
1515

1616
> *Talk with other programmers; read other programs. This is more important than any book or training course.*
1717

0 commit comments

Comments
 (0)