Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python OOP Traffic Project

A small object-oriented Python project that models FireIncidents using JSON data.

Features

Object-oriented programming Classes with properties and validation Association between classes JSON processing Repository pattern Filtering traffic data Basic testing

Technologies

Python OOP JSON Git / GitHub

Project Structure

Python-OOP-Wildfire-Project/
├── data/
│   └── wildfires.json
├── models/
│   ├── __init__.py
│   ├── Country.py
│   └── FireIncident.py
│   └── Wildfire.py
├── repositories/
│   ├── __init__.py
│   └── WildfiresRepository.py
├── test_with_json.py
└── README.md

About

Object-oriented Python application demonstrating JSON processing, inheritance, data validation and repository patterns.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages