Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'exercise': 0.04; 'subject:Python': 0.06; 'intermediate': 0.07; 'python': 0.11; 'advance!': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'all,': 0.19; 'trying': 0.19; 'projects,': 0.19; 'subject:project': 0.19; 'header:User- Agent:1': 0.23; 'large,': 0.24; 'question': 0.24; 'room': 0.29; 'moved': 0.30; 'along': 0.30; "i'm": 0.30; 'lines': 0.31; 'subject:that': 0.31; 'subject:the': 0.34; 'but': 0.35; 'thanks': 0.36; 'subject:?': 0.36; 'too': 0.37; 'project': 0.37; 'to:addr :python-list': 0.38; 'rather': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'first': 0.61; 'design,': 0.64; 'more': 0.64; 'url:bit': 0.65; 'url:ly': 0.65; 'felt': 0.74; 'approaches,': 0.84; 'subject:made': 0.84; 'subject:you': 0.87 Date: Sun, 19 May 2013 07:30:49 -0400 From: Ned Batchelder User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: python-list@python.org Subject: What was the project that made you feel skilled in Python? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1368963058 news.xs4all.nl 15941 [2001:888:2000:d::a6]:35904 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45558 Hi all, I'm trying to come up with more project ideas for intermediate learners, somewhat along the lines of http://bit.ly/intermediate-python-projects . So here's a question for people who remember coming up from beginner: as you moved from exercises like those in Learn Python the Hard Way, up to your own self-guided work on small projects, what project were you working on that made you feel independent and skilled? What program first felt like your own work rather than an exercise the teacher had assigned? I don't want anything too large, but big enough that there's room for design, and multiple approaches, etc. Thanks in advance! --Ned.