Re: [BangPypers] Anyone interested in a specific Django meet

2008-01-06 Thread Rohan Sharma
Hey, I'm new here and interested in meeting some fellow Python users. However, I do not know much about Django and web development in general. Will I be lost? ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpy

Re: [BangPypers] BangPypers Digest, Vol 8, Issue 15

2008-04-30 Thread Rohan Sharma
I'm not sure what the problem is. Could you show the snippets you are referring to? An else-if ladder looks like this: x = int(raw_input()) if x < 0: print "Negative" elif x == 0: print "Zero" else: print "Positive" Be careful: do not mix tabs and spaces in a code block;

Re: [BangPypers] training inst in delhi??

2008-05-08 Thread Rohan Sharma
On 5/8/08, Samit Jain <[EMAIL PROTECTED]> wrote: > Hi All, > > can you please tell me any training institute for python language in delhi > > -- > Regards, > Samit Jain > Intellisoft Services > [EMAIL PROTECTED] > +91-9899765287 > ___ > BangPypers maili

Re: [BangPypers] BangPypers Digest, Vol 9, Issue 10

2008-05-09 Thread Rohan Sharma
[EMAIL PROTECTED] >> >> You can reach the person managing the list at >> [EMAIL PROTECTED] >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of BangPypers digest..." >> >> >>

Re: [BangPypers] Autocompletion in emacs

2008-05-23 Thread Rohan Sharma
Biju: nice try, but that won't convert us. I've tried ropemacs, and M-/ does not seem to work for me while M-? seems to work well. On 5/23/08, Biju Chacko <[EMAIL PROTECTED]> wrote: > Pradeep Gowda wrote: > > > > > On 23-May-08, at 8:07 AM, Nishith Nand wrote: > > > > > > > I am a python beginner

Re: [BangPypers] KDE 4.1 Videos

2008-05-28 Thread Rohan Sharma
On 5/28/08, Parthan SR <[EMAIL PROTECTED]> wrote: > Forwarded on a friend's request.. > -- > > >Here are some nice videos [1] for KDE 4.1. Have a look, they >look really awesome. > >[1] > http://www.czessi.de/en/weblog/2008/05/movies-

Re: [BangPypers] Hi all

2008-06-09 Thread Rohan Sharma
Pratap: why exactly do you want to do this? On Mon, Jun 9, 2008 at 6:14 PM, Prashanth Ellina <[EMAIL PROTECTED]> wrote: > I misread your question. here is the correct soln > > print ' and '.join(["x['%s'] = '%s'" % (l[i], l[i+1]) for i in xrange(0, > len(l), 2)]) > > On Mon, Jun 9, 2008 at 4:58 PM

Re: [BangPypers] Hi all

2008-06-09 Thread Rohan Sharma
Okay, cool. Continue experimenting and learning. On Mon, Jun 9, 2008 at 9:46 PM, Pratap <[EMAIL PROTECTED]> wrote: > Hi >I am tryin to make a database tool on python dats y ?are u online > > > On 6/9/08, Rohan Sharma <[EMAIL PROTECTED]> wrote: >> >> Pra

Re: [BangPypers] The web framework for ponies with magical powers

2008-09-10 Thread Rohan Sharma
Needs more jazz. On Wed, Sep 10, 2008 at 7:06 AM, Pradeep Gowda <[EMAIL PROTECTED]> wrote: > http://avalonstar.com/blog/2008/sep/9/web-framework-ponies/ > and > http://www.flickr.com/photos/avalonstar/2844663076/ > ___ > BangPypers mailing list > BangPyp