On Github Deusdies / python-meetup-10-2014
Written by Bo Milanovich / @pythonbo
...there was a Python. A language intended to be used mostly for writing scripts
Now it can be used for a lot more things, such as...
Flask, Django, web2py...
NumPy, SciPy, matplotlib...
Scrapy, BeautifulSoup, lxml...
PyQt, PySide, PyGtk, wxPython...
Runs on...
import sys from PyQt4 import QtGui app = QtGui.QApplication(sys.argv) window = QtGui.QDialog() window.show() app.exec_()
I'm teaching a Python desktopapplication development course on Pluralsight.comhttp://BoMilanovich.com/course
Comes with free trial - inquire me for coupons!
Presentation built using reveal.js