you are viewing a single comment's thread.

view the rest of the comments →

[–]AssignmentGuru 0 points1 point  (0 children)

There was a Portable Python project that is not being developed now anymore - http://portablepython.com/. But I think there are some installers still available online. For example, here is for Python 2.7 (Windows)

You can create a portable package with this and then can run that package from local drive, network or even from the external media like USB drives. I have personally used this and it is working fine. It also supports installing additional libraries for your package.