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: 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> <23505dfa-b566-4755-a993-59dc77f031fb@googlegroups.com> Date: Sun, 17 Nov 2013 10:27:55 +1100 Subject: Re: Python Beginner From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Sun, Nov 17, 2013 at 10:22 AM, ngangsia akumbo 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