ipython src

This commit is contained in:
Marina Wahl 2014-06-11 17:10:09 -04:00
parent fc1733d78b
commit 40807139fa
2 changed files with 15 additions and 3 deletions

View File

@ -9,17 +9,25 @@ http://bit.ly/python_book
/src/examples_in_my_book/ /src/examples_in_my_book/
------------------------- -------------------------
All the examples and lessons I showed in my ebook. All the examples and lessons I showed in my ebook.
/src/futher_examples/ /src/futher_examples/
----------------- ---------------------
In the folder you find futher examples in algorithms in Python, not mentioned in the the book: In the folder you find futher examples in algorithms in Python, not mentioned in the the book:
* Solutions for the book Cracking the Code, * Solutions for the book Cracking the Code,
* Solution for Project Euler and Topcoder, * Solution for Project Euler and Topcoder,...
* Examples for IPython, pandas,...
/src/ipython/
-------------
Here I explain all the problems above in ipython notebooks.
Advanced Learners Advanced Learners
----------------- -----------------

4
src/ipython/README.md Normal file
View File

@ -0,0 +1,4 @@
IPython Problems
================
Here I explain all the exercises from my book in a series of IPython notebooks.