petermatts / CarStats

This project aims to compile a list of key statistics across all common car models and brands, for ease of comparison for a user.
2 stars 0 forks source link

Scraper 2.0 Conversion Enhancement #39

Closed petermatts closed 1 year ago

petermatts commented 1 year ago

Switch Key conversion method from a ton of elif's to a switching dict?

https://www.geeksforgeeks.org/switch-case-in-python-replacement/

Subtask of #33

petermatts commented 1 year ago

Done in upcoming commit