Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drvinceknight/blog

A blog about programming (usually scientific python), mathematics (usually game theory) and learning (usually student centred pedagogic approaches).
https://github.com/drvinceknight/blog

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Personal blog site.

Source code for a blog written by [Vince Knight](https://github.com/drvinceknight). 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
```