HoneyMonster於 2012年1月12日星期四UTC+8上午5時09分13秒寫道:
> On Wed, 11 Jan 2012 11:39:48 +, HoneyMonster wrote:
>
> > On Tue, 10 Jan 2012 18:17:48 -0700, Ian Kelly wrote:
> >
> >> On Tue, Jan 10, 2012 at 4:44 PM, HoneyMonster
> >> wrote:
> >>> Hi,
> >>>
> >>> I'm new to Python and recently completed my
On Wed, 11 Jan 2012 11:39:48 +, HoneyMonster wrote:
> On Tue, 10 Jan 2012 18:17:48 -0700, Ian Kelly wrote:
>
>> On Tue, Jan 10, 2012 at 4:44 PM, HoneyMonster
>> wrote:
>>> Hi,
>>>
>>> I'm new to Python and recently completed my first project. I used
>>> wxPython with wxGlade to generate the
On Tue, 10 Jan 2012 18:17:48 -0700, Ian Kelly wrote:
> On Tue, Jan 10, 2012 at 4:44 PM, HoneyMonster
> wrote:
>> Hi,
>>
>> I'm new to Python and recently completed my first project. I used
>> wxPython with wxGlade to generate the GUI bits.The application seems to
>> work well, but I am entirely s
Terry Reedy writes:
> I would too, but if you prefer the indentation, just leave out the
> '+'s and let Python do the catenation when compiling:
Or use a trimple quoted string, with indentation in the source, and use
Python's batteries to manage it at runtime. Best of both worlds
http://stackove
On Tue, 10 Jan 2012 22:59:23 -0500, Terry Reedy wrote:
> On 1/10/2012 8:43 PM, Chris Angelico wrote:
>
>> about = "Built by Walter Hurry using Python and wxPython,\n" + \
>> "with wxGlade to generate the code for the GUI elements.\n" +
>> \ "Phil Lewis' get_iplayer does the real
On 1/10/2012 8:43 PM, Chris Angelico wrote:
about = "Built by Walter Hurry using Python and wxPython,\n" + \
"with wxGlade to generate the code for the GUI elements.\n" + \
"Phil Lewis' get_iplayer does the real work.\n\n" + \
"Version 1.05: January 10, 2012"
I'd do t
Chris Angelico writes:
> On Wed, Jan 11, 2012 at 10:44 AM, HoneyMonster
> wrote:
> > Hi,
> >
> > I'm new to Python and recently completed my first project. I used
> > wxPython with wxGlade to generate the GUI bits.The application seems to
> > work well, but I am entirely self-taught, so have und
On 1/10/2012 8:17 PM, Ian Kelly wrote:
On Tue, Jan 10, 2012 at 4:44 PM, HoneyMonster wrote:
Hi,
I'm new to Python and recently completed my first project. I used
wxPython with wxGlade to generate the GUI bits.The application seems to
work well, but I am entirely self-taught, so have undoubtedl
On Wed, Jan 11, 2012 at 10:44 AM, HoneyMonster
wrote:
> Hi,
>
> I'm new to Python and recently completed my first project. I used
> wxPython with wxGlade to generate the GUI bits.The application seems to
> work well, but I am entirely self-taught, so have undoubtedly committed a
> number of howler
On Tue, Jan 10, 2012 at 4:44 PM, HoneyMonster wrote:
> Hi,
>
> I'm new to Python and recently completed my first project. I used
> wxPython with wxGlade to generate the GUI bits.The application seems to
> work well, but I am entirely self-taught, so have undoubtedly committed a
> number of howlers
Hi,
I'm new to Python and recently completed my first project. I used
wxPython with wxGlade to generate the GUI bits.The application seems to
work well, but I am entirely self-taught, so have undoubtedly committed a
number of howlers in terms of style, design, standards, best practice and
so forth
11 matches
Mail list logo