Skip to content

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

License

Notifications You must be signed in to change notification settings

Purgeable/peu-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 86.4%
  • CSS 11.3%
  • Python 1.2%
  • Other 1.1%