driscoll42 / ebayMarketAnalyzer

Scrape all eBay sold listings to determine average/median pricing, plot listings over time with trend lines, and extract to excel
198 stars 26 forks source link

Restructure Project to be up to Best Practice Standards/more Pythonic #14

Open driscoll42 opened 3 years ago

driscoll42 commented 3 years ago
driscoll42 commented 3 years ago

https://docs.python-guide.org/writing/structure/ https://realpython.com/python-application-layouts/ https://medium.com/analytics-vidhya/structuring-python-code-best-practices-from-over-10-blogs-2e33cbb83c49 https://dev.to/codemouse92/dead-simple-python-project-structure-and-imports-38c6 https://github.com/johnthagen/python-blueprint https://towardsdatascience.com/ultimate-setup-for-your-next-python-project-179bda8a7c2c

driscoll42 commented 3 years ago

One rec was to look at the requests library:https://github.com/psf/requests