Re: [Edu-sig] Processing and Python

2014-04-24 Thread Jurgis Pralgauskis
More examples https://github.com/kazimuth/python-mode-processing/tree/master/examples https://github.com/jdf/processing.py/tree/master/examples.py/Basics (this one is linked from Python Mode description) On Thu, Apr 24, 2014 at 1:02 PM, Jurgis Pralgauskis < jurgis.pralgaus...@gmail.com> wrote:

Re: [Edu-sig] Processing and Python

2014-04-24 Thread Jurgis Pralgauskis
Then restart and choose: File->Examples :) Though some examples are not fully ported (would be a good exercise to polish this ;): for headers not converted to "range" style -- /// in Math --> Distance2D or variables not declared as global inside draw() /// in Math --> NoiseWave On Thu, Apr 24

Re: [Edu-sig] Processing and Python

2014-04-24 Thread Jurgis Pralgauskis
o it's homepage http://processing.org/ it says ยป Free to download and open source :) And seems, its easy to enable Python mode: click in right upper corner dropdown with "Java" and choose "Add Mode" -> Python :) On Wed, Apr 23, 2014 at 1:50 AM, kirby urner wrote: > > I'm eager to sit in on a

Re: [Edu-sig] Processing and Python

2014-04-22 Thread kirby urner
I'm eager to sit in on a Processing talk. Is it open source? I'm surprised it never comes up at OSCON if so. Kirby On Tue, Apr 22, 2014 at 7:08 AM, Jurgis Pralgauskis < jurgis.pralgaus...@gmail.com> wrote: > Hi, > > I enjoyed Processing for C++/Java teaching, > > and now I stumbled upon Pyth

[Edu-sig] Processing and Python

2014-04-22 Thread Jurgis Pralgauskis
Hi, I enjoyed Processing for C++/Java teaching, and now I stumbled upon Python alternatives, most of them are mentioned here http://secondcomingforprocessingpy.blogspot.com/ pyprocessing, processing.py, NodeBox, RapydScript RapydScript works in a browser! :) http://rapydscript.pyjeon.com/, http: