- Get link
- X
- Other Apps
Have you ever faced the following problems:
1. You have already installed python 3.6 in your computer, by you want to use an open source data science library that depends on python 2.7. So you need to install python 2.7 in your machine.
2. You want to start a new project using python 3.6, but your computer has already installed python 2.7
Ok. If you are a web fans, you can choose to use Python Anywhere, which allow you to write python codes on web. If you are a data scientist, you probably heard of Anaconda. These all help solving the problems that I mentioned above.
However, I am going to introduce another alternative for Windows User, which is the WinPython. With WinPython, basically you can done your project setup on a Windows computer, zip it and copy it to dropbox, then ask others to download it, then walaaaa, they could run your python file already.
I think that this package is quite useful and hopefully it is useful to you all too. :)
Good luck and happy coding.
pharaoh
13/10/2018
7:41p.m.
1. You have already installed python 3.6 in your computer, by you want to use an open source data science library that depends on python 2.7. So you need to install python 2.7 in your machine.
2. You want to start a new project using python 3.6, but your computer has already installed python 2.7
Ok. If you are a web fans, you can choose to use Python Anywhere, which allow you to write python codes on web. If you are a data scientist, you probably heard of Anaconda. These all help solving the problems that I mentioned above.
However, I am going to introduce another alternative for Windows User, which is the WinPython. With WinPython, basically you can done your project setup on a Windows computer, zip it and copy it to dropbox, then ask others to download it, then walaaaa, they could run your python file already.
I think that this package is quite useful and hopefully it is useful to you all too. :)
Good luck and happy coding.
pharaoh
13/10/2018
7:41p.m.
Comments
Post a Comment