Hello everyone :
i am working with open source software which is written by python language .
i have a database which contains all the data , and i want to be able to have a tree view out of the database by using python.
i feel bored from searching , i searched a lot on the web but i couldn't find what i want.
i know there is existing many packages , but working with packages is just horrible especially i am using windows OS.
in the database i have 2 tables one for :
1)Nodes(NID,NAME)
2)edges(ID,SNID(source node),DNID(destination node),probability(any float number)
i think the idea behind it is looping over the rows in database ,and for each node it will check if it has child,then it print their information on one level (as they are siblings ),till it reach the level that it has no child .
wish anyone can help :argh:
Amani
i am working with open source software which is written by python language .
i have a database which contains all the data , and i want to be able to have a tree view out of the database by using python.
i feel bored from searching , i searched a lot on the web but i couldn't find what i want.
i know there is existing many packages , but working with packages is just horrible especially i am using windows OS.
in the database i have 2 tables one for :
1)Nodes(NID,NAME)
2)edges(ID,SNID(source node),DNID(destination node),probability(any float number)
i think the idea behind it is looping over the rows in database ,and for each node it will check if it has child,then it print their information on one level (as they are siblings ),till it reach the level that it has no child .
wish anyone can help :argh:
Amani