Hello everyone,
I intend to use python for some network graph plotting, with event
handling (clicking on network nodes, zooming in/out etc..) and so far I
have come across two good candidates which are Matplotlib and Ubigraph.
Did anyone have any experience with either of them for dynamic plottin
Hello everyone.
I am starting on implementing a simulator using python, and since it's
the first time I code in python would appreciate a few pointers:
The simulator will use a coupled ODE for the most part of the
simulation, I plan to use scipy. (Anything considered faster/better
than scipy for
Hello everyone.
I plan on starting to write a network simulator on python for testing a
modified version of TCP.
I am wondering if a python network simulator exists? Also, if anyone
tried using simpy for doing a simulation.
Thank you
--
http://mail.python.org/mailman/listinfo/python-list
Hello everyone.
I plan on starting to write a network simulator on python for testing a
modified version of TCP.
I am wondering if a python network simulator exists? Also, if anyone
tried using simpy for doing a simulation.
Thank you
--
http://mail.python.org/mailman/listinfo/python-list
rl, although readability will
suffer. Plus, the extensibility argument is very subjective, and is
closely related to personal coding style.
Btw, do you include space chars that go toward indentating Python code
in your count? If not, you should since they are required. Not so for Perl.
--Ala
--
h
[EMAIL PROTECTED] wrote:
Xah Lee wrote:
close(F1) or die "Perl fucked up. Reason: $!";
close(F2) or die "Perl fucked up. Reason: $!";
Same here. Never seen Perl fuck up on closing a file. Usually
something in the OS or file system that does it.
In this case, I'm pretty
Xah Lee wrote:
© my $n= @_[0];
Do you ever test your code before making fun of yourself in front of
millions?
*plonk*
--Ala
--
http://mail.python.org/mailman/listinfo/python-list