Re: [BangPypers] [Announce] Online Python workshop

2013-09-15 Thread s|s
On Sat, Sep 14, 2013 at 10:51 PM, Noufal Ibrahim nou...@nibrahim.net.inwrote: I just wrapped this up earlier today and have the course notes and IRC transcript at http://thelycaeum.in/online-workshops/python-14-Sep-2013/python-14-sep-2013.html Comments welcome. Thanks! Thanks Noufal,

Re: [BangPypers] [Announce] Online Python workshop

2013-09-15 Thread Noufal Ibrahim
s|s supr.e.etse...@gmail.com writes: [...] Great effort. Would it be possible for you to inform little more in advance? I would like to be part of your online workshop, next whenever it happens. I did email the list in advance but there was another high traffic thread going on at the time.

Re: [BangPypers] [Announce] Online Python workshop

2013-09-15 Thread Noufal Ibrahim
Sriram Narayanan sriram...@gmail.com writes: [...] I forgot all about this event. Great compilation, Noufal ! I go through it and provide feedback, if any. Thank you Sriram. [...] -- Cordially, Noufal http://nibrahim.net.in ___ BangPypers

Re: [BangPypers] [Announce] Online Python workshop

2013-09-15 Thread Annapoornima Koppad
HI Noufal, Thanks for the tutorial. I read through the tutorial. The topic was definitely different than most of the tutorials that are online. So I have to write the code myself before I give other comments. Mostly from what I read, I understand that it is clearly explained. Nicely put. Thanks

Re: [BangPypers] Debugging functions/tools/ways

2013-09-15 Thread Saager Mhatre
On Sep 14, 2013 11:00 AM, Balachandran Sivakumar benignb...@gmail.com wrote: When you find some time, please do post a few Python dtrace one-liners here. It would be useful to the rest of us. Thanks Oh... man... I want to +1 this... so... many... times!!! Ram, you should totally share your

Re: [BangPypers] [Announce] Online Python workshop

2013-09-15 Thread Noufal Ibrahim
Annapoornima Koppad a.kop...@gmail.com writes: HI Noufal, Thanks for the tutorial. I read through the tutorial. The topic was definitely different than most of the tutorials that are online. So I have to write the code myself before I give other comments. Thanks. I'd appreciate the

Re: [BangPypers] Do you pin your requirements.txt ?

2013-09-15 Thread Vivek Puri
I was perhaps misunderstood. If you test (even with say travis) but without a pinned requirements.txt, and then create a dist and later deploy the dist onto the server using a pip install (w/o a requirements.txt) then you no longer have a repeatability in terms of transient dependencies.

Re: [BangPypers] Regd feedback (was: Online Python workshop)

2013-09-15 Thread Saager Mhatre
On Sun, Sep 15, 2013 at 9:25 PM, Saager Mhatre saager.mha...@gmail.comwrote: On Sep 15, 2013 6:12 PM, Noufal Ibrahim nou...@nibrahim.net.in wrote: Annapoornima Koppad a.kop...@gmail.com writes: HI Noufal, Thanks for the tutorial. I read through the tutorial. The topic was

[BangPypers] Regd feedback (was: Online Python workshop)

2013-09-15 Thread Saager Mhatre
On Sep 15, 2013 6:12 PM, Noufal Ibrahim nou...@nibrahim.net.in wrote: Annapoornima Koppad a.kop...@gmail.com writes: HI Noufal, Thanks for the tutorial. I read through the tutorial. The topic was definitely different than most of the tutorials that are online. So I have to write the

Re: [BangPypers] Regd feedback

2013-09-15 Thread Noufal Ibrahim
Saager Mhatre saager.mha...@gmail.com writes: [...] Dude, what's the best way to send you feedback on this? Do we just mail you or is there a repo we can comment/pull from? Email me. It's version controlled but not on Github. [...] -- Cordially, Noufal http://nibrahim.net.in

Re: [BangPypers] Mail formatting for this list

2013-09-15 Thread Saager Mhatre
On Sun, Sep 15, 2013 at 9:14 AM, Mandar Vaze / मंदार वझे mandarv...@gmail.com wrote: I dont understand. What's your viewport width? Can that only support 80ish chars? Are you on mobile/tablet? It is not uncommon for people to read/respond to emails on mobile/tablet. So for emails,

Re: [BangPypers] NLTK

2013-09-15 Thread Deepu Thomas Philip
Take a look at Apache Solr (http://lucene.apache.org/solr/). You can find python clients for Solr here http://wiki.apache.org/solr/SolPython For a quick solution, add all your products to solr with the name of the product as an indexed field. Add the *product id* if you plan on storing specs

Re: [BangPypers] Do you pin your requirements.txt ?

2013-09-15 Thread Kiran Jonnalagadda
On Sun, Sep 15, 2013 at 6:44 PM, Vivek Puri vpuri.soc...@gmail.com wrote: I also feel your understanding is correct. Using some form of CI like travis is good but it doesn't rule out pinning the requirements. Maybe kiran has unlimited resources I only have more experience with long term

Re: [BangPypers] Do you pin your requirements.txt ?

2013-09-15 Thread Saager Mhatre
On Sep 16, 2013 12:38 AM, Kiran Jonnalagadda j...@pobox.com wrote: We deploy multiple times a day and I don't find that the gap between a Travis test and production deployment is so long that an upstream release within those few seconds broke compatibility. Kiran Dude, can I quote you on

[BangPypers] virtualenvs [was] Online Python workshop

2013-09-15 Thread svaksha ॥ स्वक्ष
On Sat, Sep 14, 2013 at 5:21 PM, Noufal Ibrahim nou...@nibrahim.net.in wrote: I just wrapped this up earlier today and have the course notes and IRC transcript at http://thelycaeum.in/online-workshops/python-14-Sep-2013/python-14-sep-2013.html Comments welcome. Regarding the virtualenv,

Re: [BangPypers] Do you pin your requirements.txt ?

2013-09-15 Thread Noufal Ibrahim
Kiran Jonnalagadda j...@pobox.com writes: [...] I only have more experience with long term maintenance of code. Pinned requirements == complacency == future breakage, when maintenance is much more expensive than it is today. We deploy multiple times a day and I don't find that the gap

Re: [BangPypers] Do you pin your requirements.txt ?

2013-09-15 Thread svaksha ॥ स्वक्ष
On Sun, Sep 15, 2013 at 8:55 PM, Saager Mhatre saager.mha...@gmail.com wrote: On Sep 16, 2013 12:38 AM, Kiran Jonnalagadda j...@pobox.com wrote: We deploy multiple times a day and I don't find that the gap between a Travis test and production deployment is so long that an upstream release

Re: [BangPypers] NLTK

2013-09-15 Thread Gopalakrishnan Subramani
Thanks Deepu. This seems to be viable approach. ElasticSearch does similar? On Mon, Sep 16, 2013 at 12:34 AM, Deepu Thomas Philip deepu@gmail.comwrote: Take a look at Apache Solr (http://lucene.apache.org/solr/). You can find python clients for Solr here

Re: [BangPypers] Do you pin your requirements.txt ?

2013-09-15 Thread Vivek Puri
I only have more experience with long term maintenance of code. I am quite positive that people who are in favour of pinning have experience in equally long term maintenance of code. Pinned requirements == complacency == future breakage, when maintenance is much more expensive than it is

Re: [BangPypers] virtualenvs [was] Online Python workshop

2013-09-15 Thread Balachandran Sivakumar
Hi, On Mon, Sep 16, 2013 at 8:02 AM, svaksha ॥ स्वक्ष svak...@gmail.com wrote: specific python version (ex. /usr/bin/python3.3) and also prefer the flag --no-site-packages. This means I'd have to install the required packages inside the env, specific for each python version. This