Files
artsite/content/portfolio/schelling-segregation-model.md
Arthur DANJOU 9ace5f716b Normalize code style and logging levels throughout project
Fixed minor inconsistencies in syntax, formatting, and logging levels across various files. Updated newline handling, adjusted console log types, and improved code organization for better readability and maintainability.
2025-02-02 19:53:17 +01:00

871 B

slug, title, description, publishedAt, readingTime, tags
slug title description publishedAt readingTime tags
schelling-segregation-model Schelling Segregation Model 📊 A Python implementation of the Schelling Segregation Model using Statistics and Data Visualization. 2024/05/03 4
project
python
maths

This is the French version of the report for the Schelling Segregation Model project. The project was done as part of the course Projet Numérique at the Paris-Saclay University. The goal was to implement the Schelling Segregation Model in Python and analyze the results using statistics and data visualization.

You can find the code here: Schelling Segregation Model Code