DEV Community

Discussion on: My Development Environment Set up on Windows to use Python for Web Dev & Data Science

 
ajeet profile image
Ajeet Yadav
  1. Use Windows 10 and VS Code: You can use this set up to use Python for something other than web development. In this case, we install Python directly on Windows 10 using the Microsoft Store. This will help you learn Python using Windows, but not using the WSL tool.

I mentioned this in first paragraph of the post. For web dev, most of the devs either use a Linux distro or MacOS. So, WSL is recommend to learn the basics.

Thank you for your feedback :)