Python Automation Tutorial – How to Automate Tasks for Beginners [Full Course]

preview_player
Показать описание
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

⭐️ 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) Building the basic script to download the video
⌨️ (0:49:37) Generalising the Script to get Arguments
⌨️ (0:53:49) Table Extractor from PDF - Tutorial 3
⌨️ (0:54:44) Basics of PDF Format
⌨️ (0:57:05) Installing required Python Modules
⌨️ (1:02:16) Extracting Table from PDF
⌨️ (1:06:51) Quick Introduction to Jupyter Notebook
⌨️ (1:08:29) PDF Extraction on Jupyter Notebook
⌨️ (1:15:29) Pandas and Write Table as CSV Excel
⌨️ (1:21:02) Automated Bulk Resume Parser - Tutorial 4
⌨️ (1:22:15) Different Formats of Resumes and marking relevant Information
⌨️ (1:25:50) Project Architecture and Brief Overview of the required packages and installations
⌨️ (1:34:48) Basics of Regular Expression in Python
⌨️ (1:41:38) Basic Overview of Spacy Functions
⌨️ (1:49:55) Extracting Relevant Information from the Resumes
⌨️ (2:16:46) Completing the script to make it a one-click CLI
⌨️ (2:28:09) Image Type Converter - Tutorial 5
⌨️ (2:29:09) Different type of Image Formats
⌨️ (2:31:33) What is an Image type convertor
⌨️ (2:33:04) Introduction to Image Manipulation in Python
⌨️ (2:34:51) Building an Image type converting Script
⌨️ (2:40:03) Converting the script into a CLI Tool
⌨️ (2:44:27) Building an Automated News Summarizer - Tutorial 6
⌨️ (2:46:27) What is Text Summarization
⌨️ (2:47:46) Installing Gensim and other Python Modules
⌨️ (2:52:43) Extracting the required News Source
⌨️ (2:59:38) Building the News Summarizer
⌨️ (3:07:14) Scheduling the News Summarizer
⌨️ (3:10:25) Thank you

🎉 Thanks to our Champion and Sponsor supporters:
👾 Wong Voon jinq
👾 hexploitation
👾 Katia Moran
👾 BlckPhantom
👾 Nick Raker
👾 Otis Morgan
👾 DeezMaster
👾 AppWrite

--

Рекомендации по теме
Комментарии
Автор

Thank you very much FCC for publishing my course. It's an honor. This project-based learning should help beginners to improve their portfolio. Happy to help!

littlecoder
Автор

Thanks for being a free version of Udemy

notknowthething
Автор

Literally I just wrote a python script to automate reading pdfs using just few lines of regex. Saved hours of copy-pasting work.

theoreticalphysics
Автор

Typically I have a hard time comprehending Indian instructors, however this is probably one of the best instructional videos I have watched even if the instructor was a native english speaker. You do an incredible job explaining every element of what you are doing and even repeat yourself clearly to help the end user understand what is being accomplished. Excellent Instructor!

sythonslays
Автор

Omg, this cant come at a better time than now. Thank you

neji-hyuga-
Автор

I can't begin to describe how amazing I found this video. Thank you so much.

mounikakulkarni
Автор

I don't know much English and sometimes I even have a hard time understanding a native speaker, but I still understood 90% of the things you said, don't worry about your accent, great course ^^

nikitokpo
Автор

I swear the best channel in the entire youtube❤️❤️🙏

the_positivity_pulse
Автор

This YouTube channel is amazing! Grateful for this quality of FREE online resources. 🙌

brunogamboa
Автор

In the last project, the news summarizer (3:00:11), you can no longer use Gensim for summarization, as the line 'from import summarize' no longer works. the summarization package was removed from gensim after the 4.0 version, so you would have to downgrade to a 3.x version. I ran into a different error when trying to do that and ended up just skipping that proyect, but I hope the info helps someone

polarishex
Автор

For those who got the error
"'charmap' codec can't decode byte 0x9d in position 1290: character maps to <undefined>"
just add encoding='utf8' inside the return open statement within convert_pdf function

MrKareem
Автор

The first project is outdate, with that code you get an error sending an email with gmail.

AlvaroVR
Автор

Holy this is absolute banger of a video, I also thought I wouldn't be able to understand the accent for the entire video but this is the best programming video i've ever watched explained all the functions and methods so well thanks so much

Kodibot
Автор

You guys are the best🔥. Please stay so and don’t delete videos unless they get really old and you got another one but newer

theencryptedpartition
Автор

google no longer has 'less secure login' if you are going to use a gmail account for the Hacker News part of the tutorial. Create a App Password (16 charector long, set it and forget it) and use it as your gmail password instead of your regular password to bypass the autentication part.

LoadsofLOL
Автор

Yall are coming out with rapidfire Python content and I am HERE for it

jasondoeshoops
Автор

You guys doing such great work.
May Allah (swt) bless you.!
Love from Pakistan.

mehrozbaig
Автор

11/10... Additional credit for proper indian accent.

malkhaz.jokhadze
Автор

Free code camp is killing it with these courses, thank you!

oamarkanji
Автор

This channel I better than university for sure.

justapugontheinternet