Automating With Python - Tutorial

Learn how to use Python automation to perform common tasks. In this full course you will learn how to build the following automation projects: - Hacker News Headlines Emailer - TED Talk Downloader - Table Extractor from PDF - Automated Bulk Resume Parser - Image Type Converter - Building an Automated News Summarizer 💻 Code: ✏️ Course from 1littlecoder. Check out his channel: ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:00:29) Hacker News Headlines Emailer - Tutorial 1 ⌨️ (0:01:13) Introduction to Web Scraping ⌨️ (0:03:08) Setting up the Environment ⌨️ (0:06:30) Project Script ⌨️ (0:11:00) Website Structure of Hacker News FrontPage ⌨️ (0:21:00) Sending Email from Python ⌨️ (0:35:15) Building the Headlines Email Module ⌨️ (0:39:07) TED Talk Downloader - Tutorial 2 ⌨️ (0:39:49) Installation and Introduction to requests package ⌨️ (0:41:25) Installation and Introduction to BeautifulSoup ⌨️ (0:43:25) Buildi
Back to Top