Why are we using ubuntu for python?

If the python files are working perfectly in windows then why are we supposed to use python files in ubuntu?

Hi, I am not sure if this might help or not but this is what I know.
Some packages are not available for windows, if they are available it will be difficult to configure them in your projects.
Also, it is very easy to find Dependencies for your projects.

But for this course, each module works perfectly on windows. Can we use python on windows or is it necessary to use it on ubuntu only?

@kushag09
Its your choice rather than doing in ubuntu or windows you need to learn the concept. Even i am also doing it in windows.

2 Likes

I am using Windows too. I am not facing any issues with the modules required for the project. In windows, it’s easier to type the code because we have access to good text editors like Sublime for Python instead of the nano in Ubuntu