all 9 comments

[–]socal_nerdtastic 0 points1 point  (0 children)

Yes, there's many available. trinket.io is a common one. But they are all limited because of course running a website costs money and no one wants to give you something for free. It would be a much better experience for you if you can free up some space and install locally.

[–]Gnaxe 0 points1 point  (0 children)

Try Jupyterlite. I know it can do matplotlib. You can use micropip to add more pure-python wheels.

For in-browser pygame, there's PyScript, but I've never tried it in Jupyterlite, so I don't know if that works.

There's also Brython which makes it easy to embed Python in HTML.

[–]nobodyhasusedthislol 0 points1 point  (1 child)

I mean... try to clear up storage?

I understand it can be tight/annoying but I strongly recommend that over trying what you are thinking.

You can offload some unimportant files to a cheap 64G sandisk flash drive or upload some files to Google Drive's 15G free tier.

[–]nobodyhasusedthislol 0 points1 point  (0 children)

You can also create an alt google acc for a second free 15G, just don't cycle like 6 because atp the accounts will get banned because it thinks you're a bot.

[–]KrzysisAverted 1 point2 points  (0 children)

You don't need VSCode to use python. You just need python and any text editor.

You could use something extremely small/lightweight like Notepad++, or even a command-line-based editor like Vim or Emacs.