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

  • Copy to clipboard
    dir(a)
  • Copy to clipboard
    a.__dict__
  • Copy to clipboard
    help(a)
    • displays docstrings

python-oauth2

Version

  • Copy to clipboard
    import sys print sys.version_info

MySQL