From ddf5aec7d8f7fbb0855e470cb821569dee3e5b08 Mon Sep 17 00:00:00 2001
From: Espartaco Palma <esparta@gmail.com>
Date: Fri, 24 Jan 2014 09:55:02 -0600
Subject: [PATCH] [en] Introduction to programming with Python

---
 free-programming-books.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/free-programming-books.md b/free-programming-books.md
index e409901db..94075e09d 100644
--- a/free-programming-books.md
+++ b/free-programming-books.md
@@ -1290,6 +1290,7 @@ See also [TeX](#tex)
 * [How to Think Like a Computer Scientist: Learning with Python](http://www.greenteapress.com/thinkpython/thinkCSpy/) - Allen B. Downey, Jeff Elkner and Chris Meyers
     * [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
 * [Introduction to Programming Using Python](http://python-ebook.blogspot.com) - Cody Jackson
+* [Introduction to Programming with Python](http://opentechschool.github.io/python-beginners/en/)
 * [Introduction to python](http://kracekumar.com/post/71171551647/introduction-to-python) - Kracekumar
 * [Invent Your Own Computer Games With Python](http://inventwithpython.com/chapters/) - Al Sweigart
 * [Learn Python The Hard Way](http://learnpythonthehardway.org/book/)