Thursday, August 25, 2016

Python Aha's

1. To check if you have certain package in your python instance and what its version is
$ python
>> import sqlalchemy
>> sqlalchemy.__version__

2. Path at terminal when executing this file
os.getcwd()

3. 

No comments:

Post a Comment