How to Install OpenCV Package to WinPython

Nowadays, it will be strange for a programmer to never heard of Python. According to this post on stackoverflow's blog, Python is one of the most fastest growing programming languages. Since my programming skill is not in the advance realm, I can't compare each programming languages to justify the idea why Python is so popular. So I will put reasons aside, and start following where the crowd goes. Should you want to start programming in Python, you could make use of available distributions such as WinPython instead of installing from Python's website . The reasons are: WinPython by default act as a portable software. As I read in some articles, there are some cases where you want to use different versions of Python packages (some kind of library) in your projects. Let's say, your "Project A" needs "Version 1.0.1 of package xxx", and "Project B" needs "Version 1.1.5 of package xxx". You can simply install two WinPyt...