<div dir="ltr">Hi Ivan!<br><br>What database do you plan to use? Is it SQLite, PostgreSQL or something else?<br><br>When you loading your info from "xls" files, what do you expect to do with these data? Is it intended to be stored in the database for a long time, or do you just want to temporary load information to the database, process it and then store result somewhere else?<br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 15, 2015 at 11:13 PM, Ivan Evstegneev <span dir="ltr"><<a href="mailto:webmailgroups@gmail.com" target="_blank">webmailgroups@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
First of all, I'm absolutely new to DBs and relatively new to Python )))).<br>
<br>
But got my work to do (EE student  project). So please don't blame me for<br>
incorrect terminology.<br>
<br>
My question is simple (at least it seems so to me ^_^):<br>
<br>
Is it possible to create a dynamic classes with pony_orm?<br>
<br>
Something similar to this:<br>
<br>
<a href="http://stackoverflow.com/questions/2827623/python-create-object-and-add-attr
ibutes-to-it" target="_blank">http://stackoverflow.com/questions/2827623/python-create-object-and-add-attr<br>
ibutes-to-it</a><br>
<br>
or this:<br>
<br>
<a href="http://code.activestate.com/recipes/52308-the-simple-but-handy-collector-of-
a-bunch-of-named/?in=user-97991" target="_blank">http://code.activestate.com/recipes/52308-the-simple-but-handy-collector-of-<br>
a-bunch-of-named/?in=user-97991</a><br>
<br>
<br>
By "dynamic" I mean that class attributes are not static.<br>
<br>
For instance, let's say I have some "node.xls" file which contains some<br>
table as this one:<br>
<br>
                                param1    param2........ parmaN<br>
<br>
element1              value 1    value2...........valueN<br>
element2              value 1    value2...........valueN<br>
.<br>
.<br>
<br>
element              value 1    value2...........valueN<br>
<br>
So I might define a class in pony_orm  which will be called as Node() and<br>
would include all those (param1 to paramN) and then just assign their<br>
values.<br>
<br>
But this is a static way. What happens when I'll ( at some time) add<br>
param(N+1) into my "node.xls"? So in such case I would need to redefine<br>
Node() class.<br>
Sounds not so hard task to do... But if there some more "xls" files  and<br>
more params will be added over time to each one of them...<br>
I would definitely get into trouble, by spending all my free time to<br>
actually make it up-to-date.<br>
<br>
<br>
Hope my question clear enough.<br>
<br>
Any provided help(ideas, code snippets of possible realization, links  etc.)<br>
will be highly appreciated.<br>
<br>
Thanks a lot in advance,<br>
<br>
Ivan.<br>
<br>
<br>
_______________________________________________<br>
ponyorm-list mailing list<br>
<a href="mailto:ponyorm-list@ponyorm.org">ponyorm-list@ponyorm.org</a><br>
<a href="/ponyorm-list" target="_blank">/ponyorm-list</a><br>
</blockquote></div><br></div>