diff --git a/README.md b/README.md index 1095a98..a945770 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,25 @@ http://bit.ly/python_book /src/examples_in_my_book/ ------------------------- + All the examples and lessons I showed in my ebook. /src/futher_examples/ ------------------ +--------------------- In the folder you find futher examples in algorithms in Python, not mentioned in the the book: * Solutions for the book Cracking the Code, -* Solution for Project Euler and Topcoder, -* Examples for IPython, pandas,... +* Solution for Project Euler and Topcoder,... + + +/src/ipython/ +------------- + +Here I explain all the problems above in ipython notebooks. + + Advanced Learners ----------------- diff --git a/src/ipython/README.md b/src/ipython/README.md new file mode 100644 index 0000000..f2824c4 --- /dev/null +++ b/src/ipython/README.md @@ -0,0 +1,4 @@ +IPython Problems +================ + +Here I explain all the exercises from my book in a series of IPython notebooks. \ No newline at end of file