[BangPypers] I need some help/guidance

2013-04-16 Thread Smrutilekha Swain
i am writing a program using PyQt4. i have created a table containg name of the instruments, locations, its latitudes, longitude and altitude. there may be two instruments and its locations are same but different latitude and longitude with mild difference. so now i want to sort the table by

Re: [BangPypers] Please stop (was: [OT] Microsoft Office 365 for Education made mandatory for approved institutions by AICTE)

2013-04-16 Thread Anand B Pillai
On Tue, Apr 16, 2013 at 11:10 AM, Noufal Ibrahim nou...@nibrahim.net.inwrote: This conversation is getting more pointless than the original post which was not really on topic to begin with. http://en.wikipedia.org/wiki/Sorites_paradox Let us not create heaps of sand which don't have any

Re: [BangPypers] I need some help/guidance

2013-04-16 Thread Gora Mohanty
On 16 April 2013 12:17, Smrutilekha Swain smrutile...@gmail.com wrote: i am writing a program using PyQt4. i have created a table containg name of the instruments, locations, its latitudes, longitude and altitude. there may be two instruments and its locations are same but different latitude

[BangPypers] Do not Email

2013-04-16 Thread Venkatraman S
In the wake of recent spam : http://blogs.technet.com/b/exchange/archive/2004/04/08/109626.aspx Venkat http://twitter.com/venkasub ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Amazon and Django

2013-04-16 Thread Ramdas S
Anyone running Django apps on amazon, I need to spec and figure out some costing. Please do let me know? http://ramdaz.wordpress.com ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Amazon and Django

2013-04-16 Thread Ramdas S
On Tue, Apr 16, 2013 at 6:11 PM, Gora Mohanty g...@mimirtech.com wrote: On 16 April 2013 17:02, Ramdas S ram...@gmail.com wrote: Anyone running Django apps on amazon, I need to spec and figure out some costing. Please do let me know? http://ramdaz.wordpress.com This is maybe a little

Re: [BangPypers] Amazon and Django

2013-04-16 Thread Gora Mohanty
On 16 April 2013 18:13, Ramdas S ram...@gmail.com wrote: On Tue, Apr 16, 2013 at 6:11 PM, Gora Mohanty g...@mimirtech.com wrote: On 16 April 2013 17:02, Ramdas S ram...@gmail.com wrote: Anyone running Django apps on amazon, I need to spec and figure out some costing. Please do let me

Re: [BangPypers] I need some help/guidance

2013-04-16 Thread Smrutilekha Swain
It is a database table which i have created using QTableWidget n it contains 7 columns. first column is checkbox for selecting the rows den name, site, latitude, longitude, altitude and date of entry. in that database some r redundant data like same name n same site but little difference in

Re: [BangPypers] I need some help/guidance

2013-04-16 Thread Gora Mohanty
On 17 April 2013 10:00, Smrutilekha Swain smrutile...@gmail.com wrote: It is a database table which i have created using QTableWidget n it contains 7 columns. first column is checkbox for selecting the rows den name, site, latitude, longitude, altitude and date of entry. [...] In that case, I