Date: Tue, 15 Jun 2010 21:01:08 -0700 > From: Gary Nelson <[email protected]> > Subject: Re: [SEAPY] Any Python programmers on the Olympic Peninsula? > To: A group of Python users in Seattle > <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > Like our earlier writer, I an too far away to come to Seattle for meetings. > > Port Townsend, Sequim would be best. Port Angeles or Poulsbo or Silverdale > would be second choice. > > I want to get a first Python program running this week and have been trying > to use XCODE on MacOS Snow Leopard to no avail > > All those frameworks may be useful at some point but I would really like to > get into some signal processing code which is what I want to do with Python. > > Ideas?? >
Yes: if using Python, ignore XCODE and all than Mac app BS; get yourself a good Python-friendly IDE (e.g., SPE, Eclipse, etc.), launch a terminal in the directory in which you're writing your code, and python <your_code>.py away! DG > > > > Gary Nelson > [email protected] > > > > > > ------------------------------ > > Message: 3 > Date: Tue, 15 Jun 2010 21:03:44 -0700 > From: Gary Nelson <[email protected]> > Subject: Re: [SEAPY] June meeting: signal processing with GNU Radio > To: A group of Python users in Seattle > <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > I would have enjoyed this meeting but it is too far to contemplate for a > day trip. Any chance the material is on you tube? > > Thanks > > On Jun 4, 2010, at 4:45 PM, Jonathan P Jacky wrote: > > > > > SeaPIG June 2010 Meeting, Thursday, June 10, 7 pm at Office Nomads > > > > Signal Processing with GNU Radio > > > > Jon Jacky > > > > GNU Radio is an open source hardware/software technology stack for signal > processing. > > > > You can program the software in Python and program the hardware (an FPGA) > in Verilog. > > > > I'll bring along some hardware to demonstrate. > > > > > > > > > > > > Gary Nelson > [email protected] > > > > > > End of seattle-python Digest, Vol 74, Issue 7 > ********************************************* > -- Mathematician: noun, someone who disavows certainty when their uncertainty set is non-empty, even if that set has measure zero. Hope: noun, that delusive spirit which escaped Pandora's jar and, with her lies, prevents mankind from committing a general suicide. (As interpreted by Robert Graves)
