Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #74057

Re: Why is it different from the example on the tutorial?

Date 2014-07-06 13:32 -0700
From Larry Hudson <orgnut@yahoo.com>
Newsgroups comp.lang.python
Subject Re: Why is it different from the example on the tutorial?
References <f949d1c4-98c4-417f-9abc-58fe72b4c0a0@googlegroups.com> <mailman.11537.1404651349.18130.python-list@python.org> <c8f935e5-cd8f-4589-a70c-b172a985e22b@googlegroups.com> <21e704ee-648b-423d-8682-11cb310a31a8@googlegroups.com> <6928b0db-4f08-4279-aa2e-98f5b70fbc22@googlegroups.com>
Message-ID <zomdnUIU6fbSLyTOnZ2dnUVZ_oSdnZ2d@giganews.com> (permalink)

Show all headers | View raw


On 07/06/2014 08:03 AM, rxjwg98@gmail.com wrote:
   <snip>
> Thanks. I do not want to waste everyone's time. For a jump start, there are
> small errors making me frustrating. Your help does help me, confirm the usage
> etc. After a basic familiarity, I do not want to post more. I use cygwin Python,
> I type help of an object 'result'. It does show up the help content, but it
> never quits the help afterwards. It is annoying, and time wasting. (Sorry again,
> that problem may be about Cygwin, not Python. Excuse me to mention that here.
> Of course, your help post consumes your time. Thanks again.
>
I'm curious as to why you're using Cygwin Python.  Cygwin is great for using Unix/Linux programs 
that are not available in Windows, but there are Windows-native versions of Python available.  I 
would suggest that you would be better off installing Python directly into Windows instead of 
going round-about with Cygwin.

If you do this, I would also suggest that you install Python 3 instead of Python 2, but you may 
have to find a different tutorial.  Although I suspect that part of your problems are that the 
tutorial you're using IS for Python 3 rather than the 2.7 you are using.  Really, there aren't a 
lot of differences between 2 and 3, but the differences ARE very significant.  And 3 is 
definitely the better, as well as the future.

(Aside:  I do have Cygwin installed on my Windows system, but I have pretty much given up on 
using Windows.  I find Linux far superior and more comfortable to use, and it gets away from 
Big-Brotherish Microsoft.  I do use it occasionally, but I think the last time I ran it was at 
least two months ago.)

      -=- Larry -=-

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Why is it different from the example on the tutorial? rxjwg98@gmail.com - 2014-07-06 05:13 -0700
  Re: Why is it different from the example on the tutorial? Tim Chase <python.list@tim.thechases.com> - 2014-07-06 07:54 -0500
    Re: Why is it different from the example on the tutorial? rxjwg98@gmail.com - 2014-07-06 06:38 -0700
      Re: Why is it different from the example on the tutorial? Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-06 07:18 -0700
        Re: Why is it different from the example on the tutorial? Roy Smith <roy@panix.com> - 2014-07-06 10:34 -0400
          Re: Why is it different from the example on the tutorial? Chris Angelico <rosuav@gmail.com> - 2014-07-07 00:45 +1000
          Re: Why is it different from the example on the tutorial? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-07-06 15:47 +0100
          Re: Why is it different from the example on the tutorial? Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-06 08:53 -0700
            Re: Why is it different from the example on the tutorial? Roy Smith <roy@panix.com> - 2014-07-06 12:01 -0400
        Re: Why is it different from the example on the tutorial? rxjwg98@gmail.com - 2014-07-06 08:03 -0700
          Re: Why is it different from the example on the tutorial? Peter Otten <__peter__@web.de> - 2014-07-06 17:46 +0200
          Re: Why is it different from the example on the tutorial? Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-06 09:02 -0700
          Re: Why is it different from the example on the tutorial? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-07-06 19:29 +0100
          Re: Why is it different from the example on the tutorial? Larry Hudson <orgnut@yahoo.com> - 2014-07-06 13:32 -0700
            Re: Why is it different from the example on the tutorial? rxjwg98@gmail.com - 2014-07-06 13:42 -0700
      Re: Why is it different from the example on the tutorial? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-07-06 15:25 +0100
  Re: Why is it different from the example on the tutorial? Rustom Mody <rustompmody@gmail.com> - 2014-07-06 09:01 -0700

csiph-web