AdvancedPy: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
  import hooks
  import hooks
  descriptors
  descriptors
Python has some really impressive libraries. I've been using a few, most of which I'm not an expert in: [[User:Jtfoote|Jtfoote]] 12:48, 10 June 2009 (PDT)
* wxPython: powerful GUI widget library w threads and other good stuff) + wxGlade GUI graphical editor
* numPy/sciPi: Matlab-killer numeric/matrix/optimization/DSP routines + matplotlib for interactive plotting
* pyAudio: cross-platform access to audio I/O
* pySerial: talk to your Arduino or other gear
* pyGame: graphics and sound library for writing games
* reportlib: generate PDF

Revision as of 12:48, 10 June 2009

When

15.6. ~8pm, Noisebridge

Topics

Metaclasses (Almir)
ctypes (justin)

Possible Topics

Object composition vs MI
import hooks
descriptors


Python has some really impressive libraries. I've been using a few, most of which I'm not an expert in: Jtfoote 12:48, 10 June 2009 (PDT)

  • wxPython: powerful GUI widget library w threads and other good stuff) + wxGlade GUI graphical editor
  • numPy/sciPi: Matlab-killer numeric/matrix/optimization/DSP routines + matplotlib for interactive plotting
  • pyAudio: cross-platform access to audio I/O
  • pySerial: talk to your Arduino or other gear
  • pyGame: graphics and sound library for writing games
  • reportlib: generate PDF