1. One of the reasons that i love talking about planning and infrastructure so much is because a lot of folks don't realize how certain municipalities are planned out and zoned to intentionally heighten segregation and disparities. When suburbs were originally formed, they were

2. Planned around the automobile, because that made it easier to keep certain demographics (i.e. Black, Brown and Native) from moving there. There were and still are zoning laws that would only allow only one house per developer lot to be built, which means a limited stock of
3. Housing, which makes affordable housing hard to find. Additionally, things like height requirements (not being allowed to build above a certain number of feet) was another method of limiting housing. These were some of the reasons that a lot of suburbs remained very white up
4. Until the 1980's/1990's. Once homes in suburbs became accessible due to policies becoming lax in regards to affordable housing, one would think that the problem of exclusion via planning has been solved, but you start to run up against a whole slate of new problems. As Black
5. And brown folks moved into innner-ring suburbs, white folks would tend to move even FARTHER out into the exurbs, which meant the tax base which supported these first ring suburbs would close to. This meant that businesses would leave too because of course they're going to
6. Follow the money, which means less jobs, which also leads to more social issues ie petty crimes, more predatory housing situations like shady apartment complexes springing up, more predatory businesses like pawn shops, check cashing places, etc. And also, going back to how
7. Suburbs were initially planned around the automobile, this means a good bit of people end up being literally trapped in the suburbs with no way to get around due to how poor public transit often is. So while they may have moved there and got a job at the local restraunt, that
8. Restraunt may have packed up and moved 30 minutes away to follow the folks who fled from the inner-ring suburb, but you can't get there, because you don't have a car. If we are going to a effectively address institutional racism, it has to start on the local level, as opposed
9. To the federal. This start by making many of these cities which were planned to exclude, find a way to be inclusive for folks of all economic backgrounds and demographics. This means we need to not only promote things like expanding public transportation, but we also have to
10. Promote concepts such as multimodal transportation. This means more sidewalks, bike lanes, trails, and finding ways to connect subdivisions so that people can move from place to place easily. This also means getting rid of single lot zoning so that developers aren't
11. Prohibited from building multihousing units. It's going to take a long time to get things right to address these issues, But we have to start soon.

More from Economy

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.