![Python Automation Tutorial - How to Automate Tasks for Beginners [Full Course]](https://i3.ytimg.com/vi/s8XjEuplx_U/maxresdefault.jpg)
Python Automation Tutorial - How to Automate Tasks for Beginners [Full Course]
video description
Date: 2022-03-14
Related videos
Comments and reviews: 10
Polaris
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
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
T-sam
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
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
Beniamino
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
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
Velocity
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
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
1littlecoder
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
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
Citizen
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
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
Joshua
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
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
Elvin
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
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
Rocky
heyyyyyyyyyyyyyy , I got an -AttributeError: 'list' object has no attribute 'encode' - on the first program when I tried to add an list
reply
heyyyyyyyyyyyyyy , I got an -AttributeError: 'list' object has no attribute 'encode' - on the first program when I tried to add an list
reply
Siva
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
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















