Posts tagged 'simulation'

Adil Moujahid

An Implementation of Schelling Segregation Model using Python and Streamlit

In 1971, Thomas Schelling published a paper titled: Dynamic models of segregation. The paper introduced an agent-based model that helped studying segregation in multi-ethnics cities. The model showed that a high segregation level in cities doesn't necessarily translate into intolerance at the individual level. In this post, I will explain how to implement Schelling's segregation model using Python and Streamlit.

Adil Moujahid

An Introduction to Agent-based Models: Simulating Segregation with Python

In this post, I will explain about Schelling's segregation model, implement the same in Python programming language, and explain the power of agent based simulations for understanding complex phenomenon.