Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/drvinceknight/blog
- Owner: drvinceknight
- License: mit
- Created: 2018-07-12T16:38:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T17:29:12.000Z (12 months ago)
- Last Synced: 2024-06-20T00:45:57.424Z (6 months ago)
- Language: Jupyter Notebook
- Size: 1.36 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```