This project was designed to retrieve a set of data in the MLB from the ESPN website.
- must have Python 3.7.x or higher
- must have pip installed
- must have Requests installed by typing pip install requests into your command prompt
- must have Bs4 installed by typing pip install bs4 into your command prompt
To use MLB Stats, run the relevant .py file. For example, in PyCharm, to run all of the statistics within the American League, like so.
You may also run the files directly within the folder to retrieve specific statistics, [like so]
- Familizarized myself with BeautifulSoup and how to use it with HTML tags
- dipped my toe into the built-in time function in Python
- dipped my toe into the request method
- Experienced pathlib and os and aquainted myself with the advantages of using each and their compatibility with linux vs windows
- Aquainted myself with debugging encoding errors in Python

