Skip to content

This repository contains the teaching material for the BigBioDataClass-ACE Semester-2 Year: 2021-2022

License

Notifications You must be signed in to change notification settings

aceuganda/BigDataClass-ACE-2025

Repository files navigation

BigDataClass-ACE

This repository contains the teaching material for the BigBioDataClass-ACE.

Resources and books to read.

The choice is up to the student on how they are going to learn, whether by reading books or by downloading codes that are pre-built so they can work along as they grow.

How to use this material

  • Please install anaconda from this link
  • Please install git on your machine using this link
  • Get a github account: in order to clone this material to your machine please get a github account.

Cloning the repository to your local machine

  • To clone this information to your local machine please use this command on your terminal.
git clone https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

  • Launch anaconda navigator and go to the folder where you downloaded the repository and get started.

Articles to read


Python Data Science Handbook

Binder

This repository contains the entire Python Data Science Handbook, in the form of (free!) Jupyter notebooks.

cover image

How to Use this Book

About

The book was written and tested with Python 3.5, though other Python versions (including Python 2.7) should work in nearly all cases.

The book introduces the core libraries essential for working with data in Python: particularly IPython, NumPy, Pandas, Matplotlib, Scikit-Learn, and related packages. Familiarity with Python as a language is assumed; if you need a quick introduction to the language itself, see the free companion project, A Whirlwind Tour of Python: it's a fast-paced introduction to the Python language aimed at researchers and scientists.

See Index.ipynb for an index of the notebooks available to accompany the text.

Software

The code in the book was tested with Python 3.5, though most (but not all) will also work correctly with Python 2.7 and other older Python versions.

The packages I used to run the code in the book are listed in requirements.txt (Note that some of these exact version numbers may not be available on your platform: you may have to tweak them for your own use). To install the requirements using conda, run the following at the command-line:

$ conda install --file requirements.txt

To create a stand-alone environment named PDSH with Python 3.5 and all the required package versions, run the following:

$ conda create -n PDSH python=3.5 --file requirements.txt

You can read more about using conda environments in the Managing Environments section of the conda documentation.

About

This repository contains the teaching material for the BigBioDataClass-ACE Semester-2 Year: 2021-2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published