Re: [BangPypers] combine multiple modules in one

2014-12-17 Thread Kulkarni, Shreyas
PIP_DOWNLOAD_CACHE could help you, if the device-without-connectivity has the same arch as the device-with-connectivity. pip stores downloaded bundles in the PIP_DOWNLOAD_CACHE folder, if one is set. I guess, you could just copy over this folder to the device-without-connectivity, set it as PIP

Re: [BangPypers] List of n but same objects

2014-12-11 Thread Kulkarni, Shreyas
CASE 1? > 3. Does only list and listiterators objects can behave this way? what other > python datatypes can behave this way? > > > > On Thu, Dec 11, 2014 at 4:14 PM, Kulkarni, Shreyas wrote: > >> When you call iter(x) it returns you a listiterator object. Every time you &

Re: [BangPypers] List of n but same objects

2014-12-11 Thread Kulkarni, Shreyas
When you call iter(x) it returns you a listiterator object. Every time you call iter(x) it *creates* a new listiterator and returns it back. The differences you are seeing in your cases are not because of how lists of list operators work, but because of how they are called. In case-1, iter(x)

[BangPypers] [JOBS] Looking for python/bash profiles

2014-10-10 Thread Kulkarni, Shreyas
Hi guys, We are looking for strong python and bash profiles in my team in Akamai Technologies. Here are a few criteria - Good educational and professional background Strong python design/development experience (this is not web-dev kind of a profile though) with good coding standards Should be

Re: [BangPypers] Moving from python 2.6 to 2.7

2014-10-08 Thread Kulkarni, Shreyas
wrote: > On 7 October 2014 15:53, Kulkarni, Shreyas wrote: >> Hi guys, >> >> We are planning to move our production environment from 2.6 to 2.7 on one of >> the projects. While I understand it's not a significant upgrade, this being >> a production environment

Re: [BangPypers] Moving from python 2.6 to 2.7

2014-10-08 Thread Kulkarni, Shreyas
t; Abdul Muneer > > Regards, > Abdul Muneer > > -- > Follow me on Twitter: @abdulmuneer <http://twitter.com/#%21/abdulmuneer> > > On Tue, Oct 7, 2014 at 3:53 PM, Kulkarni, Shreyas wrote: > >> Hi guys, >> >> We are planning to move our

[BangPypers] Moving from python 2.6 to 2.7

2014-10-07 Thread Kulkarni, Shreyas
Hi guys, We are planning to move our production environment from 2.6 to 2.7 on one of the projects. While I understand it's not a significant upgrade, this being a production environment, I was wondering what aspects of 2.6 might break under 2.7 and what I should be watching out for. I tried se

Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Kulkarni, Shreyas
probably a bit off topic, but little curious to know what node can't handle. did you mean that in comparison with twisted/tornado? shreyas On May 6, 2014, at 1:32 PM, Mukesh Yadav wrote: > @venkatraman I feel meteor is only for prototyping, and if you need to have > some serious changes in fu

Re: [BangPypers] Need help Extracting data properly in python

2014-02-19 Thread Kulkarni, Shreyas
if this is a valid tab-seperated file, you could try parsing it using csv module with dialect set to '\t' or 'excel-tab' maybe? shreyas On Feb 19, 2014, at 5:43 PM, "kamalakar06 ." wrote: > I have a file like this(Tabular data) : > > 0 1 CEN/4 1.e33.000e3 4.000e-3 >