Op woensdag 22 januari 2014 15:45:53 UTC+1 schreef Jean Dupont:
> Op maandag 20 januari 2014 10:17:15 UTC+1 schreef Alister:
> > On Sun, 19 Jan 2014 20:04:05 -0800, Jean Dupont wrote:
> >
> > > Op zaterdag 18 januari 2014 16:12:41 UTC+1 schreef Oscar Benjamin:
> > >> On 18 January 2014 14:52, Jean
Op woensdag 22 januari 2014 16:43:21 UTC+1 schreef Alister:
> On Wed, 22 Jan 2014 06:45:53 -0800, Jean Dupont wrote:
>
> > Op maandag 20 januari 2014 10:17:15 UTC+1 schreef Alister:
> >> On Sun, 19 Jan 2014 20:04:05 -0800, Jean Dupont wrote:
> >>
> >> > Op zaterdag 18 januari 2014 16:12:41 UTC+1 sc
On Wed, 22 Jan 2014 06:45:53 -0800, Jean Dupont wrote:
> Op maandag 20 januari 2014 10:17:15 UTC+1 schreef Alister:
>> On Sun, 19 Jan 2014 20:04:05 -0800, Jean Dupont wrote:
>>
>> > Op zaterdag 18 januari 2014 16:12:41 UTC+1 schreef Oscar Benjamin:
>> >> On 18 January 2014 14:52, Jean Dupont
>> >
Op maandag 20 januari 2014 10:17:15 UTC+1 schreef Alister:
> On Sun, 19 Jan 2014 20:04:05 -0800, Jean Dupont wrote:
>
> > Op zaterdag 18 januari 2014 16:12:41 UTC+1 schreef Oscar Benjamin:
> >> On 18 January 2014 14:52, Jean Dupont wrote:
> >> >
> >> > Thanks Peter and Terry Jan for the useful sug
Jean Dupont Wrote in message:
> Op maandag 20 januari 2014 07:24:31 UTC+1 schreef Chris Angelico:
>> On Mon, Jan 20, 2014 at 3:04 PM, Jean Dupont wrote:
>> > I started a thread "[newbie] starting geany from within idle does not
>> > work"
> I did try to do the same on my linux desktop compute
Op maandag 20 januari 2014 07:24:31 UTC+1 schreef Chris Angelico:
> On Mon, Jan 20, 2014 at 3:04 PM, Jean Dupont wrote:
> > I started a thread "[newbie] starting geany from within idle does not
> > work" both here and in the raspberry pi forum. I just wondered why I never
> > got an answer concern
On Sun, 19 Jan 2014 20:04:05 -0800, Jean Dupont wrote:
> Op zaterdag 18 januari 2014 16:12:41 UTC+1 schreef Oscar Benjamin:
>> On 18 January 2014 14:52, Jean Dupont wrote:
>> >
>> > Thanks Peter and Terry Jan for the useful suggestions. One thing
>> > which I
>> >find a bit weird: when asking for
On Mon, Jan 20, 2014 at 3:04 PM, Jean Dupont wrote:
> I started a thread "[newbie] starting geany from within idle does not
> work" both here and in the raspberry pi forum. I just wondered why I never
> got an answer concerning that topic.
I saw that thread. It looked like a R-Pi problem, not a P
Op zaterdag 18 januari 2014 16:12:41 UTC+1 schreef Oscar Benjamin:
> On 18 January 2014 14:52, Jean Dupont wrote:
> >
> > Thanks Peter and Terry Jan for the useful suggestions. One thing which I
> >find a bit weird: when asking for Python-help concerning raspberry pi code
> > or problems, a lot
rg
Wilson, NC
-Original Message-
> From: "Oscar Benjamin"
> To: "Jean Dupont"
> Cc: "Python List"
> Date: 01/18/14 10:13 AM
> Subject: Re: [newbie] advice and comment wanted on first tkinter program
>
> On 18 January 2014 14:52, Jean
On 18/01/2014 15:12, Oscar Benjamin wrote:
On 18 January 2014 14:52, Jean Dupont wrote:
Thanks Peter and Terry Jan for the useful suggestions. One thing which I find a
bit weird: when asking for Python-help concerning raspberry pi code or
problems, a lot of people don't seem to be interested
On 18 January 2014 14:52, Jean Dupont wrote:
>
> Thanks Peter and Terry Jan for the useful suggestions. One thing which I find
> a bit weird: when asking for Python-help concerning raspberry pi code or
> problems, a lot of people don't seem to be interested in helping out, that's
> of course th
Op vrijdag 17 januari 2014 22:40:42 UTC+1 schreef Terry Reedy:
> On 1/17/2014 8:20 AM, Jean Dupont wrote:
>
> > Dear all,
>
> > I made a simple gui with tkinter. I can imagine there are things which I
>
> > did which are "not optimal". So what I ask is to comment on my code
>
> > preferable wit
On 1/17/2014 8:20 AM, Jean Dupont wrote:
Dear all,
I made a simple gui with tkinter. I can imagine there are things which I
did which are "not optimal". So what I ask is to comment on my code
preferable with snippets of code which show how to do improve my code.
#!/usr/bin/env python
import Tkint
Jean Dupont wrote:
> Dear all,
> I made a simple gui with tkinter. I can imagine there are things which I
> did which are "not optimal". So what I ask is to comment on my code
> preferable with snippets of code which show how to do improve my code.
> #!/usr/bin/env python
> import Tkinter
> import
Dear all,
I made a simple gui with tkinter. I can imagine there are things which I
did which are "not optimal". So what I ask is to comment on my code
preferable with snippets of code which show how to do improve my code.
#!/usr/bin/env python
import Tkinter
import time
import RPi.GPIO as GPIO
GPIO
On Oct 29, 7:00 am, alex23 wrote:
> However, if you're already comfortable with HTML/CSS, I'd recommend
> taking a look atPyjamas, which started as a port of the Google Web
> Toolkit, taking Python code and compiling it into javascript. The
> associated project,Pyjamas-Desktop, is a webkit-based
On Oct 29, 1:08 pm, Bryan wrote:
> On Oct 28, 9:53 pm,CSharpner wrote:
>
>
>
> > Alright, I'm not new to programming, but I'm diving in head first into
> > Python for the first time. I'm running on Windows 7, just installed
> > "Eclipse Java EE IDE for Web Developers" and installed PyDev in it an
On Oct 28, 9:53 pm, CSharpner wrote:
> Alright, I'm not new to programming, but I'm diving in head first into
> Python for the first time. I'm running on Windows 7, just installed
> "Eclipse Java EE IDE for Web Developers" and installed PyDev in it and
> installed Python 2.6. I've written my fir
On Oct 29, 4:25 am, "Diez B. Roggisch" wrote:
> CSharpner schrieb:
>
> > Alright, I'm not new to programming, but I'm diving in head first into
> > Python for the first time. I'm running on Windows 7, just installed
> > "Eclipse Java EE IDE for Web Developers" and installed PyDev in it and
> > in
On Oct 29, 3:00 am, alex23 wrote:
> CSharpner wrote:
> > Here's what I /want/ to do, but don't know where to begin:
>
> Welcome to the fun :)
>
> > - Write web services in Python (I've done plenty of this in .NET,
> > BTW).
>
> I'm a big fan of CherryPy:http://www.cherrypy.org/
>
> It's very stra
CSharpner schrieb:
Alright, I'm not new to programming, but I'm diving in head first into
Python for the first time. I'm running on Windows 7, just installed
"Eclipse Java EE IDE for Web Developers" and installed PyDev in it and
installed Python 2.6. I've written my first "Hello World" program,
CSharpner wrote:
> Here's what I /want/ to do, but don't know where to begin:
Welcome to the fun :)
> - Write web services in Python (I've done plenty of this in .NET,
> BTW).
I'm a big fan of CherryPy: http://www.cherrypy.org/
It's very straightforward and easy to get into.
> - Write plain D
Alright, I'm not new to programming, but I'm diving in head first into
Python for the first time. I'm running on Windows 7, just installed
"Eclipse Java EE IDE for Web Developers" and installed PyDev in it and
installed Python 2.6. I've written my first "Hello World" program,
which simply display
24 matches
Mail list logo