├── Chapter01 ├── chapter01.html ├── chapter01.ipynb └── smartfunctions.py ├── Chapter02 ├── chapter02.html └── chapter02.ipynb ├── Chapter03 ├── chapter03.html └── chapter03.ipynb ├── Chapter04 ├── chapter04.html └── chapter04.ipynb ├── Chapter05 ├── chapter5.html └── chapter5.ipynb ├── Chapter06 ├── chapter06.html └── chapter06.ipynb ├── Chapter07 ├── chapter07.html └── chapter07.ipynb ├── Chapter08 ├── chapter08.html └── chapter08.ipynb ├── Chapter09 ├── chapter09.html └── chapter09.ipynb ├── Chapter10 ├── chapter10.html ├── chapter10.ipynb ├── price.dat ├── rates.dat └── solarWatts.dat ├── Chapter11 ├── chapter11.html ├── chapter11.ipynb └── circle_evolution.swf ├── Chapter12 ├── chapter12.html └── chapter12.ipynb ├── Chapter13 ├── chapter13.html └── chapter13.ipynb ├── Chapter14 ├── a_file.dat ├── chapter14.html ├── chapter14.ipynb ├── datafile.bak ├── datafile.dat ├── datafile.dir ├── file.dat ├── file3.dat ├── measurement.dat ├── newimage.jpg ├── temp.dat ├── test.jpg └── test.txt ├── Chapter15 ├── bisection.py ├── chapter15.html ├── chapter15.ipynb └── find_in_file.py ├── Chapter16 ├── chapter16.html └── chapter16.ipynb ├── Chapter18 ├── Untitled.ipynb └── ch18.ipynb ├── Chapter19 ├── chapter19.html └── chapter19.ipynb ├── LICENSE └── README.md /Chapter01/chapter01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter01/chapter01.html -------------------------------------------------------------------------------- /Chapter01/chapter01.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter01/chapter01.ipynb -------------------------------------------------------------------------------- /Chapter01/smartfunctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter01/smartfunctions.py -------------------------------------------------------------------------------- /Chapter02/chapter02.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter02/chapter02.html -------------------------------------------------------------------------------- /Chapter02/chapter02.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter02/chapter02.ipynb -------------------------------------------------------------------------------- /Chapter03/chapter03.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter03/chapter03.html -------------------------------------------------------------------------------- /Chapter03/chapter03.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter03/chapter03.ipynb -------------------------------------------------------------------------------- /Chapter04/chapter04.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter04/chapter04.html -------------------------------------------------------------------------------- /Chapter04/chapter04.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter04/chapter04.ipynb -------------------------------------------------------------------------------- /Chapter05/chapter5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter05/chapter5.html -------------------------------------------------------------------------------- /Chapter05/chapter5.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter05/chapter5.ipynb -------------------------------------------------------------------------------- /Chapter06/chapter06.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter06/chapter06.html -------------------------------------------------------------------------------- /Chapter06/chapter06.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter06/chapter06.ipynb -------------------------------------------------------------------------------- /Chapter07/chapter07.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter07/chapter07.html -------------------------------------------------------------------------------- /Chapter07/chapter07.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter07/chapter07.ipynb -------------------------------------------------------------------------------- /Chapter08/chapter08.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter08/chapter08.html -------------------------------------------------------------------------------- /Chapter08/chapter08.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter08/chapter08.ipynb -------------------------------------------------------------------------------- /Chapter09/chapter09.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter09/chapter09.html -------------------------------------------------------------------------------- /Chapter09/chapter09.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter09/chapter09.ipynb -------------------------------------------------------------------------------- /Chapter10/chapter10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter10/chapter10.html -------------------------------------------------------------------------------- /Chapter10/chapter10.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter10/chapter10.ipynb -------------------------------------------------------------------------------- /Chapter10/price.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter10/price.dat -------------------------------------------------------------------------------- /Chapter10/rates.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter10/rates.dat -------------------------------------------------------------------------------- /Chapter10/solarWatts.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter10/solarWatts.dat -------------------------------------------------------------------------------- /Chapter11/chapter11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter11/chapter11.html -------------------------------------------------------------------------------- /Chapter11/chapter11.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter11/chapter11.ipynb -------------------------------------------------------------------------------- /Chapter11/circle_evolution.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter11/circle_evolution.swf -------------------------------------------------------------------------------- /Chapter12/chapter12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter12/chapter12.html -------------------------------------------------------------------------------- /Chapter12/chapter12.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter12/chapter12.ipynb -------------------------------------------------------------------------------- /Chapter13/chapter13.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter13/chapter13.html -------------------------------------------------------------------------------- /Chapter13/chapter13.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter13/chapter13.ipynb -------------------------------------------------------------------------------- /Chapter14/a_file.dat: -------------------------------------------------------------------------------- 1 | some data -------------------------------------------------------------------------------- /Chapter14/chapter14.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter14/chapter14.html -------------------------------------------------------------------------------- /Chapter14/chapter14.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter14/chapter14.ipynb -------------------------------------------------------------------------------- /Chapter14/datafile.bak: -------------------------------------------------------------------------------- 1 | 'my_matrix', (0, 205) 2 | -------------------------------------------------------------------------------- /Chapter14/datafile.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter14/datafile.dat -------------------------------------------------------------------------------- /Chapter14/datafile.dir: -------------------------------------------------------------------------------- 1 | 'my_matrix', (0, 205) 2 | -------------------------------------------------------------------------------- /Chapter14/file.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter14/file.dat -------------------------------------------------------------------------------- /Chapter14/file3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter14/file3.dat -------------------------------------------------------------------------------- /Chapter14/measurement.dat: -------------------------------------------------------------------------------- 1 | A demonstration file 2 | -------------------------------------------------------------------------------- /Chapter14/newimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter14/newimage.jpg -------------------------------------------------------------------------------- /Chapter14/temp.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter14/temp.dat -------------------------------------------------------------------------------- /Chapter14/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter14/test.jpg -------------------------------------------------------------------------------- /Chapter14/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter14/test.txt -------------------------------------------------------------------------------- /Chapter15/bisection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter15/bisection.py -------------------------------------------------------------------------------- /Chapter15/chapter15.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter15/chapter15.html -------------------------------------------------------------------------------- /Chapter15/chapter15.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter15/chapter15.ipynb -------------------------------------------------------------------------------- /Chapter15/find_in_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter15/find_in_file.py -------------------------------------------------------------------------------- /Chapter16/chapter16.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter16/chapter16.html -------------------------------------------------------------------------------- /Chapter16/chapter16.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter16/chapter16.ipynb -------------------------------------------------------------------------------- /Chapter18/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter18/Untitled.ipynb -------------------------------------------------------------------------------- /Chapter18/ch18.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter18/ch18.ipynb -------------------------------------------------------------------------------- /Chapter19/chapter19.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter19/chapter19.html -------------------------------------------------------------------------------- /Chapter19/chapter19.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/Chapter19/chapter19.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Scientific-Computing-with-Python-Second-Edition/HEAD/README.md --------------------------------------------------------------------------------