This project models a Magazine domain in Python using classes and object-oriented programming. It includes Authors, Articles, and magaines.
Create Authors, Magazines, and Articles
Retrieve all articles for an Author or Magazine
Retrieve all magazines an Author has contributed to
Retrieve all contributors for a Magazine
Add articles for an author dynamically
List topic areas for an author
List article titles for a magazine
Identify authors with more than 2 contributions for a magazine
Identify the magazine with the most articles
git clone https://github.com/your-username/magazine-project.git
cd magazine-project
pip install
pytest
Joyce Njogu
MIT