VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Python Automation Tutorial - How to Automate Tasks for Beginners [Full Course]

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

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
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: https://github.com/amrrs/build_tools_to_automate_python https://github.com/amrrs/build_tools_to_automate_python -- Course from 1littlecoder. https://www.youtube.com/c/1littlecoder
Date: 2022-03-14

Comments and reviews: 10


In the last project, the news summarizer (3:00:11), you can no longer use Gensim for summarization, as the line 'from gensim.summarization.summarizer 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
reply

on the first project : I should get all the 30 article but i got only 1 , i thought there is a problem in my loop but i did same as the video but didn't work ... here is the code below :
for i, tag in enumerate(soup.find_all('td', attrs=-'class':'title','valign':''-)):
cnt += ((str(i+1)+' :: '+tag.text + -\n- + '') if tag.text!='More' else '')
return (cnt)

reply

Hello, sorry complete beginner here, I ve got Python 3 installed. Question: at the very beginning, when running 'pip3 install requests' and 'pip3 install beuatifulsoup4' i get the error message 'File --, line1'. I ve tried running it on the shell, on the Powershell, and on my editor (I use Atom). ANy ideas? thx
reply

Can anyone tell me how to scrape a website with login screen? (I m here mainly just for that and if anyone alr watched the full video can u tell me how? (I saw a bunch tutorials but didnt find what I want)
reply

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!
reply

Brilliant. I am saving this in my playlist. Automating stuff with programming is such an awesome thing and looks almost magical when finally done.
reply

any advice if you're struggling with pip install requests? Think there is something that needs to be done in VSCode before building a project?
reply

Hi
you can make a video how to takes videos from instagram and upload them to tiktok automaticly. Like 100 videos per day. It is possible?

reply

heyyyyyyyyyyyyyy , I got an -AttributeError: 'list' object has no attribute 'encode' - on the first program when I tried to add an list
reply

33:18 I tried executing the code but it just open a new line without running the code can you tell me what could be the issue
reply
Add a review, comment






Other channel videos