Re: [BangPypers] Favorite tips/techniques

2013-09-10 Thread Ramchandra Apte
Obligatory comic: https://xkcd.com/936/ On 10 September 2013 10:42, Anand Chitipothu anandol...@gmail.com wrote: On Tue, Sep 10, 2013 at 10:39 AM, Shabda Raaj sha...@agiliq.com wrote: https://github.com/webpy/webpy/blob/master/web/utils.py#L52 Wow, thats better than the bare bunch

Re: [BangPypers] Python Wats

2013-09-09 Thread Ramchandra Apte
On 10 September 2013 10:21, Anand Chitipothu anandol...@gmail.com wrote: On Tue, Sep 10, 2013 at 10:14 AM, Shabda Raaj sha...@agiliq.com wrote: This is a popular talk on quircks of ruby/js https://www.destroyallsoftware.com/talks/wat What are the quircks/unexpected behavior you find

Re: [BangPypers] Python Wats

2013-09-09 Thread Ramchandra Apte
I get UnboundLocalError: local variable 'x' referenced before assignment. That's strange, I'd expect the first print statement to print 10, not generate an exception. On 10 September 2013 10:39, Anand Chitipothu anandol...@gmail.com wrote: On Tue, Sep 10, 2013 at 10:37 AM, Ramchandra Apte

Re: [BangPypers] [OT][Commercial] Git workshop in Bangalore

2013-05-02 Thread Ramchandra Apte
Great. Now somebody will start posting Windows tips and tricks under the same premise. On 2 May 2013 12:02, Noufal Ibrahim nou...@nibrahim.net.in wrote: Hello everyone, I apologise in advance for the off topic email. I'm posting this here since most people these days use git and

Re: [BangPypers] [OT] Intro Video - Companies in India

2013-04-18 Thread Ramchandra Apte
This is OT to this list which is about Python. On 18 April 2013 13:10, Venkatraman S venka...@gmail.com wrote: Hi, How do the companies in India make the intro videos to be put up on their website? Do they outsource it to someone in the US to get the language and the accent right or is

Re: [BangPypers] [OT] Microsoft Office 365 for Education made mandatory for approved institutions by AICTE

2013-04-15 Thread Ramchandra Apte
+1000 On 15 April 2013 09:13, Gora Mohanty g...@mimirtech.com wrote: On 15 April 2013 07:03, Balachandran Sivakumar benignb...@gmail.com wrote: Hi all, I understand that this is a Python group and not a free software group. But there are quite a few free software enthusiasts here, and

Re: [BangPypers] trust/certify python exe

2013-02-04 Thread Ramchandra Apte
I don't think the Python binaries are signed by Microsoft; it is quite costly to certify every release (even minor ones) On 4 February 2013 12:08, Baiju M baiju.m.m...@gmail.com wrote: Hi Nithin, Those individuals keys will be signed by many others. Sometimes during key signing party:

Re: [BangPypers] Minutes of the usergroup meeting - 24-11-2012

2012-11-26 Thread Ramchandra Apte
Me too. I know how to write fancy websites. On 26 November 2012 23:15, Anand Chitipothu anandol...@gmail.com wrote: On Mon, Nov 26, 2012 at 7:05 PM, Noufal Ibrahim nou...@nibrahim.net.in wrote: kracekumar ramaraju kracethekingma...@gmail.com writes: [...] Since we have are hosting

Re: [BangPypers] help needed to in Client Cookie module

2012-09-19 Thread Ramchandra Apte
On 19 September 2012 16:09, suprabha ekka suprabha.e...@gmail.com wrote: Hi , I wanted to download a file from a content url . The content of the file is pdf/doc/docx/.xls/ any ms supported file. The simple text file i am able to download but i am unbal eto download any other file. The

Re: [BangPypers] [JOBS] Python Developers with 1 Yr Experience

2012-09-01 Thread Ramchandra Apte
Define smart. On 1 September 2012 15:30, Shuhaib Shariff metafus...@gmail.com wrote: DoubleSpring seeks passionate PYTHON developers with experience in building or contributing to Open Source projects. We are constantly rolling out new products so the right individual would be able to write

Re: [BangPypers] Hash function that returns unsigned integer

2012-08-31 Thread Ramchandra Apte
We could use pow(character,somenumber,mod) to do it. It is secure but it may not be fast enough. ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] [X-Post] Emacs movies by Noufal

2012-08-30 Thread Ramchandra Apte
On 30 August 2012 12:28, Sujit Ghosal thesu...@gmail.com wrote: Pretty informative. However, I personally prefer [G]vim over Emacs as I am too much used to [G]vim since a very long time. :-) Thanks, Sujit On Thu, Aug 30, 2012 at 11:55 AM, Balachandran Sivakumar benignb...@gmail.com