# Doing.Math.With.Python **Repository Path**: wait1111/Doing.Math.With.Python ## Basic Information - **Project Name**: Doing.Math.With.Python - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-07-14 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Doing Math with Python 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 - [Chapter 1](https://github.com/doingmathwithpython/code/blob/master/chapter1/Chapter1.ipynb) - [Chapter 2](https://github.com/doingmathwithpython/code/blob/master/chapter2/Chapter2.ipynb) - [Chapter 3](https://github.com/doingmathwithpython/code/blob/master/chapter3/Chapter3.ipynb) - [Chapter 4](https://github.com/doingmathwithpython/code/blob/master/chapter4/Chapter4.ipynb) - [Chapter 5](https://github.com/doingmathwithpython/code/blob/master/chapter5/Chapter5.ipynb) - [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 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 check the [blog post](https://doingmathwithpython.github.io/trying-out-solutions.html) on how to download these and try them out.