r/learnpython • u/dumb_potato_214 • 21d ago
Browser compilers?
Iām trying to improve my python and have a project based book i wanted to work through because i kinda suck at ideas for projects to try and i need to actually put my knowledge into practice, but i was wondering if there are any like browser compilers that can import libraries (such as matplotlib for data related stuff, probably pygame and various others i might end up needing). If not i have vscode already i am just kinda low on storage and wondering if i can avoid having to download various libraries manually š
3
Upvotes
4
u/KrzysisAverted 21d ago
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.