Tag: python
Python Libraries
1 https://www.upwork.com/hiring/data/15-python-libraries-data-science/ Basic Libraries for Data Science These are the basic libraries that transform Python from a general purpose programming…
How To Install Python Data Science Stack
http://datascienceguide.github.io/how-to-install-the-python-data-science-stack-on-a-remote-server http://pip.readthedocs.io/en/latest/user_guide/#requirements-files http://pip.readthedocs.io/en/latest/reference/pip_install/#requirements-file-format Using a Requirements File “Requirements files” are files containing a list of items to be installed using…
How To Install Virtualenv & Django Framework
https://www.digitalocean.com/community/tutorials/how-to-install-the-django-web-framework-on-ubuntu-16-04 http://tutorial.djangogirls.org/en/django_start_project/ The Python virtualenv package allows you to create self-contained environments for various projects. Using this technology, you can…
How To Install iPython Jupyter Notebook On Ubuntu 16.04 Using Vagrant
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-jupyter-notebook-to-run-ipython-on-ubuntu-16-04 First, in Vagrantfile make sure the forwarded ports reflect the code below (Jupyter notebook uses port 8888): config.vm.network “forwarded_port”,…