Running Python for Free in the Cloud
Channel:
Subscribers:
632
Published on ● Video Link: https://www.youtube.com/watch?v=xwmkDg2JKy0
If you are just starting, you might need to install Python and related software before you can run Python code. This can be intimidating for beginners
So let’s start out running the Python interpreter in a web browser.
By the way, the Python interpreter is a program that reads and executes Python code.
We will use PythonAnywhere to provide an interpreter.
https://pythonanywhere.com/
Follow the instructions in the video to set up your free account and run your first Python code.
- -
Playlist for this series: • What is a Program? | Think Python Sec...
- -
Source: Think Python by Allen Downey
https://greenteapress.com/thinkpython2/html/thinkpython2002.html
Other Videos By Erik Kristofer Anderson
2023-02-19 | Building a SaaS backend for Syfty |
2023-02-18 | Let's build a SaaS |
2023-02-13 | A Go Course | In collaboration with ChatGPT | Part One |
2023-01-29 | Python Lists Basics According to ChatGPT |
2023-01-29 | Python Data Structures According to ChatGPT |
2023-01-27 | How to get started with Codewars in Java |
2022-11-14 | How to work with csv files and averages in plain Python |
2022-11-13 | Free Coding Lessons |
2022-11-08 | A Bootcamp is not enough (as a data engineer) |
2022-11-05 | The First Program - Hello World in Python |
2022-11-05 | Running Python for Free in the Cloud |
2022-11-05 | What is a Program? | Think Python Section 1.1 |
2022-11-03 | How to code a list rotator function in Python |
2022-11-02 | more velocity spike 2022 10 23 18 42 15 |
2022-11-02 | Why use ` if __name__ == '__main__': ` in Python? |
2022-11-01 | Learn Object Oriented Programming - Halloween Style |
2022-10-31 | Learn Python - Full Boot.dev Course with Commentary |
2022-10-31 | wut |
2022-10-31 | Why Functions |
2022-10-28 | List Sorting Errors |
2022-10-28 | (Not) sorting disparate data types |