Uwe Mayer wrote:
> Hi,
>
> I've got a ISO 8601 formatted date-time string which I need to read into a
> datetime object.
> Is there a shorter way than using regular expressions? Is there a sscanf
> function as in C?
in addition to the other comments...
I like re, because it gives me the most con
Hi all
I've written a python program that adds orders into our order routing
simulation system. It works well, and has a syntax along these lines:
./neworder --instrument NOKIA --size 23 --price MARKET --repeats 20
etc
However, I'd like to add a mode that will handle, say:
./neworder buy 2
John J. Lee wrote:
The key question from my point of view is: can I write commercial
sell-if-I-want-to applications using Qt? If it is GPL, then I guess
the answer is 'no'?
Yes, you can write commercial apps. It's multi-licensed (commercial,
GPL, etc.): you get to pick the license(s) you want to
Hans-Peter Jansen wrote:
..
While in PyQt world, I found these advantages:
+ conceptually vastly superior
+ powerful api/widgets/features
+ fast as hell due to the efficient binding of a quite efficient lib
+ cool tools, that are unicode/translation aware
+ very efficient programming environme