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


Groups > comp.lang.python > #70775

RE: Designing a network in Python

From "Joseph L. Casale" <jcasale@activenetwerx.com>
Subject RE: Designing a network in Python
Date 2014-04-30 12:28 +0000
References <8ab783e8-a36e-49e5-a329-2c4d98df8537@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.9607.1398860993.18130.python-list@python.org> (permalink)

Show all headers | View raw


> I have managed to read most of the important data in the xml onto lists.
> Now, I have two lists, Source and Destination and I'd like to create bi-directional
> links between them.

> And moreover, I'd like to assign some kind of a bandwidth capacity to the links and
> similarly, storage and processing capacity to the nodes.

I don't know anything about your use case or data really, but from the above I
already know I would shove this all into a database, adding tables with relations
and mining data based on relations becomes trivial. More importantly, it also then
becomes easily extensible without refactoring as your requirements change.

Just my opinion,
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