Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 994 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 994 Bytes

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