On Fri, 21 Jan 2011 21:25 -0800, "rusi" wrote:
> On Jan 22, 2:45 am, "Clark C. Evans" wrote:
> > Kirill Simonov and myself would like to introduce HTSQL, a novel
> > approach to relational database access which is neither an ORM
> > nor raw SQL.
>
> Given the claim htsql is higher level than sq
On 01/22/2011 12:25 AM, rusi wrote:
On Jan 22, 2:45 am, "Clark C. Evans" wrote:
Kirill Simonov and myself would like to introduce HTSQL, a novel
approach to relational database access which is neither an ORM nor raw SQL.
:
We're curious what you think.
Thanks -- looks interesting.
Given th
On Jan 22, 10:20 pm, Kirill Simonov wrote:
> On 01/22/2011 12:25 AM, rusi wrote:
>
> > On Jan 22, 2:45 am, "Clark C. Evans" wrote:
> >> Kirill Simonov and myself would like to introduce HTSQL, a novel
> >> approach to relational database access which is neither an ORM nor raw SQL.
> > :
> >> We'r
I'm in need for a graphical pop-up that will display a (unicode ?) string in
a field, allow the user to change it and return the modified string.
Maybe also keep the original one displayed above it.
Something like this:
+-+
| Please confirm or e
On 01/22/2011 03:22 PM, Rikishi42 wrote:
I'm in need for a graphical pop-up that will display a (unicode ?) string in
a field, allow the user to change it and return the modified string.
Maybe also keep the original one displayed above it.
Something like this:
+---
> What is namespace? And what is built-in namespace?
> --
> http://mail.python.org/mailman/listinfo/python-list
http://lmgtfy.com/?q=python+namespace
--
http://mail.python.org/mailman/listinfo/python-list
On Sat, Jan 22, 2011 at 12:22 PM, Rikishi42 wrote:
>
> I'm in need for a graphical pop-up that will display a (unicode ?) string in
> a field, allow the user to change it and return the modified string.
>
> Maybe also keep the original one displayed above it.
>
>
> Something like this:
> +
On Jan 21, 9:27 pm, Paul Rubin wrote:
> Maybe there are other ideas possible too.
I don't know of any off-hand but there are probably virtual network
drivers that sit between your server and the network stack that can
keep a connection open.
It seems like it'd be a common enough need that someon
WxPython versus Tkinter (A code battle to the death!)
by Rick Johnson.
I have in many threads declared that Tkinter (and TclTk) is currently
--and has been for a decade-- the wrong choice for Python's stdlib
GUI. Throughout the 90's Tkinter was fine. However we have been in the
21st century for
Carl Banks writes:
> I don't know of any off-hand but there are probably virtual network
> drivers that sit between your server and the network stack that can
> keep a connection open.
>
> It seems like it'd be a common enough need that someone's figured out
> an easy way to handle it.
I don't se
On 2011-01-22, Corey Richardson wrote:
> On 01/22/2011 03:22 PM, Rikishi42 wrote:
>>
>> I'm in need for a graphical pop-up that will display a (unicode ?) string in
>> a field, allow the user to change it and return the modified string.
>>
> If that is all you need, I suggest Tkinter. Nice and ea
Hi all,
I released Oktest 0.6.0.
http://pypi.python.org/pypi/Oktest/
http://packages.python.org/Oktest/
Oktest is a new-style testing library for Python.
::
from oktest import ok
ok (x) > 0 # same as assert_(x > 0)
ok (s) == 'foo'# same as assertEqual(s, '
On 1/22/2011 7:07 PM, rantingrick wrote:
Near the beginning of this thread, I gently challenged you to produce a
concrete, practical proposal for an stdlib addition that could be
critiqued and improved. When you asked for problems with
wxwidgets/wxpython, I gave some. Still waiting.
So PUT
On Sat, 04 Dec 2010 16:42:36 -0600, Jorge Biquez wrote:
> Hello all.
>
> Newbie question. Sorry.
>
> As part of my process to learn python I am working on two personal
> applications. Both will do it fine with a simple structure of data
> stored in files. I now there are lot of databases around
From: "rantingrick"
>
> WxPython versus Tkinter (A code battle to the death!)
>
> by Rick Johnson.
>
> I have in many threads declared that Tkinter (and TclTk) is currently
> --and has been for a decade-- the wrong choice for Python's stdlib
> GUI. Throughout the 90's Tkinter was fine. However
15 matches
Mail list logo