Skip to content

Code for Allen Downey's book Think Complexity, published by O'Reilly Media.

Notifications You must be signed in to change notification settings

sblack4/ThinkComplexity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThinkComplexity

Code for Allen Downey's book Think Complexity, published by O'Reilly Media.

Not Allen Downey

The name is Steven 😃

To read his book (Allen Downey has been so gracious as to offer it free online) go here: http://greenteapress.com/complexity/html/index.html

This code runs well with python 2.7 - it's not 3 compatible.
I set up my environment with Conda, which you're probably already using, you can install and use another version easily ...

To create a new python 2.7 enviorment named python2:
conda create --name python2 python=2.7
then to activate it (on UNIX): source activate python2 It's that easy!

See their Documentation for more https://conda.io/docs/py2or3.html

I may have started answering some of the excercises 💩 in the main folder, most of the code in ./code was provided by Mr. Downey himself though

About

Code for Allen Downey's book Think Complexity, published by O'Reilly Media.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PostScript 68.1%
  • Jupyter Notebook 22.3%
  • TeX 4.9%
  • Python 4.6%
  • Other 0.1%