From jurgis.pralgauskis at gmail.com Fri May 3 18:01:17 2013 From: jurgis.pralgauskis at gmail.com (Jurgis Pralgauskis) Date: Fri, 3 May 2013 19:01:17 +0300 Subject: [Edu-sig] [ANNC] pynguin-0.14 python turtle graphics application In-Reply-To: References: Message-ID: Hi, do you plan to make step/debug functionality as it is made in RurPLE? I generally like RurPLE-NG http://dev.lshift.net/paul/rurple/ I improoved it fore easier learning http://grokbase.com/t/python/edu-sig/129r2hkchm/rurple-ng-is-nice#20121113xy5wryeowevmgumpyo6o3t6jka but moving around just rows and columns is a bit boring -- Would it be hard to somehow merge code tracking with Pynguin? On Sun, Apr 14, 2013 at 2:24 AM, Lee Harr wrote: > Pynguin is a python-based turtle graphics application. > It combines an editor, interactive interpreter, and > graphics display area. > > It is meant to be an easy environment for introducing > some programming concepts to beginning programmers. > > > http://pynguin.googlecode.com/ > > > This release adds several user-requested features, including > circular arcs, SVG export, and undo. > > > Pynguin is tested with Python 3.2.3 and PyQt 4.9.3 and > will use Pygments syntax highlighting if available. > > Pynguin is released under GPLv3. > > > Changes in pynguin-0.14: > Important fixes > > Other fixes > > Pynguin API > - Added font() to change font for use with write() > - Added move parameter for write() > - Added align and valign parameters for write() > - Added arc() for circular arcs > > Canvas > - Added SVG Export > > UI > - Added ability to use translations > - Added (basic) undo capability (ctrl-z) > > Integrated Editor > - Added shortcut (ctrl-w) for removing doc pages > - Stop asking for confirmation to remove empty doc page > - Stop autosave from modifying empty doc page > > Integrated Console > > Examples > - Added arc examples > _______________________________________________ > Edu-sig mailing list > Edu-sig at python.org > http://mail.python.org/mailman/listinfo/edu-sig > -- Jurgis Pralgauskis tel: 8-616 77613; Don't worry, be happy and make things better ;) http://galvosukykla.lt -------------- next part -------------- An HTML attachment was scrubbed... URL: From missive at hotmail.com Fri May 3 23:53:06 2013 From: missive at hotmail.com (Lee Harr) Date: Sat, 4 May 2013 02:23:06 +0430 Subject: [Edu-sig] [ANNC] pynguin-0.14 python turtle graphics application In-Reply-To: References: , Message-ID: > do you plan to make step/debug functionality > as it is made in RurPLE? I am not a huge fan of step debugging. I usually resort to print and logging. > I generally like RurPLE-NG [...] > but moving around just rows and columns is a bit boring -- > Would it be hard to somehow merge code tracking with Pynguin? I've thought about adding step but I'm not sure exactly how to start. The python debugger is pretty good. It may have hooks built in for setting up a GUI. I am not against it, but it probably won't be high on my priority list. Open an issue though, in case someone wants to pick it up and work on it. From jeff at elkner.net Sat May 4 14:48:18 2013 From: jeff at elkner.net (Jeff Elkner) Date: Sat, 4 May 2013 08:48:18 -0400 Subject: [Edu-sig] Edu-sig Digest, Vol 118, Issue 1 In-Reply-To: References: Message-ID: As a teacher who has been using Python as the intro programming language in my classroom since 1999, I just want to say "Pynguin rocks!" Thanks a 10**6, Lee, for creating it! Jeff Elkner Open Book Project http://openbookproject.net On Sat, May 4, 2013 at 6:00 AM, wrote: > Send Edu-sig mailing list submissions to > edu-sig at python.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/edu-sig > or, via email, send a message with subject or body 'help' to > edu-sig-request at python.org > > You can reach the person managing the list at > edu-sig-owner at python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Edu-sig digest..." > > > Today's Topics: > > 1. Re: [ANNC] pynguin-0.14 python turtle graphics application > (Jurgis Pralgauskis) > 2. Re: [ANNC] pynguin-0.14 python turtle graphics application > (Lee Harr) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 3 May 2013 19:01:17 +0300 > From: Jurgis Pralgauskis > To: Lee Harr > Cc: "edu-sig at python.org" , > "python-list at python.org" > Subject: Re: [Edu-sig] [ANNC] pynguin-0.14 python turtle graphics > application > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > Hi, > > do you plan to make step/debug functionality > as it is made in RurPLE? > > I generally like RurPLE-NG > http://dev.lshift.net/paul/rurple/ > > I improoved it fore easier learning > http://grokbase.com/t/python/edu-sig/129r2hkchm/rurple-ng-is-nice#20121113xy5wryeowevmgumpyo6o3t6jka > > but moving around just rows and columns is a bit boring -- > Would it be hard to somehow merge code tracking with Pynguin? > > > > > On Sun, Apr 14, 2013 at 2:24 AM, Lee Harr wrote: > >> Pynguin is a python-based turtle graphics application. >> It combines an editor, interactive interpreter, and >> graphics display area. >> >> It is meant to be an easy environment for introducing >> some programming concepts to beginning programmers. >> >> >> http://pynguin.googlecode.com/ >> >> >> This release adds several user-requested features, including >> circular arcs, SVG export, and undo. >> >> >> Pynguin is tested with Python 3.2.3 and PyQt 4.9.3 and >> will use Pygments syntax highlighting if available. >> >> Pynguin is released under GPLv3. >> >> >> Changes in pynguin-0.14: >> Important fixes >> >> Other fixes >> >> Pynguin API >> - Added font() to change font for use with write() >> - Added move parameter for write() >> - Added align and valign parameters for write() >> - Added arc() for circular arcs >> >> Canvas >> - Added SVG Export >> >> UI >> - Added ability to use translations >> - Added (basic) undo capability (ctrl-z) >> >> Integrated Editor >> - Added shortcut (ctrl-w) for removing doc pages >> - Stop asking for confirmation to remove empty doc page >> - Stop autosave from modifying empty doc page >> >> Integrated Console >> >> Examples >> - Added arc examples >> _______________________________________________ >> Edu-sig mailing list >> Edu-sig at python.org >> http://mail.python.org/mailman/listinfo/edu-sig >> > > > > -- > Jurgis Pralgauskis > tel: 8-616 77613; > Don't worry, be happy and make things better ;) > http://galvosukykla.lt > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 2 > Date: Sat, 4 May 2013 02:23:06 +0430 > From: Lee Harr > To: Jurgis Pralgauskis > Cc: "edu-sig at python.org" > Subject: Re: [Edu-sig] [ANNC] pynguin-0.14 python turtle graphics > application > Message-ID: > Content-Type: text/plain; charset="windows-1256" > >> do you plan to make step/debug functionality >> as it is made in RurPLE? > > I am not a huge fan of step debugging. I usually > resort to print and logging. > > >> I generally like RurPLE-NG > [...] >> but moving around just rows and columns is a bit boring -- >> Would it be hard to somehow merge code tracking with Pynguin? > > I've thought about adding step but I'm not sure > exactly how to start. The python debugger is > pretty good. It may have hooks built in for > setting up a GUI. > > I am not against it, but it probably won't be > high on my priority list. Open an issue though, > in case someone wants to pick it up and work > on it. > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Edu-sig mailing list > Edu-sig at python.org > http://mail.python.org/mailman/listinfo/edu-sig > > > ------------------------------ > > End of Edu-sig Digest, Vol 118, Issue 1 > *************************************** From brian.costlow at gmail.com Sun May 19 18:37:37 2013 From: brian.costlow at gmail.com (Brian Costlow) Date: Sun, 19 May 2013 12:37:37 -0400 Subject: [Edu-sig] PyOhio Call for Proposals, Deadline of JUne 1st is fast approaching. Message-ID: Hey all, What follows under here is our latest marketing pitch for the annual PyOhio conference. We're doing a free intro to programming class for 12-18 year-olds this year. If any of you are in the midwest, I have a couple of special requests. One, we'd really like to get a talk or two about using Python in education (as opposed to just educating people how to program in Python). Second, Katie Cunningham, who is teaching the class, could use some volunteers to help in the classroom that have teaching experience. Thanks! --Brian PyOhio 2013, the annual Python programming conference for Ohio and the surrounding region, will take place Saturday, July 27th, and Sunday, July 28th, 2013 at the Ohio Union, The Ohio State University in Columbus, Ohio. You can read more about the conference at http://pyohio.org. If you have questions about proposals, please email cfp at pyohio.org. You can also contact the PyOhio organizers at pyohio-organizers at python.org. PyOhio invites all interested people to submit proposals for scheduled talks, tutorials, and panels. All topics of interest to Python programmers will be considered. Standard presentation talk slots will be 40 minutes plus a 10 minute question-and-answer period. Tutorial slots will be 110 minutes long. The deadline to submit a proposal is June 1st. *Who Should Submit a Proposal? You. Your friends. Your friends' friends. Anyone with any level of Python knowledge is a candidate for a great topic at this conference. As we get attendees of all kinds, we need speakers of all kinds. In all ways and manners, we try to assemble the most diverse conference we can, and we do that with your help. Whether you got started with Python last month or you've been around for 20 years, we think you've got something to share. The Python community is stronger than ever and we're still reaching new areas, new industries, and new users. Be a part of growing Python by helping us change the future. In particular, we welcome submissions from people that have never done a talk before! And if you want help preparing a talk, let us know! Volunteers are eager to help new people do talks. You can submit more than one proposal. *What should I talk about? Anything to do with Python. Teach us about your favorite standard library module, or your favorite external library or framework. Show us something cool you built with Python. Science and data modeling. Web apps. Finance. Testing. Big data. DevOps. Integration with other languages. Do you want to work on a talk, but don't have any ideas? The topics below are up for grabs. Several people could easily work together on each one. Please take these ideas and stretch it out or focus on just one part of it or do whatever else you want. Parallelism shootout: threads vs multiple processes vs libevent. Walk through porting a library from python 2 to python 3 Python newbies. If you've programmed in another language first, Intro to Python for X Programmers, where X is Java, JS, C, PHP etc. If you're entirely new to programming, a short talk about your journey learning with Python would be great. We're still looking for someone to do an intro to Python tutorial for adults this year. Hint. *To Submit your proposal. Sign up for an account on the PyOhio website. Fill out a speaker profile. After that, you'll be able to submit a proposal. Pick talk or tutorial, and then describe your talk. You can edit stuff later, so don't over-think it. Regularly check your email for questions from the reviewers. *Keynote and Young Coder. We are thrilled to announce that Brandon Craig Rhodes will be this year's keynote speaker. Brandon has been a frequent speaker and contributor at PyCon, PyOhio, COhPy, and in his own words: "everywhere from the middle of Arkansas to the country of Poland." http://rhodesmill.org/brandon/ He is co-author of The Essentials of Python Network Programming, and author of a number of Python open source packages. https://bitbucket.org/brandon Also, Katie Cunningham will be giving an intro to Python class for young people 12-18 years old (7th-12th grade). This is a version of the Young Coder class she and Barbara Shaurette gave at PyCon this year. https://us.pycon.org/2013/events/letslearnpython/ *PyCamp PyCamp is a one-week, intensive, ultra-low-cost Python boot camp for beginners. It was developed by a Python user group and has been given to over 1000 students worldwide. Proceeds from PyCamps are used to sponsor Python community activities like PyOhio. PyCamp is taking place July 22-26 in the Ohio Union, the week before PyOhio weekend. Registration is open. http://trizpug.org/boot-camp/pyohio13/ *Register for PyOhio Registration for PyOhio is now open. PyOhio remains 100% free to attend. Just sign up for the free registration so we can get a head count. Or, if you want the T-Shirt, sign up for the paid ticket to get your shirt. (But don't do both!) http://pyohio.org/registration/ *Hotel(s) We have a discount room block at the Blackwell, right on OSU's campus for $120.00 a night. There are a few rooms blocked for the whole week for any out-of-towners going to PyCamp as well. Just tell them you are coming for PyOhio. http://www.theblackwell.com/ If it fills up, here are some other nearby hotels: http://www.hipmunk.com/hotels/Columbus-OH#!dates=Jul26,Jul28 Hope to see you all at the conference! The 2013 PyOhio Organizing Committee -------------- next part -------------- An HTML attachment was scrubbed... URL: