I am working with IBM bluemix for the first time, and have following questions::
1) When we are writing a python program in python GUI our local desktop, we always install desired libraries through pip, and import them in our code. But how to do that in Bluemix?
import-from-python-library-on-bluemix is similar to my query, but I fail to understand the process.
2) How to execute the .py file on Bluemix?