Loading...
 

Python

Home

IDE

Modules

  • setuptools
    • Linux Mint Software Manager has package for Python 2 and 3
  • OAuth2


Twitter

Tutorials

List properties of an object/class

  • dir(a)
  • a.__dict__
  • help(a)
    • displays docstrings

python-oauth2

Version

  • import sys
    print sys.version_info

MySQL