Dnia Thu, 21 Apr 2011 01:11:34 -0600, Ian Kelly napisał(a):
> On Thu, Apr 21, 2011 at 12:28 AM, harrismh777
> wrote:
>> I don't like SPAM with my eggs and ham...
>
> Nor do the rest of us, so please don't help it circumvent our spam
> filters by reposting it.
Hey, this is comp.lang.python, it
> It takes a day or two to learn emacs.
>
> It takes forever to set it up.
Remember, Emacs is THE way. It's the light in the darkness, it'll save
your soul and bring you happiness. Isn't it worth the trouble? :)
Seriously though, when I was setting my Emacs to work with Python I
stumbled upon
Dnia Mon, 14 Feb 2011 13:02:25 -0800, Akand Islam napisał(a):
> Hello all,
> I want to do non-linear regression by fitting the model (let say, y =
> a1*x+b1*x**2+c1*x**3/exp(d1*x**4)) where the parameter (say "c1") must
> be in between (0 to 1), and others can be of any values. How can I
> perform
Dnia Mon, 24 Jan 2011 09:09:31 -0800, santosh hs napisał(a):
> Hi All,
> i am beginner to python please tell me which is the best available
> reference for beginner to start from novice
For most CS stuff O'Reilly is most often a good bet. Therefore I think
you'll find Mark Lutz's "Learning Pytho
> Dear all,
>
> I hope someone out there can help me.
>
> The output string of my code is close to what i need, but i need it
> 1)printed on one line and
> 2) reversed
>
> #mycode:
> s= input("Enter message: ")
> key=1
> for letter in s:
> num=(chr(ord(letter)+1))
> print(num)
> #or
> As I reported early, the errors, if any, are in .png and .svg images of
> text, which would have to be replaced, not corrected. Would be good
> since the imaged snippet is a haphazard except from a much larger file
> and inane out of context.
I don't think it really is a big deal. I mean, this i
> Also depends on how one defines "popularity" in the context of
> programming languages.
Tiobe quite clearly states what they mean by the name "popularity".
Namely the number of Google search results of expressions like
"programming X" for X in languages. If no one in the Web writes about
prog
> I invite folks to check out Tiobe's Language Popularity Rankings:
>
> http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
>
> The gist is: Python grew faster than any other programming language over
> the last year, according to this (slightly arbitrary, but better than no
> indica