Skip to Content
Python: Real-World Data Science
book

Python: Real-World Data Science

by Dusty Phillips, Fabrizio Romano, Phuong Vo.T.H, Martin Czygan, Robert Layton, Sebastian Raschka
June 2016
Beginner to intermediate content levelBeginner to intermediate
1255 pages
29h 1m
English
Packt Publishing
Content preview from Python: Real-World Data Science

Setting up the environment

When you have connected to the instance, you can install the updated Lasagne and nolearn packages.

First, clone the git repository for Lasagne, as was outlined earlier in this chapter:

git clone https://github.com/Lasagne/Lasagne.git

In order to build this library on this machine, we will need setuptools for Python 3, which we can install via apt-get, which is Ubuntu's method of installing applications and libraries; we also need the development library for NumPy. Run the following in the command line of the virtual machine:

sudo apt-get install python3-pip python3-numpy-dev

Next, we install Lasagne. First, we change to the source code directory and then run setup.py to build and install it:

cd Lasagne
sudo python3 setup.py ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python for Data Science

Python for Data Science

Yuli Vasiliev

Publisher Resources

ISBN: 9781786465160