Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'django,': 0.09; 'rewrite': 0.09; 'subject:using': 0.09; 'python': 0.11; 'django': 0.11; '(small)': 0.16; 'from:addr:cs': 0.16; 'from:addr:zip.com.au': 0.16; 'from:name:cameron simpson': 0.16; 'initially,': 0.16; 'message-id:@cskk.homeip.net': 0.16; 'playful': 0.16; 'received:211.29': 0.16; 'received:211.29.132': 0.16; 'received:cskk.homeip.net': 0.16; 'received:homeip.net': 0.16; 'received:optusnet.com.au': 0.16; 'received:syd.optusnet.com.au': 0.16; 'simpson': 0.16; 'subject:???': 0.16; 'subject:python': 0.16; 'language': 0.16; 'wrote:': 0.18; 'version.': 0.19; 'shell': 0.22; 'header:User- Agent:1': 0.23; 'cheers,': 0.24; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; '3.x': 0.31; 'subject:what': 0.31; 'yourself.': 0.31; 'run': 0.32; 'another': 0.32; 'problem': 0.35; 'something': 0.35; 'done.': 0.35; 'but': 0.35; 'really': 0.36; 'programming,': 0.36; 'received:com.au': 0.36; 'charset:us-ascii': 0.36; 'should': 0.36; 'received:211': 0.38; 'to:addr:python-list': 0.38; 'ability': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'read': 0.60; 'easy': 0.60; 'solve': 0.60; 'hope': 0.61; 'effective': 0.61; 'simple': 0.61; 'content-disposition:inline': 0.62; 'interest': 0.64; 'book,': 0.68; 'introduction': 0.68; 'prompt': 0.68; 'subject:For': 0.78; 'cho': 0.84; 'studying': 0.84 Date: Mon, 18 Aug 2014 15:22:28 +1000 From: Cameron Simpson To: python-list@python.org Subject: Re: For using python ability, what should I do??? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <57995ec1-00d6-437f-a27e-416a830b50c3@googlegroups.com> User-Agent: Mutt/1.5.21 (2010-09-15) References: <57995ec1-00d6-437f-a27e-416a830b50c3@googlegroups.com> X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=AOuw8Gd4 c=1 sm=1 tr=0 a=YuQlxtEQCowy2cfE5kc7TA==:117 a=YuQlxtEQCowy2cfE5kc7TA==:17 a=ZtCCktOnAAAA:8 a=PO7r1zJSAAAA:8 a=LcaDllckn3IA:10 a=VahP5KXT5WEA:10 a=urVXaKRc63MA:10 a=kj9zAlcOel0A:10 a=vrnE16BAAAAA:8 a=pGLkceISAAAA:8 a=4fzp_YXjQKjCJ4xKmVkA:9 a=CjuIK1q_8ugA:10 a=MSl-tDqOz04A:10 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408340898 news.xs4all.nl 2915 [2001:888:2000:d::a6]:46359 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76454 On 17Aug2014 22:04, Jm Cho wrote: >Hello~ I'm Korean, and I register this groups just now. >Thesedays, I'm studying Python 3.x version. I like Python. >i read a book, python for kids a playful introduction to programming, >it is very easy but very effective to me. > >so, I hope my python ability is higher... >What should I do?? Write something small that does something you want done. Initially, something trivial. If you have programmed before, rewrite something simple from another language to Python. >ps. In fect, I did try to Django, but it was very difficult.. Django is a huge web framework! Write something simple that can run in a console or shell prompt or simple IDE. But it really does help to solve a (small) problem of interest to yourself. Cheers, Cameron Simpson