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:
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
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
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
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