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
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
hi all,
--
http://mail.python.org/mailman/listinfo/python-list
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
thanks for your help Tim and Marc.
:)
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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