Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: mviljamaa Newsgroups: comp.lang.python Subject: Re: How to become more motivated to learn Python Date: Wed, 04 May 2016 11:41:37 +0300 Lines: 34 Message-ID: References: <1780e532-e316-4d9f-951d-cc9147209e97@googlegroups.com> <6e2d9770eddbc7a71c2a63851bce14b7@kapsi.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 376v4Znq2ZG5yqyPFNp2wQBAAZYxgqxli9e6KLGE1zXw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'motivated': 0.05; '(especially': 0.07; 'cc:addr:python-list': 0.09; 'subject:How': 0.09; 'tutorials,': 0.09; 'python': 0.10; 'languages.': 0.15; '(either': 0.16; 'assignments.': 0.16; 'finish.': 0.16; 'flow.': 0.16; 'partly': 0.16; 'rather,': 0.16; 'received:fi': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'say,': 0.18; 'stick': 0.18; 'language': 0.19; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'trying': 0.22; 'cc:no real name:2**0': 0.22; 'programming': 0.22; 'written': 0.24; 'header:In-Reply-To:1': 0.24; 'paul': 0.24; 'skip:- 40': 0.25; 'header:User-Agent:1': 0.26; 'question': 0.27; 'tend': 0.27; 'actual': 0.28; 'motivation': 0.29; 'related': 0.32; 'language.': 0.32; 'done,': 0.33; 'something': 0.35; 'sometimes': 0.35; 'unit': 0.35; 'step': 0.36; 'but': 0.36; 'subject:: ': 0.37; 'charset:us- ascii': 0.37; 'rather': 0.39; 'resources': 0.39; 'some': 0.40; 'field': 0.60; 'your': 0.60; 'subject:more': 0.61; 'programs': 0.62; 'per': 0.62; 'more': 0.63; 'personal': 0.63; 'times': 0.63; 'interest': 0.64; "they're": 0.66; 'received:217': 0.66; 'completed': 0.69; 'frustrated': 0.72; 'yourself': 0.73; 'subject:learn': 0.84; 'tough': 0.95 In-Reply-To: <1780e532-e316-4d9f-951d-cc9147209e97@googlegroups.com> X-Sender: mviljamaa@kapsi.fi User-Agent: RoundCube Webmail/0.9.4 X-SA-Exim-Connect-IP: 217.30.184.182 X-SA-Exim-Mail-From: mviljamaa@kapsi.fi X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on mail.kapsi.fi) X-Mailman-Approved-At: Wed, 04 May 2016 06:29:07 -0400 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <6e2d9770eddbc7a71c2a63851bce14b7@kapsi.fi> X-Mailman-Original-References: <1780e532-e316-4d9f-951d-cc9147209e97@googlegroups.com> Xref: csiph.com comp.lang.python:108126 I tend to not have the patience to go through programming tutorials, because I think they're boring. I sometimes use them as reference to see or recall how something is done, but I don't step through them in order to learn a language. Rather, I write programs to learn programming and languages. It's easier if you have some background in programming in some other language. I merely pick personal projects that interest me and then try to develop them to finish. I seek resources that help me do what I need to. I think it's easier to be motivated in actual projects that interest you, rather than programming assignments. -Matti Cai Gengyang kirjoitti 2016-05-03 14:20: > So I have completed up to CodeAcademy's Python Unit 2 , now moving on > to Unit3 : Conditionals and Control Flow. > > But I feel my motivation wavering , at times I get stuck and > frustrated when trying to learn a new programming language ? > > This might not be a technical question per say, but it is a Python > programming related one. How do you motivate a person (either yourself > or your child) to become more interested in programming and stick with > it ? Is determination in learning (especially in a tough field like > software) partly genetic ? > > Related , This is a very well written essay on determination by Paul > Graham > ----------------------------------------http://www.paulgraham.com/determination.html > > Gengyang