Upgrade to Pro — share decks privately, control downloads, hide ads and more …

有沒有 Python 可以寫 Native Mobile Apps 的八卦?

有沒有 Python 可以寫 Native Mobile Apps 的八卦?

Native GUI programming with Python everywhere with Toga!

Tzu-ping Chung

October 26, 2014
Tweet

More Decks by Tzu-ping Chung

Other Decks in Programming

Transcript

  1. Toga • No dependencies • Except a custom interpreter •

    Pure Python • ctypes • Any OS you want • Write your own backend
  2. container.constrain(          button.TOP  ==  container.TOP  +  50,

             button.LEADING  ==  container.LEADING  +  50,          button.TRAILING  +  50  ==  container.TRAILING,          button.BOTTOM  +  50  <=  container.BOTTOM,   )