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


Groups > comp.lang.python > #59669

Re: Python Beginner

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.041
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.06; 'python': 0.11; 'times,': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'said.': 0.16; 'wrote:': 0.18; 'rules': 0.22; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'easier': 0.31; 'running': 0.33; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'nov': 0.38; 'to:addr:python-list': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'business.': 0.80; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=l6MPdJdur6hhuOVNJFmq4FOyEbqy1Fc6XNA/12A2BoI=; b=Dh2b6/YSVUZwTMVQ9+lKooYNmZdW5KwtYSb2T+MM9TOTMzoO5hHAkj6aOdg8yO5sHe u5O7KFMd64tfi/iV6u4zcA7AFBx4zrTUkmVWqJYcVjbAZ0RbeaGAt75CAMIcsUiQ8L7/ TvOP92S3Jzx/f5D4Rgyeo4EZnVikNymMJbJ6+ukywp2003Fdn7EyuktTaGeAyGk9a1gK ajPu/sQsLPSZp+xKMr4dylM1dO02HddAdKTBvVW1nEOvScS5xLx3wKOvz6IOZiq6gA/M 78ZoTBxIAlmyA98rxJ3R9h1IU4GNFdutEbZspNXaAp/tzXtIIN7kj64YGCuHOhLsMH89 TQYg==
MIME-Version 1.0
X-Received by 10.66.129.169 with SMTP id nx9mr3888749pab.130.1384644475075; Sat, 16 Nov 2013 15:27:55 -0800 (PST)
In-Reply-To <23505dfa-b566-4755-a993-59dc77f031fb@googlegroups.com>
References <6945e5dc-c32f-43ea-b40f-837e717d6636@googlegroups.com> <mailman.2743.1384641700.18130.python-list@python.org> <23505dfa-b566-4755-a993-59dc77f031fb@googlegroups.com>
Date Sun, 17 Nov 2013 10:27:55 +1100
Subject Re: Python Beginner
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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>
Newsgroups comp.lang.python
Message-ID <mailman.2746.1384644485.18130.python-list@python.org> (permalink)
Lines 9
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1384644485 news.xs4all.nl 15963 [2001:888:2000:d::a6]:59050
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:59669

Show key headers only | View raw


On Sun, Nov 17, 2013 at 10:22 AM, ngangsia akumbo <ngangsia@gmail.com> wrote:
> I am experience in running a business. Please i will like to know how python can make things easier as you said.

Well, anything you can describe in terms of rules and procedures can
be automated. But this is the art of programming; it's hard to
describe generally. Find something that you have to do lots of times,
and work on automating it. That's what code is good at!

ChrisA

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


Thread

Python Beginner ngangsia akumbo <ngangsia@gmail.com> - 2013-11-16 14:25 -0800
  Re: Python Beginner Chris Angelico <rosuav@gmail.com> - 2013-11-17 09:41 +1100
    Re: Python Beginner ngangsia akumbo <ngangsia@gmail.com> - 2013-11-16 15:22 -0800
      Re: Python Beginner Chris Angelico <rosuav@gmail.com> - 2013-11-17 10:27 +1100
    Re: Python Beginner Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-17 06:51 +0000
      Re: Python Beginner ngangsia akumbo <ngangsia@gmail.com> - 2013-11-17 20:02 -0800
        Re: Python Beginner Terry Reedy <tjreedy@udel.edu> - 2013-11-17 23:42 -0500
          Re: Python Beginner ngangsia akumbo <ngangsia@gmail.com> - 2013-11-18 02:18 -0800
            Re: Python Beginner Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-11-19 18:20 +1300
              Re: Python Beginner ngangsia akumbo <ngangsia@gmail.com> - 2013-11-20 10:34 -0800
                RE: Python Beginner Hector Chapa <hchapa@lrgvdc911.org> - 2013-11-20 18:41 +0000
                Re: Python Beginner ngangsia akumbo <ngangsia@gmail.com> - 2013-11-20 11:04 -0800
                Re: Python Beginner Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-20 19:21 +0000
                Re: Python Beginner ngangsia akumbo <ngangsia@gmail.com> - 2013-11-20 11:33 -0800
                Re: Python Beginner Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-20 20:02 +0000
                Re: Python Beginner Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-11-20 18:15 -0500
                Re: Python Beginner Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-20 14:00 -0500
    Re: Python Beginner ngangsia akumbo <ngangsia@gmail.com> - 2013-11-18 02:18 -0800
      Re: Python Beginner Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-18 13:34 +0000
  Re: Python Beginner William Ray Wing <wrw@mac.com> - 2013-11-16 18:30 -0500

csiph-web