Python Automation for Remote Worker Series | Automate Website Interactions

preview_player
Показать описание
Automate Web Interacts ( We'll do this more with APIs in part #3)

Honestly each of these packages deserves full courses to go over all the cool things you can do with them. Hopefully this video gives you a quick overview of when and how to use them.

Kite helps fund the channel, thanks for checking them out and supporting me --

Remote Worker Automation Playlist :

Support the Channel on Patreon --
Join The Socials --
*****************************************************************
Full code from the video:
import requests
from bs4 import BeautifulSoup

from selenium import webdriver

driver = webdriver.Chrome('./chromedriver')

Packages (& Versions) used in this video:
Requests
BeautifulSoup4
Selenium

*****************************************************************
Code from this tutorial and all my others can be found on my GitHub:

Check out my website:

If you liked the video - please hit the like button. It means more than you know. Thanks for watching and thank you for all your support!!

36,475 subscribers at the time of writing. Y'all rock - thanks for your continual support. I wouldn't be making these videos if it wasn't for you guys. Thank you for keeping me motivated.

--- Channel FAQ --

What text editor do you use?

What Equipment do you use to film videos?

What editing software do you use?
Premiere Pro for video editing
Photoshop for images
After Effects for animations

Do I have any courses available?
Yes & always working on more!

Where do I get my music?
I get all my music from the copyright free Youtube audio library

Let me know if there's anything else you want answered!

-------------------------

Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!
Рекомендации по теме
Комментарии
Автор

"7:10" You can also click the mouse button on the top left of html code "Inspect element" then hover to the part you're looking for in html and click it. This will show you the exact location of div which you're looking for. Nice video keep it up !

zzzhishamzz
Автор

Awesome Derrick. You can also right click on the element, after the inspection window opens up, then click "Inspect" again and it will go straight to the element in the inspection window.

sy
Автор

Ctrl + Shift + C will get you the inspect element activated and you can click on the exact section / element on a page to pull up its code in chrome dev tools, much faster than scrolling Great video!

tamiralbalkhi
Автор

Really love your channel mate, super simple and no bloat, you’re really helping me learn the expanded module use in the language, can’t thank you enough! 👍 keep up the good work

danielryan
Автор

I'm really enjoying this series on Python, Derrick. Appreciate your efforts very much.

gregf
Автор

I'm planning on learning Python for automatization tasks mostly. I wrote it on a comment and YouTube suggested this video. Thank you man. 👍

SeriesTube
Автор

Great tutorial. I got a lot of inspirations from this, especially from selenium part. I didn't know how efficient it can be.
Thank you

rushas
Автор

Awesome derrick much needed web scraping series
Topic suggestion
1. Download file from js link
2. Extract date by table id

akhilkn
Автор

Your videos are always straight to the point and nicely presented. Very much appreciated.

bobbrendel
Автор

Sir, u r very good, dont know how i did not saw ur vids before. 1st time on ur channel, immediate sub from me, u r very clear, u type as u talk, u go fast but not too fast... great teacher!

MMABeijing
Автор

Derrick you're the GOAT, I might buy you that switch myself.

cristianrodriguez
Автор

You can click on the pointer icon left the Elements on Chrome Inspector, so you can pick the element you want and it takes you to the code.

sebs
Автор

Best video of python that is so simple yet powerful and easy to understand 👍🏻👍🏻thank you.

techsobserver
Автор

Great concise presentation!

Very useful, thanks! 👍

Muuip
Автор

Great video! Very useful a whole year later.

armaanroshani
Автор

Thanks for all the videos Derrick! Do you have any video for a beginner showing on how to setup Atom Editor and Python together, plus adding the libraries?

djsanell
Автор

I am really enjoying your videos. You make this look so easy! What IDE are you using in the video? Or is this sublime text?

CmJr
Автор

One of the best tutorial. Short and precise

alinawazahmed
Автор

After clicking an 'Inspect' on the page, if you click 'Inspect' on the button, it should show you the fragment related to the button. You don't have to scroll down and look for it ;)

piotrjasielski
Автор

Hi Derrick, could you do a video how to pull data from Salesforce or a DWH cube

laffiny