Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Doing Math with Python

This repo contains the chapter programs and solutions to challenges discussed in "Doing Math with Python" - written by Amit Saha, published by No Starch Press. Please see the book [website](http://doingmathwithpython.github.io/) to learn more about the book, updates and reviews.
This repository basically contains the chapter programs and solutions to challenges discussed in "Doing Math with Python" - written by Amit Saha, published by No Starch Press. Please do check the [website](http://doingmathwithpython.github.io/) to learn more about the book, updates and reviews.

# Chapter code

Expand All @@ -12,12 +12,12 @@ This repo contains the chapter programs and solutions to challenges discussed in
- [Chapter 6](https://github.com/doingmathwithpython/code/blob/master/chapter6/Chapter6.ipynb)
- [Chapter 7](https://github.com/doingmathwithpython/code/blob/master/chapter7/Chapter7.ipynb)

If you know what Jupyter (previously, IPython notebooks are), click below to launch the program notebooks in Jupyter powered by Binder:
If you are familiar with Jupyter (previously, IPython notebooks are), click below to launch the program notebooks in Jupyter powered by Binder:

[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/doingmathwithpython/code)

# Solutions to challenges

Please see the [blog post](https://doingmathwithpython.github.io/trying-out-solutions.html) on how to download these and try them out.
Please check the [blog post](https://doingmathwithpython.github.io/trying-out-solutions.html) on how to download these and try them out.