Python Automation for Remote Workers Series | Using APIs

preview_player
Показать описание
Hey Everyone! Let's talk about how we can start using different types of requests to pull and post data from API endpoints using Python.

Python Automation for Remote Workers Playlist --

API for ML endpoint--

calendly api --

Merch Store --
Support the Channel on Patreon --
Join The Socials --

38,700 subscribers at the time of writing. The channel has been blowing up recently. So awesome that I get the chance to make content you all enjoy. Thank you all so much for all the kind words, encouraging messages, and continuing to watch. You all are way too good to me! Thank you all so much.

*****************************************************************
Full code from the video:
import requests, json

api_key = 'HBFMJLNOFRRIMSDJCOXDXSH4SOVKLBN2'

header = { 'X-TOKEN' : api_key }

headers = { 'X-Time-Door-Key' : 'bf60f73d-fe59-4ccd-ba42-ecb5766ca1dc',
'Accept' : 'application/json',
'Content-Type' : 'application/json'}

headers = headers)

Packages (& Versions) used in this video:
requests, json

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

--- 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!
Рекомендации по теме
Комментарии
Автор

Hey you don't need JSON lib here, don't know why I imported it. My bad! I hope it's still helpful though. Happy coding!

CodeWithDerrick
Автор

Incredible stuff dude, straight into the point, clean voice and explanation. I am an intermediate data analyst, wish you had uploaded these videos when i was starting my training. Keep it up, you deserve all the good words and views

hackergr
Автор

Powerful and useful tutorial and yet easy to follow. Well done!

gideonho
Автор

Derrick, I'm extremely delighted to discover your channel. I wish the best for you and your channel. Keep working.

ugurcandemir
Автор

waiting for the next installment. LOL

Good stuff.

JeffreyFlaker
Автор

great vid, totally watched the whole thing

jessicah
Автор

Thanks for another wonderful video. please keep them coming :)

arinzealex
Автор

How can we fill up web form from excel data? Please make a video on that..

shubhajyotidas
Автор

Dude you're a saver, thanks man!

remixowlz
Автор

Love the videos Derrick! What IDE do you use in this video? Do you use sublime text?

CmJr
Автор

Great stuff as always, Derrick. Keep sharing your videos! They are a fantastic resource. Thanks again :-)

giulioduregon
Автор

Hey Derrick. Thank a lot for all these excel help videos! Can you make a video about protecting your workbook and also hiding some rows with python and password protecting them with python. Needed to learn how to hide and protect some data. It seems there are a lot of ways to breakthrough a protected workbook if I use the protection from excel. Just wanted to see if you had some idea that could help. Thank you.

pembasherpa
Автор

Derrick, which ide or editor do you recommend for python?

DennisDesmarais
Автор

hey Derrick
can you post something related to "IOS connection to home wifI and executing some kind of actions on the laptop such as playing video, or login to laptop and opening spotify ... cheers

nusretmuharrem
Автор

great videos man! Do you want to do a merge sort video?

StevenSmith-nuox
Автор

I am looking for to update access database from odata source, there is no official library from Microsoft but I think I can do it using python.

Adiga_
Автор

Awesome tutorials. Can you please make some tutos of real life data visualization projects or what to expect and what to start with or knowledge of similar fashion. Thank you so much

HISENBERGSRS
Автор

I’ve been looking for a step by step on connecting to google ads api with python. Any suggestions?

michaellynch
Автор

can someone help me
can i add these on resume??
or can uu suggest any youtube project for resume?? please

paracetamol
Автор

Dear Derrick, great videos as always. I wonder if You can access data with ["data"][0]["id"] instead of .get. I know .get is safer and more practial way for accessing data in dictionary because of default returning argument that get provide.

lukajeliciclux