Recent Posts
Wednesday, January 12, 2022
How To Start Data Sciencing With Python!
Monday, November 29, 2021
Preliminary Agent-Based Model In Place
(I have a Patreon to support my open source projects, of which this is the one that is currently getting the most development time. I also have my stock-flow consistent modelling module, as well as my research platform that I use to generate the charts for my blog. All use Python, although I do my plots in R.)
Thursday, November 18, 2021
Doing Agent-Based Modelling...
I set up a Patreon to support my Python projects, and the agent-based model is the current focus. I wrote a few small pieces this week discussing recent work: here and here.
Friday, June 25, 2021
Economics/Finance Analysis Package
I wrote a free post on my Patreon discussing my open source econ_platform package, which is mainly in Python — although it supports other languages. (I produce my charts in R.) The package is available at https://github.com/brianr747/platform.
The article discusses the core of the package - the fetch() function. Using the fetch command allows me to generate this exciting Icelandic HICP inflation rate in just four lines of code (one of which is the boilerplate library initialisation command).