Re: [BangPypers] Role-Based Access Control

2015-09-17 Thread Senthil Kumaran
On Thu, Sep 17, 2015 at 3:38 AM, Anand Chitipothu wrote: > If you have any suggestions, please let me know. If the organization uses ldap, then using a ldap based access control is possible using libraries which are not tied to any web-framework.

Re: [BangPypers] BangPypers completes 10 years

2015-08-13 Thread Senthil Kumaran
On Aug 13, 2015 12:19 AM, Anand B Pillai anandpil...@letterboxes.org wrote: From Feb 2005 when it started its life in Yahoo! groups, BangPypers mailing list - from its original form - has completed 10 years. Congratulations to this group. By reminding this, you just made everyone,

Re: [BangPypers] [X-Post] ERPNext Conference 2015

2015-07-24 Thread Senthil Kumaran
On Thu, Jul 23, 2015 at 12:13 PM, Pratik Vyas m...@pd.io wrote: Thank you for the explanation. Please do include such an explanation in future postings. Yup, I missed that. Will be careful in future. Yeah, it is impressive: https://github.com/frappe/erpnext With a name like Frappé, I

Re: [BangPypers] Fwd: Need a help on reviewing a python code. Message-ID: cacimrglh7bharoas710ofojd8g2i_liynbywka1640dvk5r...@mail.gmail.com

2015-07-17 Thread Senthil Kumaran
, Senthil Kumaran sent...@uthcode.com wrote: Agree with Anuvrat. Paste your code in https://gist.github.com/ or upload it github/bitcket and share it again. I will help with the review. Thanks, Senthil On Thu, Jul 16, 2015 at 3:40 AM, Anuvrat Parashar anuv...@anuvrat.in wrote

Re: [BangPypers] Fwd: Need a help on reviewing a python code.

2015-07-16 Thread Senthil Kumaran
Agree with Anuvrat. Paste your code in https://gist.github.com/ or upload it github/bitcket and share it again. I will help with the review. Thanks, Senthil On Thu, Jul 16, 2015 at 3:40 AM, Anuvrat Parashar anuv...@anuvrat.in wrote: 1. alignment.tar.gs is missing. 2. please consider

Re: [BangPypers] How to iterate through columns in Model

2015-07-16 Thread Senthil Kumaran
On Thu, Jul 16, 2015 at 10:51 AM, Sunil Gupta su...@planmytour.in wrote: for each column in Obj if column.help_text != : print The column , column.verbose_name, has value , column.value expected output The column Client Id has value Test_Client_Id Look at the

Re: [BangPypers] Fwd: Need a help on reviewing a python code.

2015-07-16 Thread Senthil Kumaran
On Thu, Jul 16, 2015 at 12:43 PM, Gora Mohanty g...@mimirtech.com wrote: IMHO, it is just not worth even applying to such companies as their basic recruitment process seems not to work. Agree. Irrespective of that, this list 'bangpypers' focusses on python language ecosystem. So, I thought,

Re: [BangPypers] Python conversion from .py to .exe

2015-01-02 Thread Senthil Kumaran
application with one entry point and point that entry point in the setup.py If you have multiple entry points, then it is considered as multiple applications you will create exes for each of them. HTH, Senthil -- Senthil Kumaran ___ BangPypers mailing

Re: [BangPypers] Terrible choices: MySQL. What is the way ahead?

2015-01-02 Thread Senthil Kumaran
On Tuesday, December 30, 2014 at 6:02 PM, Anand Chitipothu wrote: The big companies using mysql would have found work-arounds for these issues. I don't think individual developers can afford that. Just to churn this a little. I have been using MySQL at work and we have not found any basic

Re: [BangPypers] Does Python have lexical scoping?

2014-11-09 Thread Senthil Kumaran
On Sun, Nov 9, 2014 at 1:14 AM, Noufal Ibrahim KV nou...@nibrahim.net.in wrote: How is lexical scoping with a mutable environment different from dynamic scoping? I think you should post this in python-dev and you might get answers with rigorous definitions. Here is my short snippet which

Re: [BangPypers] Fwd: Issue with basemap import

2014-09-24 Thread Senthil Kumaran
On Wed, Sep 24, 2014 at 12:12 PM, narayan naik narayannaik...@gmail.com wrote: hi,anybody help me to learn python.I am beginer Sure. But you have ask the question first. If you want start learning, then look for Swaroop's book - A Byte of Python and it is a good start.

Re: [BangPypers] Python is still greek to india's top IT firms

2014-09-24 Thread Senthil Kumaran
On Thu, Sep 25, 2014 at 5:09 AM, Saager Mhatre saager.mha...@gmail.com wrote: Some would beg to differ http://tek.io/1yjHw0U Companies are polyglot from a long time. This talk about developers and some of their grudges :) And author is choosing to overlook technologies like Apache thrift and

Re: [BangPypers] Python is still greek to india's top IT firms

2014-09-24 Thread Senthil Kumaran
On Thu, Sep 25, 2014 at 5:19 AM, Saager Mhatre saager.mha...@gmail.com wrote: Not to sound overly disparaging, but that argument reeks of survivorship bias, or at least confirmation bias.What about all the shops looking for python devs but not finding any good ones; you know, like the ones

Re: [BangPypers] Fwd: Issue with basemap import

2014-09-23 Thread Senthil Kumaran
How did you install your base package? The matplotlib? Are you using any distribution? If you installed it separately., then looks like you will have to install basecamp using the matplotlib toolkits ( http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits/) too. If you are using a

Re: [BangPypers] New to Python

2014-09-23 Thread Senthil Kumaran
On Tue, Sep 23, 2014 at 7:15 PM, Kazim Abbas kazim2...@gmail.com wrote: But how can i start a project in Django, Please let me know Start with this book called Two scoops of Django, which is a recent entrant and geared towards beginners. Then you can look at the official Django docs. --

Re: [BangPypers] Best books for python

2014-09-21 Thread Senthil Kumaran
On Sun, Sep 21, 2014 at 2:52 PM, Ashok K mails.as...@yahoo.com.dmarc.invalid wrote: Please suggest some books/materials that would help me master python. Python Cookbook 2nd Edition by Alex Martelli. Python Cookbook 3rd edition by Dave Beazley. Then try doing programming projects using

Re: [BangPypers] Return values

2014-09-20 Thread Senthil Kumaran
On Sat, Sep 20, 2014 at 5:04 PM, Noufal Ibrahim KV nou...@nibrahim.net.in wrote: This has a parameter `consolidate`. If consolidate is True, it will combine all the statistics and return just one Stats object. If not, it will return a list of Stats objects. The problem now is that this

Re: [BangPypers] Python is still greek to india's top IT firms

2014-09-17 Thread Senthil Kumaran
Python does not have the push that Java and .Net has from the corporate world. Java and .Net/C# has strong ecosystem of tools too. And surprisingly PHP in open source world got a good adoption by being at the right time for a specific solution. So, in India we see PHP, Java and .Net as primary

Re: [BangPypers] The Python I would like to see - Armin Ronacher

2014-08-19 Thread Senthil Kumaran
. The problem usually lies in out of control dependencies and environment and sometimes we tend to prefer a static binary. -- Senthil Kumaran ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] what is python frameworks

2014-06-03 Thread Senthil Kumaran
), which is designed with extensibility and easy of use in mind. Hope this answers your question and you will be able to crack your interview question!. :) Cheers, Senthil -- Senthil Kumaran Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Sunday, June 1, 2014 at 11:58 PM, Sharanu

Re: [BangPypers] Who do I contact in regards to PyCon India sponsorship?

2014-05-16 Thread Senthil Kumaran
http://in.pycon.org/2014/ I looked at it and found Call for Sponsors Earn some brownie points by sponsoring PyCon! Here is the Sponsorship Prospectus http://in.pycon.org/2014/sponsorship-prospectus.pdf. Need more information? *cont...@in.pycon.org cont...@in.pycon.org* On Fri, May 16, 2014

Re: [BangPypers] back button issues with session handling in flask

2013-09-07 Thread Senthil Kumaran
Hi Adivandya, On Sat, Sep 7, 2013 at 9:29 AM, Adivandhya adivand...@yahoo.co.in wrote: and second being i cannot use other extensions like flask-login etc, as im trying to make it on my own. How do i resolve this problem within the constraints ? If you poke into flask-login, how does it

Re: [BangPypers] https://github.com/pythonhacker/ladies.py

2013-09-07 Thread Senthil Kumaran
Hello Annapoornima, I can understand your stance, but I think, this email is bit strongly worded and could hurt the readers. And as a helpful note, I think, leadership on your effort could be built more in friendly cooperative way than by intimidation. Personally, I care more about python,

Re: [BangPypers] Python Monk - Learn Python in your browser

2013-03-26 Thread Senthil Kumaran
Hello Anand, Congratulations on this. This is going to be immensely useful for many new comers and I am seeing lot new comers to Python, using environments like these to learn. Yeah, C42 Engineering team have done a good job with the platform too. I used this to learn to ruby. Thank you,

Re: [BangPypers] Wake Up guys!

2012-12-24 Thread Senthil Kumaran
And the subject of your email is not helpful. I get grumpy if you wake me up in midst of my activity. :-) Welcome to the group! ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Fwd: Configuring web2py to run on apache with Centos5.8

2012-08-12 Thread Senthil Kumaran
I was going through my old emails and found this. This was perhaps the last email Kenneth interacted with us all. - Senthil -- Forwarded message -- From: Kenneth Gonsalves law...@gmail.com Date: Wed, Jul 25, 2012 at 4:21 AM Subject: Re: [BangPypers] Configuring web2py to run on

Re: [BangPypers] Sad demise of our dear KG (Keneth Gonsalvas)

2012-08-03 Thread Senthil Kumaran
Oh this is sad and unexpected :-( Will surely be missing him. He provided a unique shape to our community. Our prayers be with his family. -- Senthil On Fri, Aug 3, 2012 at 2:55 AM, JAGANADH G jagana...@gmail.com wrote: Hi All, Just now I got a message that our dear KG (Kenneth Gonsalvas)

Re: [BangPypers] Job list (was: [JOB] Aspirae Bangalore)

2012-07-02 Thread Senthil Kumaran
On Mon, Jul 2, 2012 at 8:41 PM, Gora Mohanty g...@mimirtech.com wrote: On 3 July 2012 07:07, Anand Chitipothu anandol...@gmail.com wrote: On Tue, Jul 3, 2012 at 5:24 AM, Noufal Ibrahim nou...@nibrahim.net.in wrote: Having lots of job postings is a good sign of a healthy community. However,

Re: [BangPypers] Python/Perl Scripting resource

2012-05-25 Thread Senthil Kumaran
Hi Saager, On Fri, May 25, 2012 at 05:39:33PM +0530, Saager Mhatre wrote: Senthil Kumaran sent...@uthcode.com writes: Could someone just point the OP to the Posting guidelines for this list, especially the ones around job postings? Yes, those are guidelines, not rules! :-) -- Senthil

Re: [BangPypers] Python/Perl Scripting resource

2012-05-24 Thread Senthil Kumaran
Hello Harpal, When you said resource, I thought you were looking for a book. Looks like you are looking for a developer. May I suggest you use the proper terminology in emails? Thank you, Senthil On Wed, May 23, 2012 at 10:35:43AM +, harpal.sin...@wipro.com wrote: Hello, I have an

Re: [BangPypers] Python/Perl Scripting resource

2012-05-24 Thread Senthil Kumaran
Thanks Harpal. On Thu, May 24, 2012 at 11:50:18AM +, harpal.sin...@wipro.com wrote: OK thanks. Thanks Best Regards, Harpal Singh Mob: +91-81230-84445 E-mail: harpal.sin...@wipro.com -Original Message- From: Senthil Kumaran [mailto:sent...@uthcode.com] Sent: 24 May 2012 17

Re: [BangPypers] Python/Perl Scripting resource

2012-05-24 Thread Senthil Kumaran
On Thu, May 24, 2012 at 06:42:56PM +0530, Noufal Ibrahim wrote: It's an abstraction a lot of companies use for person employed by the company. I consider it is dehumanising and have taken some flak for objecting to the term. Yeah, that's true. Does not quite sound right as I really thought

Re: [BangPypers] May Meetup

2012-05-21 Thread Senthil Kumaran
On Sun, May 20, 2012 at 11:06:12PM +0530, Baiju M wrote: You can replace remote execution systems like Fabric Capistrano with Salt. Also you can replace configuration management systems like Puppet, Chef CFEngine. Wow! Just a pinch of Salt sounds interesting. :) -- Senthil

[BangPypers] Fw: [Python-Dev] [RELEASED] Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3

2012-04-12 Thread Senthil Kumaran
It's an important release. On Wed, Apr 11, 2012 at 03:37:49PM -0400, Benjamin Peterson wrote: We're bursting with enthusiasm to announce the immediate availability of Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3. These releases included several security fixes. Note: Virtualenvs created with

Re: [BangPypers] Help pyqt learning guide.

2012-03-30 Thread Senthil Kumaran
Hello Ganesh, The best way to learn GUI development is to develop a simple application. The tutorials can assist you - http://zetcode.com/tutorials/pyqt4/ But set yourself a target - like a GUI application using which you can post to your blog. Try doing this and you should be in the right path.

Re: [BangPypers] JOB - Senior Web Developer - Talented Team!

2012-03-16 Thread Senthil Kumaran
On Fri, Mar 16, 2012 at 11:38:09AM +0530, Anand Balachandran Pillai wrote: Bad karma. I should set the return address for the group to the sender perhaps :) Now, that would result in bad karma not the previous email. :) -- Senthil ___ BangPypers

Re: [BangPypers] Https and http difference in behaviour urllib2

2012-03-03 Thread Senthil Kumaran
On Sat, Mar 03, 2012 at 09:41:57AM +0530, Baiju M wrote: On Sat, Mar 3, 2012 at 9:32 AM, Senthil Kumaran sent...@uthcode.com wrote: On Wed, Feb 29, 2012 at 08:21:31PM +, Anand Chitipothu wrote: [...snip...] I disagree. People look for simplicity. Yes, I agree that in general, people

Re: [BangPypers] Https and http difference in behaviour urllib2

2012-03-02 Thread Senthil Kumaran
On Wed, Feb 29, 2012 at 08:21:31PM +, Anand Chitipothu wrote: 2012/2/29 Senthil Kumaran sent...@uthcode.com: On Tue, Feb 28, 2012 at 03:17:53PM +0530, Anand Balachandran Pillai wrote: For any kind of client side HTTP coding, I suggest the new requests library. I myself have been

Re: [BangPypers] Https and http difference in behaviour urllib2

2012-02-29 Thread Senthil Kumaran
On Tue, Feb 28, 2012 at 03:17:53PM +0530, Anand Balachandran Pillai wrote: For any kind of client side HTTP coding, I suggest the new requests library. I myself have been a heavy user of urllib2/urllib but these libraries are developer unfriendly and doesnt look like their problems are going to

Re: [BangPypers] Https and http difference in behaviour urllib2

2012-02-22 Thread Senthil Kumaran
On Wed, Feb 22, 2012 at 6:04 PM, Amit Sethi amit.pureene...@gmail.com wrote: When I pass encoded url using http it again encodes the parameters whereas in case of https it does not urlencode again It should not happen this way. Both should behave the same for the url that you send.

Re: [BangPypers] Python private coach?

2012-02-08 Thread Senthil Kumaran
Hi Kenneth, On Wed, Feb 08, 2012 at 03:17:06PM +0530, Kenneth Gonsalves wrote: I do private one-to-one coaching in python and django. I am based in Was the group response intentional? If so, appreciate that!. :-) Thanks, Senthil ___ BangPypers

Re: [BangPypers] turbogears to pyramid or django

2012-02-01 Thread Senthil Kumaran
Moving to Pyramid might be easier, because Pyramid is nothing but Pylons + TG + repoze.bfg etc. Pyramid is a unification and based upon some of the ealier framework. You could use sqlalchemy, controller and developmemnt.ini of your existing project out of box for Pyramid (but not for django). I am

Re: [BangPypers] checking return status of 'ping' in windows

2012-01-22 Thread Senthil Kumaran
On Sat, Jan 21, 2012 at 11:59:40PM +0530, Nikunj Badjatya wrote: How do I make my snippet to work as desired. i.e even if destination host is unreachable, 'status' should hold '1' and hold '0' only when it gets reply from that ip address.?? You are doing it right with subprocess and you can

Re: [BangPypers] checking return status of 'ping' in windows

2012-01-22 Thread Senthil Kumaran
On Mon, Jan 23, 2012 at 11:12:38AM +0530, Mandar Vaze / मंदार वझे wrote: If OP has requirements to run the code on non-english OS setup (Japanese, Did he mention about it ? If he did, then I might have missed it and yeah, true some other strategy has to be adopted. Moreover, dealing with

Re: [BangPypers] Python 3 availability

2012-01-19 Thread Senthil Kumaran
It is currently available on Ubuntu, Fedora, Arch OS that I know off. You can install it using your OS package manager. -- Senthil On Thu, Jan 19, 2012 at 04:06:58PM +0530, Jins Thomas wrote: Hi all, Would like to have some guesses on when Python 3 will be available with standard

[BangPypers] getpython3

2012-01-18 Thread Senthil Kumaran
Hi Baiju, Is getpython3.com the same site that you initiated here last year? Or has it gone any transformation? The content is ofcourse very interesting. -- Senthil ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] getpython3

2012-01-18 Thread Senthil Kumaran
On Wed, Jan 18, 2012 at 06:07:43PM +0530, Baishampayan Ghose wrote: That is not the one I started, this is a new one from Jesse Noller. getpython3.net I stopped as there was not any interest from the community. If anyone want to take over it, I can give the domain and other details. May

Re: [BangPypers] getpython3

2012-01-18 Thread Senthil Kumaran
On Wed, Jan 18, 2012 at 06:37:26PM +0530, Baishampayan Ghose wrote: That is not the one I started, this is a new one from Jesse Noller. getpython3.net I stopped as there was not any interest from the community. If anyone want to take over it, I can give the domain and other details. May

Re: [BangPypers] getpython3

2012-01-18 Thread Senthil Kumaran
On Wed, Jan 18, 2012 at 09:51:02PM +0530, Noufal Ibrahim wrote: getpython3.com was a more comprehensive site with information on porting and increasing Python3 adoption and usage. In all fairness, I recollect that Jesse tweeted/emailed us about collaborating but it fell between the cracks

Re: [BangPypers] Python ORM

2012-01-14 Thread Senthil Kumaran
On Sat, Jan 14, 2012 at 09:40:16PM +0530, kracekumar ramaraju wrote: Out all examples and discussions, every one seems to recommend SQLAlchemy, but it has deep learning curve whereas storm, peewee are light weight. Have anyone tried any of these for non-trivial project or real life big

Re: [BangPypers] I have solved some of the project euler problems in python

2012-01-13 Thread Senthil Kumaran
Very nice. I have found Euler' problems focusing on maths a lot. I could have only solve a couple of them, this thread kindles my interest to try more. :) Senthil On Thu, Jan 12, 2012 at 11:48:26PM +0530, Anand Balachandran Pillai wrote: Hi Reddy, I had solved some 50 or odd

Re: [BangPypers] [X-POST] Selenium Simple Test

2012-01-11 Thread Senthil Kumaran
On Wed, Jan 11, 2012 at 09:16:04AM +0530, Venkatraman S wrote: This does look super-simple! Linky : http://www.youtube.com/watch?v=qGPostUOAEI Looks pretty simple. But the XPATH based expression language exposed via selenium is not hard either. That ties with the browser well and most often

[BangPypers] Is there any relation between web2py and webpy

2012-01-11 Thread Senthil Kumaran
Other than the fact that they are both web frameworks. Given their levenshtein distance being 1, I am really curious if there any social or historical relationship between then. -- Senthil ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] Truth Tests (bool)

2012-01-11 Thread Senthil Kumaran
On Wed, Jan 11, 2012 at 09:49:58AM +0530, Noufal Ibrahim wrote: It is not clear what you want from your description. To check if a list is empty, see if len( list ) is zero. You don't want to do that. Your list might be a generator (unless you check for type which is a bad idea anyway)

Re: [BangPypers] Is there any relation between web2py and webpy

2012-01-11 Thread Senthil Kumaran
On Wed, Jan 11, 2012 at 06:34:14PM +0530, Anand Chitipothu wrote: No. Ok. It's good coincidence. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Is there any relation between web2py and webpy

2012-01-11 Thread Senthil Kumaran
On Wed, Jan 11, 2012 at 08:43:07PM +0530, Gora Mohanty wrote: So is the distance between Gora and Gori (apply smileys as needed). Wow! And I believe that would make a dynamic programming pair. (ditto) -- Senthil ___ BangPypers mailing list

Re: [BangPypers] Truth Tests (bool)

2012-01-10 Thread Senthil Kumaran
On Tue, Jan 10, 2012 at 10:55:58PM +0530, Gora Mohanty wrote: To check if a list is empty, see if len( list ) is zero. I think, usually we just test the empty list for it's False-ness. Isn't it? -- Senthil ___ BangPypers mailing list

Re: [BangPypers] python framework for android

2012-01-09 Thread Senthil Kumaran
On Tue, Jan 10, 2012 at 10:13 AM, Anand Chitipothu anandol...@gmail.com wrote: If it has Java, why not use write the apps in Python using Jython? I recollect that for using Jython for mobiles where j2me was previously suitable is not possible because jython does not work well with j2me kind

Re: [BangPypers] Alternate to XMLRPCServer

2012-01-06 Thread Senthil Kumaran
On Fri, Jan 6, 2012 at 12:59 AM, Senthil skksun...@yahoo.co.in wrote: I have an xmlRPC standalone server written wholly in python. Now am facing problems in scaling the services. The more we start adding features, the response gets slower. Is there any alternate server architectures i

Re: [BangPypers] python framework for android

2012-01-03 Thread Senthil Kumaran
You can use django and fireup the browser in android to do the requests. :) Apart from that, there is android-scripting application (not a framework) http://code.google.com/p/android-scripting/, where in your restricted python scripts can be made to execute But that is far less featured than

Re: [BangPypers] python framework for android

2012-01-03 Thread Senthil Kumaran
On Wed, Jan 4, 2012 at 2:18 PM, Kenneth Gonsalves law...@gmail.com wrote: am looking at kivy right now Looks neat. I would like to try that one too. -- Senthil ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] colored o/p

2011-12-22 Thread Senthil Kumaran
Nitin Kumar nitin.n...@gmail.com writes: I am trying to format o/p (colored bold string) on console. say IDLE or python command prompt using python modules. urwid is a library which can handle those for you. Give a try! It is very close to what ncurses can be used for. HTH, Senthil

Re: [BangPypers] Selenium with python training

2011-11-22 Thread Senthil Kumaran
On Thu, Nov 17, 2011 at 12:43:27PM +0530, Kenneth Gonsalves wrote: On Thu, 2011-11-17 at 15:07 +0800, Senthil Kumaran wrote: BTW, selenium is web functional testing, more like how user uses the web app. It provides hooks to variety of languages, python being one. Javascript knowledge would

Re: [BangPypers] Selenium with python training

2011-11-16 Thread Senthil Kumaran
Are you sure, you found this email list? Never mind, but I think it is good email for someone who is willing to take a training session to contact Nirmal directly. BTW, selenium is web functional testing, more like how user uses the web app. It provides hooks to variety of languages, python

Re: [BangPypers] seantis questionnaire - Django App

2011-11-14 Thread Senthil Kumaran
Right in this list, by asking. https://github.com/rmt/seantis-questionnaire/wiki :-) On Mon, Nov 14, 2011 at 01:52:37PM +, Asif Jamadar wrote: Where i can get user manual or tutorial for seantis questionnaire django application? ___

Re: [BangPypers] [OT] Yahoo Big Thinkers talk

2011-11-09 Thread Senthil Kumaran
OMG. I was the one who was trying to suggest that we be lenient. But this looks that fodder for yet another discussion. :( On Wed, Nov 9, 2011 at 4:48 PM, Sanjay Padubidri sanjaypadubi...@gmail.com wrote: Off topic, but people on the list may be interested in this talk:

Re: [BangPypers] ubuntu fonts..

2011-11-08 Thread Senthil Kumaran
Yes +1 for Incosolata. It is best for programming and particularly for python programming. Here we use 'python' term in the email and it becomes relevant to this list. :) Also, check with Google Docs css they have Ubuntu font too. I am sure, python programming would look good in ubuntu font. I

Re: [BangPypers] [chennaipy 1126] [XPost][Slightly OT] Could you

2011-11-04 Thread Senthil Kumaran
On Thu, Nov 03, 2011 at 11:09:28PM +0530, Noufal Ibrahim wrote: My favourite metrics to judge real ability are (in decreasing order of usefulness). I agree with all. Those are indeed good indicators of developers. When looking for freshers to hire for working Python, I indicated that just don't

Re: [BangPypers] [chennaipy 1126] [XPost][Slightly OT] Could you share your experiences about Python Freelance programming, from a programmer's perspective

2011-11-02 Thread Senthil Kumaran
On Wed, Nov 02, 2011 at 09:37:32PM +0530, Rajeev J Sebastian wrote: Given that the fresher lacks knowledge in any given area, what kind of testing should we use? Since we do development in Python and Django, and so far no candidate has come to us with Python on their resume, what do you

Re: [BangPypers] Calling Python from JavaScript

2011-11-01 Thread Senthil Kumaran
Hello Asif, On Tue, Nov 01, 2011 at 08:43:11AM +, Asif Jamadar wrote: Is there a simple way to call Python libraries from JavaScript? What do you ultimately intend to do with this requirement? You can do a HTTP Ajax request via javascript and then your server could delegate it to python

Re: [BangPypers] Python OCR Reader

2011-11-01 Thread Senthil Kumaran
On Wed, Nov 2, 2011 at 11:17 AM, Gopalakrishnan Subramani gopalakrishnan.subram...@gmail.com wrote: I am trying to build a simple   voice based advisory system for a simple Window game for my 19 month old daughter. Wow!. Sounds like an exciting project. It has to read the basic letters in a

Re: [BangPypers] Python OCR Reader

2011-10-31 Thread Senthil Kumaran
On Mon, Oct 31, 2011 at 11:30:21AM +0530, Gopalakrishnan Subramani wrote: Anyone can give good advises on OCR tools in Python? Not necessarily native python tools even with python wrapper will be good. I would never tweak or change the source code or learn deep into OCR technology. I just want

Re: [BangPypers] [XPost][Slightly OT] Could you share your experiences about Python Freelance programming, from a programmer's perspective

2011-10-31 Thread Senthil Kumaran
Hi Vishal, On Mon, Oct 31, 2011 at 8:12 PM, Vishal vsapr...@gmail.com wrote: I am trying to get a feel of how it is to do freelance programming...in Python..in India ? I have some experience though not a good one, because I fared badly. I was in much need of money, so I had to return to

Re: [BangPypers] Reg. current work in pycrypto

2011-10-24 Thread Senthil Kumaran
Hello Nivedita, On Mon, Oct 24, 2011 at 09:12:55AM +0530, nivedita datta wrote: Can anyone tell me about some projects or applications which has been built using pycrypto. Also I would like to know about any ongoing/past project or application development in pycrypto. Just check the PyCrypto

Re: [BangPypers] Interesting library

2011-10-17 Thread Senthil Kumaran
On Mon, Oct 17, 2011 at 01:48:04PM +0530, Noufal Ibrahim wrote: Came across this interesting library for sys-ad stuffs. http://docs.fabfile.org/en/1.2.2/index.html Isn't paramiko enough for most remote scripting tasks ? fabric is an abstraction over paramiko that's a lot more domain

Re: [BangPypers] Reportlab tool with SAP

2011-10-17 Thread Senthil Kumaran
On Mon, Oct 17, 2011 at 11:58:48AM +, Asif Jamadar wrote: Is it possible to integrate Reportlab tool with SAP? Integrate is a vague term. So the answer is yes!. :-) I want to generate graphs or charts for the data which is present in SAPDB. Don't know about SAPDB, but you can generate

Re: [BangPypers] Looking for Guest Speaker on Python and NLTK

2011-10-15 Thread Senthil Kumaran
On Sat, Oct 15, 2011 at 10:19:17PM +0530, Anand Balachandran Pillai wrote: Some course from stanford on ml and ai. ml-class.org I have enrolled for this and I am currently taking the basic course lessons online. It is pretty good, I have an assignment on linear regression due tomorrow

Re: [BangPypers] + SSL Error , while making HTTPS server

2011-10-15 Thread Senthil Kumaran
On Sat, Oct 15, 2011 at 02:24:08PM +0530, deepak gupta wrote: I am getting  no OPENSSL_Applink while creating context for HTTPS server, It occur in the line  'ctx.set_tmp_dh('dh1024.pem')'. Do any one knows why this error occured and what will happen if I will comment

Re: [BangPypers] Selenium pyvirtualdisplay Script suggestions to improve

2011-10-14 Thread Senthil Kumaran
On Fri, Oct 07, 2011 at 11:20:46AM +0530, Saju M wrote: Here is the code for change Custom Location in google search page http://dpaste.com/629298/ log http://dpaste.com/629304/ I could run it on Remote Server. But its not working sometimes, because selenium can't find some The problem

Re: [BangPypers] Thoughts about Requests?

2011-10-11 Thread Senthil Kumaran
It is a wrapper over urllib2 and is gaining popularity. It is very easy to use and it intuitive in some sense. If all you require is using urllib like facilities, then request is helpful. But if you would like to extend it, then I am not sure of the facilities (or the pattern) it uses. On the

Re: [BangPypers] How to create HTTPS Proxy server

2011-10-08 Thread Senthil Kumaran
Hello Deepak, On Fri, Oct 07, 2011 at 06:31:01PM +0530, deepak gupta wrote: 1. Proxy server (192.168.1.1) : HTTPS port (8000) binding on this server and user will access this server and browse some url's.for ex https://192.168.1.1:8000/xyz 2. This (proxy) server 192.168.1.1 will talk to

Re: [BangPypers] selenium click not working fot some links

2011-10-06 Thread Senthil Kumaran
On Tue, Oct 04, 2011 at 07:01:07PM +0530, Saju M wrote: I could find that some padding is given for that link, is that the issue ?? Could be. But if you can help by send the full script for others to try or share the exception that would be helpful so that we can understand the problem better.

Re: [BangPypers] selenium pyvirtualdisplay script on remote server

2011-10-06 Thread Senthil Kumaran
On Thu, Oct 06, 2011 at 10:23:17AM +0530, Saju M wrote: I already tested with scroll bar and focus and its working finw in my laptop. But when i run this script on Remote Server, it can't find that element.?? You could try putting some debugging prints in this script and what the values are

Re: [BangPypers] Using Facebook graph api in a page tab application

2011-10-05 Thread Senthil Kumaran
On Mon, Oct 03, 2011 at 09:50:00PM +0530, Amit Sethi wrote: This is a page tab application running inside iframe . This seems to be quite a used workflow I did not quite get this, if you have pointer to the app it would be helpful. As the documentation say As with a Canvas Page, you will not

Re: [BangPypers] Python3's Most Wanted!

2011-10-04 Thread Senthil Kumaran
Yes, but that is only suggestive, but still good to know as what most people are using. http://py3ksupport.appspot.com/ gives details on packages having py3k support. On Tue, Oct 04, 2011 at 10:42:20PM +0530, Anand Balachandran Pillai wrote: Did anyone see this ?

Re: [BangPypers] Python 3.2 and Django

2011-09-28 Thread Senthil Kumaran
Hello Hussain, On Thu, Sep 29, 2011 at 12:53 PM, Hussain Bohra hussainbohra...@yahoo.com wrote: Thanks Mr. Gora and Mr. Sreekanth ... Let me identify if any other MVC framework I can use along with python 3.2. You can consider using Python 2.7 for Web Framework too. Because WSGI Spec for 3.x

Re: [BangPypers] Python 2.7.1 build successful, however many modules failed on HP-UX 11.31 ia64 with aCC

2011-09-21 Thread Senthil Kumaran
On Wed, Sep 21, 2011 at 05:17:59AM -0700, Wah Meng Wong wrote: I have provided feedback to bugs.python.org. Not sure if they will revert to me in changing the README file. Looks like they have. :-) Your patch might be helpful to improve the Readme. I may open another issue more specific to

Re: [BangPypers] Python 2.7.1 build successful, however many modules failed on HP-UX 11.31 ia64 with aCC

2011-09-19 Thread Senthil Kumaran
On Sun, Sep 18, 2011 at 08:11:59PM -0700, Wah Meng Wong wrote: errors, more modules built successfully compared to acc (64-bit). The main thing I discovered is +DD64 is not recognized as a valid flag in ld command (the linker). This command is automatically generated in Makefile. I have And

Re: [BangPypers] Python 2.7.1 build successful, however many modules failed on HP-UX 11.31 ia64 with aCC

2011-09-18 Thread Senthil Kumaran
On Sun, Sep 18, 2011 at 02:15:31AM -0700, Wah Meng Wong wrote: I am trying to build python 64-bit on HP Itanium platform with HP-UX Ansi C compiler. The python executable is successfully built however there are many errors generated when option +DD64 is passed in, many (more) modules failed

Re: [BangPypers] Parsing data

2011-09-17 Thread Senthil Kumaran
On Fri, Sep 16, 2011 at 11:26:34PM -0500, Ananya Sharma wrote: *File A-* PSUB.GBD61H402FPT34:0-372 *File B-* PSUB.GBD61H402FPT34:0-372 XX XX XX

Re: [BangPypers] problem using Pyserial in Python

2011-09-16 Thread Senthil Kumaran
On Wed, Sep 14, 2011 at 10:22:47PM +0530, Jayneil Dalal wrote: *raise SerialException(Could not configure port: %s % msg)* *serial.serialutil.SerialException: Could not configure port: (5, 'Input/output error')* * Your Port is not attached to the program yet, or perhaps you are using a

Re: [BangPypers] wx.TreeCtrl !

2011-09-16 Thread Senthil Kumaran
On Wed, Sep 14, 2011 at 07:28:18PM +0530, aßlเίlαslเ wrote: with all the folder in a hierarchical Tree structure, and can multiple folders can be selected to do task like copy/paste/delete need help on wx as how to go abt it... I think, this is fairly common use-case when dealing with

Re: [BangPypers] RE : Python mechanize Change the Location of Google search

2011-09-15 Thread Senthil Kumaran
On Thu, Sep 15, 2011 at 3:31 PM, Saju M sajup...@gmail.com wrote: I also tried to change google search location through http://www.google.co.in/preferences?hl=en#loc , but getting error mechanize._response.httperror_seek_wrapper: HTTP Error 404: Not Found Mechanize does not support any action

Re: [BangPypers] [JOB] - Yahoo!

2011-09-14 Thread Senthil Kumaran
On Wed, Sep 14, 2011 at 05:30:04PM +0530, Kiran Jonnalagadda wrote: On 13-Sep-2011, at 9:40 PM, Roshan Mathews wrote: FWIW, I didn't have an opinion on the OT job posting because I didn't read it. But I must add that, it would be hypocritical to *not* poke fun at companies, especially

Re: [BangPypers] List guidelines (was: [JOB] - Yahoo!)

2011-09-14 Thread Senthil Kumaran
On Wed, Sep 14, 2011 at 06:10:14PM +0530, Noufal Ibrahim wrote: What is the official stance of the list owners on this kind of post? It would be good to know and state it so that this kind of thing is avoided again. If there is a mistake, correct it. Don't ridicule. I hear from others

Re: [BangPypers] List guidelines

2011-09-14 Thread Senthil Kumaran
On Wed, Sep 14, 2011 at 06:27:10PM +0530, Noufal Ibrahim wrote: Senthil Kumaran sent...@uthcode.com writes: If there is a mistake, correct it. Don't ridicule. Absolutely no light hearted jabs. Total shrink wrapped politeness would make for a very dull corporate atmosphere. I don't like

Re: [BangPypers] List guidelines

2011-09-14 Thread Senthil Kumaran
On Wed, Sep 14, 2011 at 06:47:58PM +0530, Noufal Ibrahim wrote: So, job postings not at all related to Python are fine as long as they're prefixed with [JOB]? I thought the question was for Python jobs. If the question is for any job, then no. We may not expect irrelevant jobs to be posted

Re: [BangPypers] List guidelines

2011-09-14 Thread Senthil Kumaran
On Wed, Sep 14, 2011 at 9:26 PM, Noufal Ibrahim nou...@gmail.com wrote: Am I the only one who thinks this is backward? No, definitely not. But you seem to be giving undue importance to this discussion by creating hypothetical scenarios. I think, we can tolerate some mistakes and just stay

Re: [BangPypers] [JOB] - Yahoo!

2011-09-13 Thread Senthil Kumaran
Guys, Let's keep it technical, they seem to look for perl guys and perhaps a python developers are useful for them too. Of course, any good company would think that good python programmers can be good (any language) programmers too. AFAIK, Y! is one such. -- Senthil On Tue, Sep 13, 2011 at

Re: [BangPypers] [JOB] - Yahoo!

2011-09-13 Thread Senthil Kumaran
On Tue, Sep 13, 2011 at 3:38 PM, Noufal Ibrahim nou...@gmail.com wrote: Let's keep it technical, they seem to look for perl guys and perhaps a python developers are useful for them too.  Of course, any good company would think that good python programmers can be good (any language) programmers

  1   2   3   >