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

Convert Driver function #49

Closed petermatts closed 11 months ago

petermatts commented 11 months ago

Convert the driver function in Scraper2.py to an iterative function instead of a recursive one.

Maybe use a while loop like while result < 0

This should be an easy conversion in theory, but let's see in practice.

petermatts commented 11 months ago

Done in next commit