generating range of numbers

2007-10-03 Thread vimal
hi all, i am new to python. i just want to generate numbers in the form like: 1,2,4,8,16,32.to a maximum of 1024 using a range function -- http://mail.python.org/mailman/listinfo/python-list

Re: Iteration for Factorials

2007-10-22 Thread vimal
On Oct 22, 5:43 pm, Marco Mariani <[EMAIL PROTECTED]> wrote: > Py-Fun wrote: > > def itforfact(n): > > while n<100: > > print n > > n+1 > > n = input("Please enter a number below 100") > > You function should probably return something. After that, you can see > what happens with

checking for negative values in a list

2007-12-17 Thread vimal
hi all, -- http://mail.python.org/mailman/listinfo/python-list

checking for negative values in a list

2007-12-17 Thread vimal
hi all, i am new to python guys. hope u will help me with this i have a list of numbers say a = [1,-1,3,-2,4,-6] how should i check for negative values in the list -- http://mail.python.org/mailman/listinfo/python-list

Re: checking for negative values in a list

2007-12-17 Thread vimal
thanks for your help Tim and Marc. :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Programming ideas?

2009-09-14 Thread Vimal
ood thing is that code-chef have good prizes for the winners every month. Thanks - -- Vimal Kumar A R -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkquJvUACgkQNAxkGPLbEen5YwCcDcStRgw0BiW1w9E4P9Vw7Wgo

How to create python web framework for ERP

2014-09-09 Thread Vimal Rughani
Hi All, Greetings ! I am bit familiar with Django and Python. I want to create ERP on python. Initially I feel Django will be good option for My Own ERP, but after working bit on that I feel it doesn't fit with my requirement. So I decided to create my own python based web framework for ERP. C

Re: How to create python web framework for ERP

2014-09-09 Thread Vimal Rughani
On Tuesday, 9 September 2014 14:09:48 UTC+5:30, Stéphane Wirtel wrote: > On 9 Sep 2014, at 10:25, Vimal Rughani wrote: > > > > > Hi All, > > > > > > Greetings ! > > > > > > I am bit familiar with Django and Python. I want to create

Re: How to create python web framework for ERP

2014-09-11 Thread Vimal Rughani
On Tuesday, 9 September 2014 13:55:24 UTC+5:30, Vimal Rughani wrote: > Hi All, > > > > Greetings ! > > > > I am bit familiar with Django and Python. I want to create ERP on python. > Initially I feel Django will be good option for My Own ERP, but after wo