Camera
My main camera is a Sony a6000
Vibrant cities
Asian cities are among the most vibrant cities in the world, cating to all ages and genders.
Sealife
A vibrant sealife can be found in the basement of Siam Paragon in Bangkok.
Python and such!
I also program in python, as for example this site is.
class MotionSensor:
"""Wrapper class for a motion sensor."""
def __init__(self, client, module_id=1):
"""Initialize a new MotionSensor instance."""
self.client = client
self.module_id = module_id
self._soap_actions = None