'Aloha Friends!
Still a bit new to python I'm afraid of choosing an obsolete route when it
comes to generate some HTML in a Flask based micro web server.
I come from the Perl side where I have been using HTML::Element with great
success, and now I would like to know if something similar exists f
On Tue, Apr 9, 2013 at 9:08 AM, Steven D'Aprano <
steve+comp.lang.pyt...@pearwood.info> wrote:
> On Tue, 09 Apr 2013 07:50:11 +0200, Morten Guldager wrote:
>
> > I'm about to write an API against a huge propitiatory Oracle based
> > network inventory database
'Aloha Friends!
I'm about to write an API against a huge propitiatory Oracle based network
inventory database. The database have many different concepts stored in
it's tables, can one concept can span over multiple tables.
I would like to write a class for accessing each concept, but only have a
'Aloha Friends!
Still quite new to python I'm trying to access a MySQL database. Being a
former perl programmer I recognize much of the semantics going on.
Create a database handle, compile a piece of SQL and put it into a cursor,
run the query and use the result. exactly the same flow as I am us