[BangPypers] Django using syncdb does not work

2014-06-02 Thread Senthil
Hi All, I am in process of writing an application. While designing models, I have the database tables created first and tried using syncdb to create the models. When i try to access the models from view I get error. Upon searching in google, I found that only after designing models, the database

Re: [BangPypers] Django using syncdb does not work

2014-06-02 Thread Senthil
, Gora Mohanty wrote: On 3 June 2014 08:48, Senthil wrote: > Hi All, > > I am in process of writing an application. > While designing models, I have the database tables created first and tried > using syncdb to create the models. > When i try to access the models from view I

Re: [BangPypers] Restart when python script hangs

2014-06-02 Thread Senthil
Sateesh, I have a question. In your sample code you are registering the method signal_handler prior to its definition. Does that work? --SSK. On Monday, 2 June 2014 6:57 PM, Sateesh Kumar wrote: On Mon, Jun 2, 2014 at 3:14 PM, Rahul Gopan wrote: > Hello, > > When I run a python scri

Re: [BangPypers] Django using syncdb does not work

2014-06-04 Thread Senthil
Gora, Sorry I could not reply in short time; I will post the error when I work on this.Appreciate your help there. Thx. SSK. On Tuesday, 3 June 2014 9:14 AM, Senthil wrote: Gora, Thanks for the prompt response. Sorry that I mentioned syncdb to create models from database instead of

[BangPypers] Alternate to XMLRPCServer

2012-01-06 Thread Senthil
Hi All, 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 should start thinking of ? This server works on basis of threaded archi

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

2012-07-19 Thread Senthil
Hi, I have setup web2py, mod_wsgi on a centos5.8 machine to run on apache. But i keep getting the 403 forbidden error. Am not sure what am doing wrong here . Pasting the file that i have included as additional conf, below. Please help me/ provide some pointers on the same\   ServerName web

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

2012-07-20 Thread Senthil
But i have already set that. The only difference is i have given all permissions to all, meaning chmod -R 777 /path_to_static/ Thanks. Senthilkumaran Sundaramurthi. From: Kenneth Gonsalves To: Senthil ; Bangalore Python Users Group - India Sent: Friday

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

2012-07-20 Thread Senthil
Hi Kenneth, I have changed the permissions to 755 and have disabled the selinux already Still no luck... Thanks. Senthilkumaran Sundaramurthi. From: Kenneth Gonsalves To: Senthil Cc: Bangalore Python Users Group - India Sent: Friday, 20 July 2012 4:14

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

2012-07-20 Thread Senthil
] [error] [client 10.16.14.254] (13)Permission denied: access to / denied [Fri Jul 20 18:02:39 2012] [error] [client 10.16.14.254] (13)Permission denied: access to / denied Thanks. Senthilkumaran Sundaramurthi. From: Kenneth Gonsalves To: Senthil Cc

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

2012-07-20 Thread Senthil
Hey Gora, Thanks for this piece of advice. Will try these out and will let you know. Senthilkumaran Sundaramurthi. From: Gora Mohanty To: Bangalore Python Users Group - India Sent: Friday, 20 July 2012 6:33 PM Subject: Re: [BangPypers] Configuring web2py to

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

2012-07-20 Thread Senthil
Gora, After making those changes, am still facing the same issue. thanks. Senthilkumaran Sundaramurthi. From: Gora Mohanty To: Bangalore Python Users Group - India Sent: Friday, 20 July 2012 6:33 PM Subject: Re: [BangPypers] Configuring web2py to run on apa

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

2012-07-25 Thread Senthil
Hi Kenneth, Really appreciate your help. I was able to configure the web2py to run on apache successfully. Thanks to everyone for the support. Thanks again. Senthilkumaran Sundaramurthi. From: Kenneth Gonsalves To: Senthil Cc: bangpypers Sent: Tuesday

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

2012-07-26 Thread Senthil
: Wednesday, 25 July 2012 4:51 PM Subject: Re: [BangPypers] Configuring web2py to run on apache with Centos5.8 On Wed, 2012-07-25 at 16:10 +0530, Guruprasad wrote: > On Wed, Jul 25, 2012 at 3:55 PM, Senthil > wrote: > > Hi Kenneth, > > > > Really appreciate your help. I was a

Re: [BangPypers] Kenneth Gonsalvas a short bio

2012-08-06 Thread Senthil
I wish i could have known him more!! I pray the almighty for his family to overcome his loss! -Senthilkumaran Sundaramurthi. From: JAGANADH G To: ILUG-C ; chenna...@googlegroups.com; ilug...@googlegroups.com; Indian Python Software Society ; Bangalore Python

[BangPypers] [ Help ] extracting SOAP version from server

2008-03-17 Thread Senthil
Hi ,i am using SOAPpy package for some client side work.I would like to knew the method exists, if any for extracting the versioin of SOAP from the server using python or the SOAPpy package.Thanks in advnce,Regards,Senthilkumaran Sundaramurthi. Did you know? You can CHAT without downloadin

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

2013-09-07 Thread Senthil Kumaran
handle that? Personally, I do now know the a web app we keep any track of browser states. The idea could be use of URLs and working with the session object based on the URL you are at in terms of webapp. -- Senthil ___ BangPypers mailing list BangPypers@pyth

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

2013-09-07 Thread Senthil Kumaran
, language, learning and than others. First three guarantee me to be neutral on any topic. I hope, others in this list have that in that order too. So, sorry, I am bowing out of this discussion and I hope others would too. Thank you, Senthil On Sat, Sep 7, 2013 at 9:56 AM, Annapoornima Koppad wrote

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 . Need more information? *cont...@in.pycon.org * On Fri, May 16, 2014 at 3:35 PM, Daniel

Re: [BangPypers] Restart when python script hangs

2014-06-02 Thread Senthil Kumaran
Good spotting. I was surprised too. $ python code.py Traceback (most recent call last): File "a3.py", line 6, in signal.signal(signal.SIGTSTP, signal_handler) NameError: name 'signal_handler' is not defined -- Senthil Kumaran Sent with Sparrow (http://www.spa

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] "The Python I would like to see" - Armin Ronacher

2014-08-19 Thread Senthil Kumaran
od too. 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] 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 pla

Re: [BangPypers] Return values

2014-09-20 Thread Senthil Kumaran
On Sat, Sep 20, 2014 at 5:04 PM, Noufal Ibrahim KV 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 function sometimes re

Re: [BangPypers] Best books for python

2014-09-21 Thread Senthil Kumaran
cts using Python, possibly involving yourself with other senior python developers. Those are the limited resources available atm. -- Senthil ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

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 pr

Re: [BangPypers] New to Python

2014-09-23 Thread Senthil Kumaran
On Tue, Sep 23, 2014 at 7:15 PM, Kazim Abbas 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] Fwd: Issue with basemap import

2014-09-24 Thread Senthil Kumaran
On Wed, Sep 24, 2014 at 12:12 PM, narayan naik 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 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 Protobuf technologies

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 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 that > aren't connected

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 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 shows a behavior which

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

2015-01-02 Thread Senthil Kumaran
l, you design your 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

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

2015-01-02 Thread Senthil Kumaran
d any basic problems with it. It seems to be stable technology for us, but of course there are some database experts who spend their day time entirely on it. Thanks, Senthil ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailm

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

2015-07-16 Thread Senthil Kumaran
umn Client Id has value Test_Client_Id > Look at the attributes / methods of Obj. Does it have something like .values() ? Check the help of your ORM to find out. then, it will be similar to what you have done. for column in Obj.values(): if column.help_text is not None: print c

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 wrote: > 1. alignment.tar.gs is missing. > 2. please consider hosting the c

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

2015-07-16 Thread Senthil Kumaran
thought, we could help with the idiomaticity of the code, if provided and be helpful to the learner. -- Senthil ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

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

2015-07-17 Thread Senthil Kumaran
That said, everything else looks good to me and code was pythonic too. I believe, you used some tools like pep8, flake8 to do automatic style fixes. Thank you, Senthil On Fri, Jul 17, 2015 at 3:55 AM, Ramesh Rajagopal wrote: > With regards to the below thread-id, I have posted my code

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

2015-07-24 Thread Senthil Kumaran
On Thu, Jul 23, 2015 at 12:13 PM, Pratik Vyas 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 tho

Re: [BangPypers] help needed

2015-08-06 Thread Senthil Kumaran
glish and then translate it in python. That's a good first step. If you want easier projects, you could start with tic-tac-toe. Ask here if you need specific help as you write the code. -- Senthil ___ BangPypers mailing list BangPypers@py

Re: [BangPypers] BangPypers completes 10 years

2015-08-13 Thread Senthil Kumaran
joined early, feel old. It's been a long run and group has been managed well. Cheers! Senthil ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

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. http://www.python-ldap.org/doc/html/ldap.html __

Re: [BangPypers] Fwd: [AID Bangalore] Richard Stallman would be glad to vist our computer center

2008-11-12 Thread Senthil Kumaran
On Tue, Nov 11, 2008 at 10:42:53PM +0530, Vishal wrote: >Richard Stallman might be coming to Bangalore. > Please keep the group informed about rms talk-schedules in Bangalore. Though this group is specific to Python, idealist like rms and his thoughts are worthy to listen. -- S

Re: [BangPypers] Congratulations to India for Landing on the Moon!

2008-11-15 Thread Senthil Kumaran
Python, its a good probablity. -- Senthil On Fri, Nov 14, 2008 at 03:29:42PM -0800, Deepak Thukral wrote: > > A job well done! > > (It is unknown whether Python was running onboard ;-) > > ISRO is in stone age as far as Computer Technology is concern (Their portal >

Re: [BangPypers] Pythonizing an algorithm

2008-12-04 Thread Senthil Kumaran
ng as Zero and do a numeric compare and figure out which one is greater. HTH, Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] python

2009-01-09 Thread Senthil Kumaran
for that purpose. And you can of course pursue the openings that are posted in the group. -- Senthil On Fri, Jan 9, 2009 at 7:19 PM, sree vatsa wrote: > Hi Bangpypers, >I have 2 years of experience in python . I am searching for the job. > Plz can u provide the list of compan

Re: [BangPypers] need help in trying to create a python web bot

2009-01-13 Thread Senthil Kumaran
g things. For serious purposes, I would suggest you to look at pygoogle.sf.net, the python wrapper around google SOAP APIs. Google search, spelling suggestions comes at the call of a method. Mark Pilgirms book "Dive into Python" has a secti

Re: [BangPypers] from __past__ import PyHistory

2009-01-14 Thread Senthil Kumaran
mport PyHistory" also. Hahaha. :-) Have you read this discussion at Stackoverflow? Gives example for every line in the zen of python. http://stackoverflow.com/questions/228181/zen-of-python -- Senthil ___ BangPypers mailing list BangPypers

Re: [BangPypers] from __past__ import PyHistory

2009-01-14 Thread Senthil Kumaran
from different generations. Python should be compared with any other dynamic programming language. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Woonerf and Python - Article by Ian Bicking

2009-01-21 Thread Senthil Kumaran
objectives. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] PyXML deprecated?

2009-01-25 Thread Senthil Kumaran
preferred one as well. http://www.crummy.com/software/BeautifulSoup/ If any specific usage/questions with PyXML, just pose it and lets try to find a way out. Thanks, Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman

Re: [BangPypers] ImportError: cannot import name make_option

2009-01-26 Thread Senthil Kumaran
arthan SR's suggestion also. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] [Off-topic] Django +lightpd

2009-02-04 Thread Senthil Kumaran
On Thu, Feb 5, 2009 at 9:42 AM, Kenneth Gonsalves wrote: > why am I seeing stars? That is because, you are either using mutt, elmo, pico or a mail client with text only output and it is automatically converting the html bold to text within stars. -- Sent

Re: [BangPypers] Are comprehensions faster?

2009-02-09 Thread Senthil Kumaran
actical purposes where some method lookups and assignments would be involved, it would hardly matter in terms of speed for LC vs regular way. However, the map, filter way of doing seems faster than List Comprehension. But we got agree that List Comprehension is a neat way of doing things. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Are comprehensions faster?

2009-02-09 Thread Senthil Kumaran
On Mon, Feb 9, 2009 at 7:06 PM, Senthil Kumaran wrote: >>>> timeit.Timer("for i in range(1000): >>>> l.append(i)","l=[]").timeit(number=1000) > 0.21927285194396973 > > You see that is slow and the reason is l.append being called again >

Re: [BangPypers] Python easter eggs :)

2009-02-10 Thread Senthil Kumaran
In Py3K, >>> import antigravity That was Skip, who did that! :) -- Senthil On Tue, Feb 10, 2009 at 6:39 PM, Anand Balachandran Pillai wrote: > On Tue, Feb 10, 2009 at 6:38 PM, Anand Balachandran Pillai > wrote: >>>>> import __phello__ >> Hello world

Re: [BangPypers] Python easter eggs :)

2009-02-10 Thread Senthil Kumaran
Well, my favorite is not just import this but >>>import this >>>print this.s -- Senthil On Tue, Feb 10, 2009 at 6:41 PM, Senthil Kumaran wrote: > In Py3K, > >>>> import antigravity > > That was Skip, who did that! :) > > -- > Senthil > &

Re: [BangPypers] Python easter eggs :)

2009-02-10 Thread Senthil Kumaran
On Tue, Feb 10, 2009 at 6:54 PM, Anand Balachandran Pillai wrote: > If anyone had a doubt whether to use list comprehension > in their code, they have the answer - it is right there > as part of the Zen of Python ...:) Thats a good way of looking at things. :) -- --

[BangPypers] Fwd: ANN: Python 2.6 Quick Reference available

2009-02-11 Thread Senthil Kumaran
This is an useful resource. -- Senthil -- Forwarded message -- From: Richard Gruet Date: Wed, Feb 11, 2009 at 12:24 AM Subject: ANN: Python 2.6 Quick Reference available To: comp-lang-python-annou...@moderators.isc.org The Python 2.6 Quick Reference is available in HTML and

Re: [BangPypers] Fwd: ANN: Python 2.6 Quick Reference available

2009-02-11 Thread Senthil Kumaran
On Wed, Feb 11, 2009 at 2:11 PM, Parthan SR wrote: > this? Was it a link or an attachment? The Python 2.6 Quick Reference is available in HTML and PDF formats at http://rgruet.free.fr/#QuickRef. -- Senthil ___ BangPypers mailing list BangPyp

Re: [BangPypers] [JOB] Python programmers required

2009-02-11 Thread Senthil Kumaran
y, when the standard-reply to set to sender-only. when it is set to the list, I think both 'g' and 'r' will do the same, but there is another way to reply to the sender-only. I am not currently over mutt, so cannot say it accurately. -- Senthil On Wed, Feb 11, 2009 at 5:1

Re: [BangPypers] [JOB] Python programmers required

2009-02-11 Thread Senthil Kumaran
On Wed, Feb 11, 2009 at 5:39 PM, Kenneth Gonsalves wrote: > s/softwares/software/ E486: Pattern not found: softwares -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Fwd: Chicago Python User Group

2009-02-11 Thread Senthil Kumaran
FYI :- I should say, For Your Inspiration! On Thu, Feb 12, 2009 at 9:18 AM, Carl Karsten wrote: > Chicago Python User Group > = > > Go ChiPy! After last month's hugely successful language comparison mayhem, > the world's most successful user group strikes again! > > Robot

Re: [BangPypers] Fwd: Chicago Python User Group

2009-02-12 Thread Senthil Kumaran
ould like to join in whenever I can. http://freed.in is happening then and I am going there. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] (no subject)

2009-02-17 Thread Senthil Kumaran
6/7 pm is the suitable timing. Thanks, Senthil On Tue, Feb 17, 2009 at 2:16 PM, Parthan SR wrote: > > ave direct commutation. So "N" from me ;-) -- -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.py

Re: [BangPypers] Do we have any NetBeans IDE for Python users here?

2009-02-27 Thread Senthil Kumaran
on is available with pydev plugin for Eclipse. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Pydev 1.4.4 Released

2009-02-27 Thread Senthil Kumaran
at you are churning out so many releases. :) -- Senthil On Fri, Feb 27, 2009 at 1:27 PM, Praveen Kumar wrote: > Pydev 1.4.4 Released > > Hi All, > > Pydev and Pydev Extensions 1.4.4 have been released -- note that the release > already happened 4 days ago... :) > >

Re: [BangPypers] Do we have any NetBeans IDE for Python users here?

2009-02-27 Thread Senthil Kumaran
g some of the main differences whichs NETBEANS has (which pydev or any other other IDE (Komodo, Wingware)) does not have? It might be good to post to documentations pages as well. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.

Re: [BangPypers] Do we have any NetBeans IDE for Python users here?

2009-02-27 Thread Senthil Kumaran
d let you/group know the comments. I am sure, other members will give it a try too. :) -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] pycon India [was] Open source India

2009-02-27 Thread Senthil Kumaran
India meetup. What do you think? And btw, it would be good if [pypers for pypers in states_of_india] also come forward and pitch with their ideas and contributions as we evolve. Thanks, Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.

Re: [BangPypers] Questions regarding Image cropping

2009-03-01 Thread Senthil Kumaran
ction, but does not do in the background. >>> os.system('image1.jpg') 0 >>> import subprocess >>> cout, cin = >>> subprocess.Popen('image1.jpg',shell=True,stdin=subprocess.PIPE,stdout=s ubprocess.PIPE,stderr=subprocess.PIPE).communicate() >

Re: [BangPypers] Django site : FossConf -> PyCon

2009-03-01 Thread Senthil Kumaran
using this in favor of pycon code ranger. Making the site a wiki (with ReST support) might be a good idea. And, the templates look like being designed by a developer :) (You get what I mean). Any designers (with CSS skills) amongst us? -- S

Re: [BangPypers] Classmethod, Decorators and staticmethod

2009-03-06 Thread Senthil Kumaran
tmodel() ... >>> mycar = Car() >>> mycar.gettype() >>> mycar.model 'Audi' Was this okay to get started with? The following are the references in order to understand further: 1) Alex-Martelli explaining it with code: http://code.activestate.com/recipes/52304/ 2) Decorators: http://personalpages.tds.net/~kent37/kk/1.html -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Classmethod, Decorators and staticmethod

2009-03-06 Thread Senthil Kumaran
ance method. C. porthos. B. athos. D.aramis Answer: Frankly speaking, I don't know.. But I still I will go for it. A. instance method. Sure? Yes, because it is written. :-) -- Senthil ___ BangPypers mailing list BangP

Re: [BangPypers] Next IRC meeting

2009-03-09 Thread Senthil Kumaran
Guys, I went through the log of the previous meeting and I saw a lot of enthusiasm and "jumping in" also. A suggestion from my side, whenever possible lets try to keep with monthly on-site meetings going. That would be a good way to prepare for a bigger meetings like PyCon India. Thank

Re: [BangPypers] IndentationError: expected an indented block

2009-03-11 Thread Senthil Kumaran
ith activestate python) and see if you code is indented properly, you should be through. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] PyCon India IRC Dicussion #2

2009-03-13 Thread Senthil Kumaran
ve the purpose. IRC + mailling list should be ok. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] PyCon India IRC Dicussion #2

2009-03-13 Thread Senthil Kumaran
On Fri, Mar 13, 2009 at 8:05 PM, Senthil Kumaran wrote: > IRC + mailling list should be ok. And yeah, Sorry guys even I could not drop by to IRC channel. I am following the logs and the mailling list though. -- Senthil ___ BangPypers mailing l

[BangPypers] Backup your files - Recipe in Python Cookbook ( Hardcopy)

2009-03-16 Thread Senthil Kumaran
Just to share, I came across the following recipe: http://code.activestate.com/recipes/191017/ in the The Python Cookbook ( Hardcopy). This is written by Anand B Pillai. -- Senthil ___ BangPypers mailing list BangPypers@python.org http

Re: [BangPypers] Face to face meeting for Python conference

2009-03-19 Thread Senthil Kumaran
2009/3/19 Baiju M : > I won't be able to come for meeting until may 1st week.  I will join our > IRC meets. Same with me, I wont be able to come till 2nd week of April. I shall join in with IRC meetings from this time. -- Senthil ___

Re: [BangPypers] Help in reading the pdf file

2009-03-26 Thread Senthil Kumaran
discussion here: http://mail.python.org/pipermail/python-list/1999-May/002056.html If I were you, I would do the following. 1) On Linux, I would have pdf2txt as the pre-requisite , run pdf2txt and parse the txt output. 2) On Windows, I would install cygwin and follow s

[BangPypers] Fwd: [PyCon-Organizers] Global PyCon open space on Sunday

2009-03-27 Thread Senthil Kumaran
Baiju / Pradeep, Lets plan to attend this one. -- Senthil -- Forwarded message -- From: A.M. Kuchling Date: Fri, Mar 27, 2009 at 7:06 PM Subject: [PyCon-Organizers] Global PyCon open space on Sunday To: pycon-organiz...@python.org There are several people at PyCon who are

Re: [BangPypers] Fwd: [PyCon-Organizers] Global PyCon open space on Sunday

2009-03-28 Thread Senthil Kumaran
On Sat, Mar 28, 2009 at 3:17 AM, Noufal Ibrahim wrote: > Lovely. We should discuss how things can move ahead once you guys are back. > Plus, if you have any thoughts/comments to put across to PSF members, do share. -- Senthil ___ BangPypers m

Re: [BangPypers] Advanced Python or Understanding Python

2009-04-01 Thread Senthil Kumaran
here is nothing in naming convention. As they claim, it is branch of CPython and not a fork. Collin Winters was explaining at VM Panel at PyCon that their work is coming from customer requirements internally at Google and they wanted a faster a Python. -- Senthil _

Re: [BangPypers] Advanced Python or Understanding Python

2009-04-01 Thread Senthil Kumaran
al session on "A Tour of Python Standard Library". You may find the Tutorial notes here: (at the bottom) http://us.pycon.org/2009/tutorials/schedule/2PM6/ -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Advanced Python or Understanding Python

2009-04-01 Thread Senthil Kumaran
ow?" "Boy, he's good!" Geordi responds.[10] http://en.wikipedia.org/wiki/Monty_Python_and_the_Holy_Grail -- -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] help please..

2009-04-11 Thread Senthil Kumaran
bet will be your colleague or a friend or matlab mailing list. But please do read the document first. Thanks, Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] What's the latest with Pycon India?

2009-04-18 Thread Senthil Kumaran
On Sat, Apr 18, 2009 at 3:01 PM, Ramdas S wrote: > Can we have an update on the status/interest levels? Start small is the idea. What are your thoughts? I am not much into organizing, but I personally would want PyCon India to start off this year. -- Sent

Re: [BangPypers] What's the latest with Pycon India?

2009-04-18 Thread Senthil Kumaran
e will have to work it out. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] What's the latest with Pycon India?

2009-04-18 Thread Senthil Kumaran
any others are also interested and will come in. So, how do we start? Book a place and fix a date first? -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] looking for an opportunity to take up Volunteer work in Python

2009-04-19 Thread Senthil Kumaran
On Sun, Apr 19, 2009 at 9:54 PM, bijoy wrote: > Pls let me know if there is any opportunity. http://wiki.python.org/moin/VolunteerOpportunities -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listi

[BangPypers] When are we meeting? Saturday or Sunday?

2009-04-23 Thread Senthil Kumaran
What time? and where? I vote for Sunday, evening 4:00 pm to 6:00 pm. Satuday is fine with me too. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Python Day India

2009-04-30 Thread Senthil Kumaran
so we will take the useful things out of those discussions and move forward. Thanks, Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Python Day India

2009-05-01 Thread Senthil Kumaran
> On Fri, May 1, 2009 at 10:34 AM, Sriram Narayanan wrote: > > Done. > > > > Time: Sunday 4 to 6 pm. > > Date: Sunday, May 3, 2009. > > > Thats's fine.. We can stick to the timing. Thanks, Senthil ___ Bang

Re: [BangPypers] Python Day India

2009-05-01 Thread Senthil Kumaran
f more people turn up, it will be better.. I stay at Frazer town, can pick you on the way, if we can plan it. -- Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Python Day India

2009-05-01 Thread Senthil Kumaran
on our leader. * One thing, if Pycon India 2009 is happening at bangalore, would our leader-for-the-year be more suited if he is from bangalore? * Similar for other cities in the forth coming year. Thanks, Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Python Day India

2009-05-01 Thread Senthil Kumaran
On Fri, May 01, 2009 at 04:54:47PM +0500, Noufal Ibrahim wrote: > Can someone send out a final Time/Date/Venue/Agenda mail so that > everyone is in sync? Time: 3:00 - 5:00 pm Date: May 3 Venue: TW Agenda: PyCon India 2009. Thanks, S

Re: [BangPypers] Python Day India

2009-05-01 Thread Senthil Kumaran
On Fri, May 01, 2009 at 10:05:01PM +0500, Noufal Ibrahim wrote: > Excellent. I'll take the lead as soon as I'm back (12/May). For this > meeting, if one you guys (Senthil or Ramdas) could cover all the major > items we have to handle to get a conference going and put it up on th

Re: [BangPypers] Python Day India

2009-05-03 Thread Senthil Kumaran
con, but the PyCon related discussions will happen next on May 17th. Thanks, Senthil ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Tentative Date for PyCon India 2009 (Any Objections? Shout Now!)

2009-05-04 Thread Senthil Kumaran
If yes, please shout now, email your reason to Senthil . If your reason is valid enough, we may consider for an alternative date. *Help Required:* Please circulate this email to other user-groups. PyCon India might be interesting to them and let them be aware of the dates too.

Re: [BangPypers] doc to odt

2009-05-05 Thread Senthil Kumaran
On Sun, May 03, 2009 at 09:25:25PM +0530, Ataulla S H wrote: > Hello Subhan, > > This file might help you > > $python DocumentConverter.py test.doc test.odt > Can you point us to the project of this script? Standalone, this won't be helpful a

[BangPypers] Zine presentation on May 9th

2009-05-08 Thread Senthil Kumaran
NOTE: Changed the Subject line. On Wed, May 06, 2009 at 06:05:48PM +0530, Kiran Jonnalagadda wrote: > > Fair enough, Senthil. I'll go ahead with just Zine on May 9. > > Anyone who wants to discuss anything else is still more than welcome. I thought, it would be good t

  1   2   3   4   >