__file__-- reference to current file nameprint('Bucket name: {}'.format(bucket.name))-- format method for stringswithstatements - http://effbot.org/zone/python-with-statement.htm (see Remote.py gist)- Deleting read-only dirs in Windows (my gist)
- use **kwargs -- key word args
- get-pip.py -- install pip
pip install --index-url=http://pypi.python.org/simple/ --trusted-host pypi.python.org pythonPackage
- uv -- fast Python package manager (pip replacement)
- subprocess -- library for making system calls
- File and Directory Access
- re -- regular expressions
- Google's Regex Tutorial
- cheatsheet
- inspect --
inspect.getmembers(object) - elementtree -- XML parsing
- httpie -- curl replacement
- requests -- HTTP(s) requests (can be found in
botocore/vendored) - pandas -- big data analysis. Compares to R.
- flask -- microframework/web
- hug -- API generation
- locust -- load testing (can be used for any webapp)
- pillow -- python imaging library fork