filmov
tv
Programming on Purpose with Python #10: GUI for Web Scraper

Показать описание
This is a continuation of the previous narrated slideshow where you developed classes for a web scraping application. In this slideshow, you will develop the GUI for the application. You will learn about new widgets: Ledgers, Progress Bars, Menus, and Pop-up Dialogs. You will see how to connect the classes you developed in the previous slideshow to the GUI. You will also learn about the enumerate function, and the else part of a for loop.