The complete book of Wahlque, a citizen science experiment.
The standard Python environment:
- Python 3.4
on Mac:
brew install python3
on Linux(Debian):
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.4
on Windows, we suggest you install cygwin first, and then install python3.4 under cygwin.
To view the book, just issue below commands in your terminal
. hello