Re: How to write pbm file in Python 3?

2010-10-30 Thread Andre Roberge
On Sun, Oct 31, 2010 at 1:32 AM, Chris Rebert wrote: > On Sat, Oct 30, 2010 at 9:21 PM, André wrote: > > On Oct 31, 1:11 am, Chris Rebert wrote: > >> On Sat, Oct 30, 2010 at 8:32 PM, André wrote: > >> > I'm trying to create pbm (portable bitmap) files using Python 3 and > >> > have run into a

Re: Crunchy [Was: Preparing teaching materials]

2009-03-21 Thread Andre Roberge
On Sat, Mar 21, 2009 at 5:06 PM, andrew cooke wrote: > André wrote: > > If I may suggest a very different alternative than the ones already > > suggested: use Crunchy. (http://code.google.com/p/crunchy) > > > > You can have you handouts (html or reStructuredText documents) live on > > the web wi

Re: [Edu-sig] automatically grading small programming assignments

2006-12-14 Thread Andre Roberge
Hello Brian, I do not teach (much to my regrets) but I have been thinking about what you describe. See below. On 12/14/06, Brian Blais < [EMAIL PROTECTED]> wrote: Hello, I have a couple of classes where I teach introductory programming using Python. What I would love to have is for the stude

Re: Python equivilant to msgbox()

2006-02-13 Thread Andre Roberge
On 2/13/06, Peter Decker <[EMAIL PROTECTED]> wrote: > On 12 Feb 2006 17:27:56 -0800, André <[EMAIL PROTECTED]> wrote: > > > It's also possible to something like that with wxPython. Try: > > import wx > > app = wx.PySimpleApp() > > dlg = wx.TextEntryDialog(None, 'Enter value', 'Title', '') > > if d