Re: [BangPypers] Summary of the July Python Hyderabad Meetup.

2012-07-14 Thread Deepak Garg
Wow, SL4A.. Are people using it in production ? I had heard that the performance and power consumption are issues with it as compared to Java. Please let me know the use case you have for using SL4A (besides that it is fun :) ) . Deepak On Sat, Jul 14, 2012 at 9:04 PM, Shabda Raaj wrote:

[BangPypers] Summary of the July Python Hyderabad Meetup.

2012-07-14 Thread Shabda Raaj
We had the Python July Hyderabad Meetup at Lamakaan. 5 people Turned up. Mohsin from Bank of America Rakesh from Mutual Mobile Uday from Mutual Mobile Akshar from Agiliq Shabda from Agiliq We had an interesting discussion about SL4A. I demoed the Python for IOS app. http://itunes.apple.com/us/ap

Re: [BangPypers] July meetup

2012-07-14 Thread Deepak Garg
The meetup is scheduled for next Saturday. Please suggest a Venue and if anyone would like to present anything. Thanks, Deepak On Mon, Jul 9, 2012 at 9:50 PM, Deepak Garg wrote: > > Hi All, > > The July meetup is scheduled on Saturday July 21, 3:30 pm. > Please let know: > > a. Suggestions

Re: [BangPypers] reload modules at the start of an app..

2012-07-14 Thread Vishal
On Sat, Jul 14, 2012 at 1:32 PM, Vishal wrote: > Hi, > > Wanted to find what you think about reloading modules just before app > start. This is to take care of repeated debugging sessions inside IDEs, > where changed 'py' files are not imported automatically by the IDE. > > One simple way of havi

[BangPypers] reload modules at the start of an app..

2012-07-14 Thread Vishal
Hi, Wanted to find what you think about reloading modules just before app start. This is to take care of repeated debugging sessions inside IDEs, where changed 'py' files are not imported automatically by the IDE. One simple way of having everything reloaded is to do: import sys for mod in sys.m