AdvancedPy: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
  Metaclasses (Almir)
  Metaclasses (Almir)
  ctypes (justin)
  ctypes (justin)
Object composition vs. MI ([[User:Cubes|cubes]])


= Possible Topics =
= Possible Topics =


Object composition vs MI
  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

Latest revision as of 19:32, 13 June 2009

When[edit]

15.6. ~8pm, Noisebridge

Topics[edit]

Metaclasses (Almir)
ctypes (justin)
Object composition vs. MI (cubes)

Possible Topics[edit]

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