Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #70788

RE: Designing a network in Python

From "Joseph L. Casale" <jcasale@activenetwerx.com>
Subject RE: Designing a network in Python
Date 2014-04-30 18:38 +0000
References <8ab783e8-a36e-49e5-a329-2c4d98df8537@googlegroups.com> <6b386a23-ee11-46df-ade7-6cb235df4a18@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.9613.1398883102.18130.python-list@python.org> (permalink)

Show all headers | View raw


> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Designing a network in Python varun7rs@gmail.com - 2014-04-30 02:30 -0700
  RE: Designing a network in Python "Joseph L. Casale" <jcasale@activenetwerx.com> - 2014-04-30 12:28 +0000
    Re: Designing a network in Python varun7rs@gmail.com - 2014-04-30 07:57 -0700
      Re: Designing a network in Python Mark H Harris <harrismh777@gmail.com> - 2014-04-30 10:03 -0500
      RE: Designing a network in Python "Joseph L. Casale" <jcasale@activenetwerx.com> - 2014-04-30 18:38 +0000
        Re: Designing a network in Python varun7rs@gmail.com - 2014-05-02 02:33 -0700

csiph-web