Pythonを使う
さて、pyscheduleを使って、Schedule.jsの代わりとしようと試みています。
pythonでプログラミング!
js脳との切り替えがあまり入らない感じでいい感じがする・・・
jsのhasownproperty相当は
stackoverflow.com
ふむふむ
if hasattr(a, 'property'): doStuff(a.property) else: otherStuff()
arrayかどうか判定
python: how to identify if a variable is an array or a scalar - Stack Overflow