kianho / python-novice-inflammation

Software Carpentry introduction to Python for novices using inflammation data.

Home Page:http://combine-australia.github.io/python-novice-inflammation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-novice-inflammation

Introduction to Python for non-programmers using inflammation data.

Please see https://github.com/swcarpentry/lesson-template for instructions on formatting, building, and submitting lessons, or run make in this directory for a list of helpful commands.

Dependencies

In order build the .html files from the .md files, ensure you have the following dependencies installed.

Pandoc

pandoc is a program that converts documents between formats (e.g. .md to .html and vice-versa). The official installation instructions can be found here. On Ubuntu, pandoc can be installed from the command-line by running:

sudo apt-get install pandoc

Python libraries

The requirements.txt file contains a list of the required Python libraries. These can be installed from the command-line using pip:

pip install -r ./requirements.txt

Building the lesson files

Run the following command to build the .html files from the source .md files:

make preview

About

Software Carpentry introduction to Python for novices using inflammation data.

http://combine-australia.github.io/python-novice-inflammation/

License:Other


Languages

Language:HTML 67.2%Language:CSS 19.3%Language:JavaScript 11.9%Language:Python 0.9%Language:Makefile 0.6%