Some really cool videos to learn AI and Reinforcement Learning.
Check out.
https://www.youtube.com/channel/UCTmAYxRV7H9NTdgC9bNixvw
Check out.
https://www.youtube.com/channel/UCTmAYxRV7H9NTdgC9bNixvw
1.
sudo apt-get install liblapack-dev
This
ensures that your lapack/blas dependencies are taken care of which is
required by scipy
2.
sudo apt-get install libamd2.2.0 libblas3gf libc6 libgcc1 libgfortran3 liblapack3gf libumfpack5.4.0 libstdc++6 build-essential gfortran python-all-dev libatlas-base-dev
This
would ensure that you now have a fortran compiler on your system for
the dfftpack in scipy
3.
sudo pip install zipline
This
will finally install zipline along with all its dependencies
Have
a go at it.
I initially could not get Autocomplete support for Jquery after installing the add on. A little bit of digging in got it working. To enable it go to
Window->Preferences->Aptana(Right column)->Editors->Javascript->CodeAssist
You will see check boxes against all the JS libraries you have installed support for. By default they will be unselected. Check them and you are ready to GO!