Skip to content

Latest commit

 

History

2 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 highways and traffic jams 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-project/
├── data/
│   └── traffic_data.json
├── models/
│   ├── __init__.py
│   ├── highway.py
│   └── traffic_jam.py
├── repositories/
│   ├── __init__.py
│   └── traffic_repository.py
├── test_highway.py
├── test_traffic_jam.py
├── test_repository.py
├── main.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