drvinceknight / blog

A blog about programming (usually scientific python), mathematics (usually game theory) and learning (usually student centred pedagogic approaches).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal blog site.

Source code for a blog written by Vince Knight. Topics covered:

  • Python
  • Mathematics and stochastic things
  • Usually both of the above

Render

The course code of this blog is markdown files. A conda environment with all required code is include.

To create the environment:

$ python -m venv blg-env

To source the environment:

$ source blog-env/bin/activate

To install the Python and R dependencies.

$ python -m invoke setup

To render the html:

$ inv build

About

A blog about programming (usually scientific python), mathematics (usually game theory) and learning (usually student centred pedagogic approaches).

License:MIT License


Languages

Language:Jupyter Notebook 86.4%Language:CSS 11.3%Language:Python 1.1%Language:HTML 0.8%Language:TeX 0.3%Language:R 0.1%