Creating a DVR with Python
1:00pm - 1:30pm on Saturday, October 6 in PennTop NorthMichael V. Battista
- Audience Level:
- All
- Slides:
- https://docs.google.com/presentation/d/1-Fgz2L52ffVZfBvegTwG3FDfkNVKp55qntjyE8bvtwk/edit?usp=sharing
- Watch:
- https://youtu.be/3hPfJiuL-Ak
Overview
Ever get so caught up in Python code and projects that you miss your favorite TV show airing or streaming? Let Python solve that problem for you and grab the show for you so you can binge watch what you want whenever you want. To be continued…
Description
If you’re living with multiple people, most likely the discussion about having which shows taking up space on the DVR can cause some chaos. In this talk, learn how the BattDVR project can solve this problem through the integration of multiple concepts and libraries.
Some of the points that will be covered:
- Factory Design Pattern
- Web Scraping
- Metadata collection via APIs
- Object Oriented Design and Inheritance
- Storing project preferences locally