Designing a network in Python

Joseph L. Casale jcasale at activenetwerx.com
Wed Apr 30 14:38:07 EDT 2014


> I don't know how to do that stuff in python. Basically, I'm trying to pull certain data from the
> xml file like the node-name, source, destination and the capacity. Since, I am done with that
> part, I now want to have a link between source and destination and assign capacity to it.

I dont mind writing you an SQLite schema and accessor class, can you define your data in a tabular
format and mail it to me offline, we add relationships etc as we go.

Hopefully it inspires you to adopt this approach in the future as it often proves powerful.

jlc


More information about the Python-list mailing list