Are there any free websites that let you run Python without installing actual Python?
Checkout Google colab
More on reddit.comweb services - Run Python scripts online - Stack Overflow
Free Site to run code online and share Python snippets?
Writing and executing Python code online?
How fast is the online Python compiler?
What Python version does PlayCode support?
How does the AI coding assistant help with Python?
Videos
The computer I have access to is one of my moms work computers and I canβt download anything. I want to try some basic coding, are there websites that imitate python out there?
You may want to check http://pythonanywhere.com/ You will get 100 CPU seconds / day and 512MB storage in their free plan. You can install libraries through pip and choose what version of python you gonna use. But with free plan, you have access only to whitelisted sites. (https://www.pythonanywhere.com/whitelist/) Also, you can easily upgrade to paid programs (from $5/month) where you can customize how many CPU or HDD you will need. And you can pay by credit card too.
you may give koding a try. if you describe your purpose more I might be able to help you more. :)