Ubigraph vs Matplotlib (dynamic plotting, event handling)

2009-06-30 Thread Ala
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

ODE, GUI, plotter in Python

2009-06-16 Thread Ala
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

Network Simulator

2009-06-08 Thread Ala
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

networking simulator on python

2009-06-08 Thread Ala
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

Re: python vs perl lines of code

2006-05-16 Thread Ala Qumsieh
. 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 -- http://mail.python.org/mailman

Re: [perl-python] 20050116 defining a function

2005-01-16 Thread Ala Qumsieh
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