class Places:
    def __init__(self, city_id:int, city_population:int, n_process:int=1):

    def generate_workplaces(self, workplace_type_list:list):

This function generates the workplaces for the city with the help of lat-long attributes.

class Places:
    def generate_schools(self):

This function generates the schools for the city with the help of lat-long, workplace attributes.