Schedule Python Scripts in the Cloud for FREE
Key Takeaways
Schedules Python scripts in the cloud using pythonanywhere.com
Original Description
Scheduling your Python scripts in the cloud for free? It's possible with pythonanwhere.com!
⭐️Link to Pythonanywhere.com⭐
https://tinyurl.com/ybe7tyhb
⭐️Download my script here⭐
https://tomstechacademy.com/code-example-download-the-price-of-bitcoin-every-day/
⭐️Link to the API⭐
https://api.coindesk.com/v1/bpi/currentprice.json
⭐️ Use this expression to schedule a script⭐
python3.10 /home/[YOUR-USERNAME]/main.py
⭐️Scroll through the video⭐
00:00 - Intro
00:14 - Script for fetching Bitcoin price from an API
00:34 - How to extract data from an API with Python
01:05 - How to create a Pandas DataFrame with Python
01:09 - How to append data to a CSV file with Pandas
01:26 - How to schedule a Python script in the cloud
02:14 - How to schedule a script with Pythonanywhere.com
02:56 - Outro
⭐️ Follow me ⭐
💼 LinkedIn: https://www.linkedin.com/in/thomas--janssen/
✅ Instagram: https://www.instagram.com/tomstechacademy/
❗ Some of my videos contain affiliate links. When you click on these kind of links, I get a small percentage in case you make a purchase via the website. Be aware that this doesn't cost you anything - you never pay more than the standard retail price.
#python #schedule #api
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: AI Workflow Automation
View skill →Related Reads
Chapters (8)
Intro
0:14
Script for fetching Bitcoin price from an API
0:34
How to extract data from an API with Python
1:05
How to create a Pandas DataFrame with Python
1:09
How to append data to a CSV file with Pandas
1:26
How to schedule a Python script in the cloud
2:14
How to schedule a script with Pythonanywhere.com
2:56
Outro
🎓
Tutor Explanation
DeepCamp AI