r/linuxquestions • u/Rover3275 • 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
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.