Amit Vishwakarma

Results 4 comments of Amit Vishwakarma

> > > Hi @cyberboysumanjay, > > I really liked your project. It's a shame that such a popular music streaming service doesn't have an official API. > > Anyway,...

> def format_row(self, row_obj): > row_obj['value'] = Money(row_obj['value'], row_obj['value_currency']) ### There are two ways to add new properties to an object: ``` var obj = { key1: value1, key2: value2...

gtset show ( show all running function )

Sometime system's path environment is not aware of virtualenv.exe **install virtualenv** pip install virtualenv **run command in the directory where you want virtual environment :** python3 -m virtualenv venv