ericyang789 / bioscience-python-tutorials

A series of tutorials to introduce bioscience students to a variety of python-based research applications. UW Bioengineering 2019-2020 honors project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIOSCIENCE PYTHON TUTORIALS

Setup

These tutorials require a select few tools to demonstrate how easy it is to begin working on advanced computing applications:

  • Python 3.6+
  • Jupyter Notebook OR Jupyter Labs

If you need to install these tools, follow these tutorials:

Once finished, run the following commands to check for correct installation:

python -V

You should see a python version 3.6 or above

jupyter notebook -V

You should see any reasonable version number (this was made with version 6.0.3).

Once you have the tools, clone this repository using

git clone https://github.com/cnellington/bioscience-python-tutorials.git

Each tutorial takes around 60 minutes to complete. Start with whichever one interests you the most!

Created by Caleb Ellington, Max Weil, and Eric Yang

University of Washington Department of Bioengineering

About

A series of tutorials to introduce bioscience students to a variety of python-based research applications. UW Bioengineering 2019-2020 honors project

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 97.5%Language:Python 2.5%