Files
artsite/content/projects/schelling-segregation-model.md
Arthur DANJOU bbc573e290 Refactor: Split portfolio to projects and writings sections, and update content structure
- Renamed 'portfolio' collection to 'projects' in content configuration.
- Introduced a new 'writings' collection with corresponding schema.
- Updated README to reflect changes in content structure and navigation.
- Removed the old portfolio page and added new pages for projects and writings.
- Added multiple new project and writing markdown files with relevant content.
- Updated license year to 2025.
- Enhanced AppHeader for new navigation links.
- Improved ProseImg component styling.
2025-04-06 19:16:28 +02:00

858 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
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