[BangPypers] Pygtk

2014-07-23 Thread Ankita Rath
Hi, I am using pygtk for GUI. We can import gtk module for this. But lot of places i have seen pygtk module along with gtk module. So can somebody tell me what is the use of this pygtk module. import pygtk import gtk we can do everything with gtk module only. So when is this pygtk module is

Re: [BangPypers] Pygtk

2014-07-25 Thread Ankita Rath
the difference between gtk and pygtk. If you are into creating UI using gtk, I would suggest using some wrapper module like wx or QT. -- Sayantan On Thu, Jul 24, 2014 at 12:38 AM, Gora Mohanty g...@mimirtech.com wrote: On 22 July 2014 21:27, Ankita Rath ankitarath2...@gmail.com wrote: Hi

[BangPypers] Prim's MST Python API

2018-05-11 Thread Ankita Rath
Can anyone suggest any good API for creating graph and followed by creating a Prim's MST. NetworkX has all these but its MST API is based on Kruskal's algo. Regards, Ankita ___ BangPypers mailing list BangPypers@python.org