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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'tutorial': 0.03; 'exercise': 0.04; 'advice.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:How': 0.10; 'python': 0.11; 'dog': 0.16; 'experiment.': 0.16; 'experiments': 0.16; 'finney': 0.16; 'grasp': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'simpson': 0.16; 'wrote:': 0.18; 'do.': 0.18; 'rules': 0.22; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'leave': 0.29; 'code': 0.31; 'writes:': 0.31; 'url:python': 0.33; 'basic': 0.35; 'something': 0.35; 'done.': 0.35; 'there': 0.35; 'received:com.au': 0.36; 'doing': 0.36; 'url:org': 0.36; 'should': 0.36; 'ben': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'helps': 0.61; 'url:3': 0.61; "you're": 0.61; 'you.': 0.62; "you'll": 0.62; 'show': 0.63; 'pick': 0.64; 'between': 0.67; '\xe2\x80\x93': 0.77; 'bite': 0.84; 'experiment': 0.84; 'received:125': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Re: How to begin Date: Fri, 14 Feb 2014 09:31:55 +1100 References: <8a78be96-7d26-47ff-9627-246d85410cd2@googlegroups.com> <20140213222507.GA45957@cskk.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: vmx15867.hosting24.com.au X-Public-Key-ID: 0xBD41714B X-Public-Key-Fingerprint: 9CFE 12B0 791A 4267 887F 520C B7AC 2E51 BD41 714B X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-gpg.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:697XjwRVWe9ZueSuU3PyTWyUPD4= 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392330727 news.xs4all.nl 2878 [2001:888:2000:d::a6]:37404 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66268 Cameron Simpson writes: > On 13Feb2014 05:18, weixixiao <7441980@gmail.com> wrote: > > I have learned the basic rules of Python in this website. > > What should I do next?where to go? > > It helps to have something you want done. > > Find something small you'd like to do. Do it in Python. Good advice. Alternatively, there is a whole tutorial of exercises with the things to do already existing . Start at the beginning, work through each exercise – *do* them and experiment until you understand them – before continuing. Ask questions if your experiments leave you confused, and be prepared to show what exercise you're doing and the code of your experiment. By the end of the tutorial you'll have a solid grasp of all of Python. -- \ “If you pick up a starving dog and make him prosperous, he will | `\ not bite you. This is the principal difference between a dog | _o__) and a man.” —Mark Twain, _Pudd'n'head Wilson_ | Ben Finney