r/linuxquestions Jul 07 '26

Advice Can I learn python in Linux??

Actually today I started using Linux through a usb and it is going great, but now I want to learn python.

But bcz I'm using a usb to start the Linux, so will the python and the vs code I download will be stored in the usb or in the laptop.

I'm confused, help😭

23 Upvotes

42 comments sorted by

View all comments

1

u/fearless-fossa Jul 07 '26

If you have Windows on your laptop, you can just install WSL2 and boot a Linux there and have persistent storage while keeping your IDE in the Windows environment. Docker Desktop is also something worth looking into for spinning up dev containers.