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


Groups > comp.lang.python > #106496

Promoting Python

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From "Gordon( Hotmail )" <sionet3344@hotmail.co.uk>
Newsgroups comp.lang.python
Subject Promoting Python
Date Tue, 5 Apr 2016 06:48:01 +0100
Lines 33
Message-ID <mailman.54.1459840979.32530.python-list@python.org> (permalink)
References <DUB110-DS131649FA6F6AA56BBDD63E989E0@phx.gbl>
Mime-Version 1.0
Content-Type text/plain; charset="iso-8859-1"
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de zD6dFJh4i7OHRm31hcxgGQk2oHBI1gh0JJKId9vbJhcg==
Return-Path <sionet3344@hotmail.co.uk>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.086
X-Spam-Evidence '*H*': 0.83; '*S*': 0.00; 'subject:Python': 0.05; 'blocked': 0.09; 'python': 0.10; 'python.': 0.11; 'received:io': 0.16; 'received:psf.io': 0.16; 'rem': 0.16; 'duplicate': 0.18; 'versions': 0.20; 'claiming': 0.22; 'exec': 0.22; 'examples': 0.24; 'example': 0.26; 'sensible': 0.29; 'print': 0.30; 'code': 0.30; 'problem': 0.33; 'downloading': 0.33; 'except': 0.34; 'previous': 0.34; 'next': 0.35; 'could': 0.35; 'knowledge': 0.35; 'step': 0.36; 'too': 0.36; 'instead': 0.36; 'basic': 0.36; 'to:addr:python-list': 0.36; 'agree': 0.37; 'say': 0.37; 'files': 0.38; 'to:addr:python.org': 0.40; 'space': 0.40; 'some': 0.40; 'software': 0.40; '2000': 0.63; 'url:co': 0.65; 'circle': 0.66; 'from:addr:hotmail.co.uk': 0.66; 'advantages': 0.72; 'amateur': 0.84; 'avg': 0.84; 'liberty': 0.84; 'colour': 0.91
X-TMN [QRsVtAqSXQtWdY5MHUsn8W9B8d4bOmTm]
X-Originating-Email [sionet3344@hotmail.co.uk]
X-Priority 3
X-MSMail-Priority Normal
Importance Normal
X-Mailer Microsoft Windows Live Mail 16.4.3528.331
X-MimeOLE Produced By Microsoft MimeOLE V16.4.3528.331
X-OriginalArrivalTime 05 Apr 2016 05:48:00.0888 (UTC) FILETIME=[B6B92780:01D18EFE]
X-Mailman-Approved-At Tue, 05 Apr 2016 03:22:58 -0400
X-Content-Filtered-By Mailman/MimeDel 2.1.21
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <DUB110-DS131649FA6F6AA56BBDD63E989E0@phx.gbl>
Xref csiph.com comp.lang.python:106496

Show key headers only | View raw


I am struggling to understand the basic principles of Python having spent many years as a pure Amateur tinkering with a variety of BASIC  as you can see on my site at http://www.sigord.co.uk/  I think you will agree all such versions of Basic I have used are far easier to understand than Python. Though with my limited knowledge I accept Python may have many advantages over say Liberty Basic etc.

The problem I am finding is most of the sites claiming to help understand Python devote far too much space bragging about the wonders of Python instead of concentrating how to make sensible use of it. For example I struggle to find examples of such as below if you could please help me. If I manage to duplicate some of my efforts on my site with Python I will be happy to upload the code to my site. I will also try to upload working exec files of such also, except my previous attempts at downloading the relevant software was blocked by AVG software as risky. 

Gordon


Liberty Basic
for n = 32 to 255: print n;chr$(n) : next n

REM BBC Basic
FOR c = 1 TO 15 : COLOUR c
  PRINT "Color ";c
NEXT c

REM BBC Basic
c = 0
FOR x = 80 TO 2000 STEP 96
  GCOL c: CIRCLE FILL x,500,50 : c = c + 1
NEXT x

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


Thread

Promoting Python "Gordon( Hotmail )" <sionet3344@hotmail.co.uk> - 2016-04-05 06:48 +0100
  Re: Promoting Python Rustom Mody <rustompmody@gmail.com> - 2016-04-05 00:31 -0700
    Re: Promoting Python Joel Goldstick <joel.goldstick@gmail.com> - 2016-04-05 08:06 -0400
      Re: Promoting Python alister <alister.ware@ntlworld.com> - 2016-04-05 18:02 +0000
        Re: Promoting Python BartC <bc@freeuk.com> - 2016-04-05 19:47 +0100
          Re: Promoting Python alister <alister.ware@ntlworld.com> - 2016-04-05 19:38 +0000
    Re: Promoting Python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-04-05 08:13 -0400
      Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-05 15:31 +0300
  Re: Promoting Python Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-04-06 20:52 +1200
    Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-06 12:12 +0300
  Re: Promoting Python BartC <bc@freeuk.com> - 2016-04-06 12:06 +0100
    Re: Promoting Python Ned Batchelder <ned@nedbatchelder.com> - 2016-04-06 04:38 -0700
      Re: Promoting Python BartC <bc@freeuk.com> - 2016-04-06 14:21 +0100
    Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-06 14:46 +0300
      Re: Promoting Python Michael Selik <michael.selik@gmail.com> - 2016-04-06 13:33 +0000
        Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-06 17:14 +0300
          Re: Promoting Python Chris Angelico <rosuav@gmail.com> - 2016-04-07 00:20 +1000
            Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-06 21:23 +0300
              Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-06 21:50 +0300
              Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-06 22:30 +0300
          Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-06 22:22 +0300
            Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-06 22:59 +0300
              Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-06 23:39 +0300
                Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-07 01:03 +0300
                Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-07 09:30 +0300
                Re: Promoting Python Ian Kelly <ian.g.kelly@gmail.com> - 2016-04-07 00:56 -0600
                Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-07 10:19 +0300
                Re: Promoting Python Steven D'Aprano <steve@pearwood.info> - 2016-04-08 16:09 +1000
          Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-06 23:05 +0300
      Re: Promoting Python BartC <bc@freeuk.com> - 2016-04-06 14:54 +0100
        Re: Promoting Python Marko Rauhamaa <marko@pacujo.net> - 2016-04-06 17:08 +0300
          Re: Promoting Python Larry Martell <larry.martell@gmail.com> - 2016-04-06 10:36 -0400
        Re: Promoting Python Chris Angelico <rosuav@gmail.com> - 2016-04-07 00:14 +1000
        Re: Promoting Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-04-06 15:20 +0100
          Re: Promoting Python Ned Batchelder <ned@nedbatchelder.com> - 2016-04-06 07:34 -0700
            Re: Promoting Python Ned Batchelder <ned@nedbatchelder.com> - 2016-04-06 10:55 -0700
              Re: Promoting Python BartC <bc@freeuk.com> - 2016-04-06 23:24 +0100
          Re: Promoting Python BartC <bc@freeuk.com> - 2016-04-06 18:04 +0100
    Re: Promoting Python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-04-06 08:04 -0400
    Re: Promoting Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-04-06 13:39 +0100
    Re: Promoting Python Steven D'Aprano <steve@pearwood.info> - 2016-04-07 03:40 +1000

csiph-web