Money, Markets, and Misperceptions
Pages
(Move to ...)
Home
About
▼
Thursday, December 12, 2019
Using Python to Gather Data from FRED for the Solow Model
›
This script gathers and generates data for Solow. The second two functions plot the data using matplotlib and save the visualizations in a P...
Friday, December 14, 2018
Creating a List of Prime Numbers with a Simple Generator Function
›
In working on curriculum for Introduction to Computational Economics , I like to imagine puzzles that I might have my students solve. One of...
Tuesday, November 27, 2018
GitHub: Heuristic Sugarscape
›
A model of Sugarscape with exchanging agents whose decisions are guided by heuristics can be found on Github .
Saturday, November 10, 2018
Building a Contract in Solidity and Uploading it to a Test Blockchain
›
In this lesson, we will write a contract and execute it on a test blockchain. The Ownable contract uses solidity 0.4.8, which is not the...
›
Home
View web version