Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 645 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 645 Bytes

python-training

Training materials for Python course for BioSKN.

Check the cheatsheet for quick reference on basic types operations.

Prerequisities

  • python 3
  • pip 3

You can install Miniconda for this purpose.

How to start?

  1. download & extract repository. There is green button above file list for ZIP download.
  2. open console in repository root directory
  3. enter command: pip install -r requirements.txt
  4. enter command: jupyter notebook

Voila! Your Jupyter notebook server should be up and running. You can select any of the prepared materials and go through them.