Portable Development 101 - 002, WinPython 001 (WinPython Installation)
This is the Part 1 of the tutorial for working on a Portable Development
Not particular reason for choosing WinPython,
Simply because this is convenient!
At this point in time, the latest stable version of WinPython version is 3.6.5.0.
At much as possible, I will stick to the stable version.
Here is the WinPython Website
https://winpython.github.io/
Here's a quick link to do the download
https://sourceforge.net/projects/winpython/files/latest/download?source=typ_redirect
It about 385MB in size, it will take a while to download this,
depending on your internet connections.
I prefer all my software stored in a single directory
Hence, you may want to create a directory in C Drive or your Portable Drive.
You may want to called it C:\dev or X:\dev
Most of my following example will base on C Drive,
as some companies may not even allow to have Portable Drive at all.
Of course, the nice thing about Portable Drive is that is is Portable!
Here are some reference steps for WinPython Installation
Step 1, Please read through the Licence Agreement
and then Click "I Agree" button
Step 2, Here's my preferred directory, You may want to adapt to your own Drive,
Step 3 - Wait for this screen and then Click Next >
Step 4 - We are done Installing! Just Click Finish
Next, we will do some simple Python IDE tutorial
Have Fun!
Not particular reason for choosing WinPython,
Simply because this is convenient!
At this point in time, the latest stable version of WinPython version is 3.6.5.0.
At much as possible, I will stick to the stable version.
https://winpython.github.io/
https://sourceforge.net/projects/winpython/files/latest/download?source=typ_redirect
It about 385MB in size, it will take a while to download this,
depending on your internet connections.
I prefer all my software stored in a single directory
Hence, you may want to create a directory in C Drive or your Portable Drive.
You may want to called it C:\dev or X:\dev
Most of my following example will base on C Drive,
as some companies may not even allow to have Portable Drive at all.
Of course, the nice thing about Portable Drive is that is is Portable!
Here are some reference steps for WinPython Installation
Step 1, Please read through the Licence Agreement
and then Click "I Agree" button
Step 2, Here's my preferred directory, You may want to adapt to your own Drive,
This simple and clear, most important for ease of code compatibility
where by some code does not understand "Empty Space" for path.
I like putting version number, I am too lazy to refer to them later.
Step 3 - Wait for this screen and then Click Next >
Step 4 - We are done Installing! Just Click Finish
Next, we will do some simple Python IDE tutorial
Have Fun!