Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!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: UNSURE 0.218 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.58; '*S*': 0.02; 'beginner': 0.05; 'subject:Python': 0.06; 'suggestions.': 0.09; 'runs': 0.10; 'python': 0.11; 'investigate': 0.16; 'start?': 0.16; 'wrote:': 0.18; 'do.': 0.18; 'header:User-Agent:1': 0.23; 'from:addr:chris': 0.24; 'received:comcast.net': 0.24; 'script': 0.25; 'task': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; '(which': 0.31; 'weeks': 0.32; 'basic': 0.35; 'display': 0.35; 'something': 0.35; 'building': 0.35; 'next': 0.36; 'hi,': 0.36; 'should': 0.36; 'wrong': 0.37; 'two': 0.37; 'project': 0.37; 'thank': 0.38; '(i.e.,': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'manually': 0.60; 'completed': 0.61; 'took': 0.61; 'course': 0.61; 'first': 0.61; 'more': 0.64; 'taking': 0.65; 'hours': 0.66; 'minutes': 0.67; 'webpage': 0.68; 'clicking': 0.73; 'received:199': 0.74; 'click': 0.77; 'glance': 0.84; 'spreadsheet': 0.84; 'subject:After': 0.84; 'subject:Next': 0.84; 'urls,': 0.91; 'hands': 0.96 Date: Sun, 13 Jul 2014 14:46:20 -0700 From: "C.D. Reimer" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: What Next After Python Basics References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 14 Jul 2014 03:12:17 +0200 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405300338 news.xs4all.nl 2855 [2001:888:2000:d::a6]:60452 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74410 On 7/13/2014 1:16 PM, Orochi wrote: > Hi, > I am beginner in Python > I have Completed Basic Python Course from Codecademy.com . > Now that I have a hands on the basics what is the next thing I should do. > I mean should I learn more or start a small Project(Any Ideas are Welcomed) or any Other suggestions. > Where to Start? > > Thank You, > Orochi My first project after barely learning the basics of Python was reading a spreadsheet with 600+ website URLs, taking a screenshot of each website, and building a HTML webpage to display the 600+ screenshots. If I was to do this manually (i.e., clicking and looking at each website), this would take two weeks of my spare time. By automating this task into a Python script (which took two weeks of my spare time), the script runs for two hours in the background and I take 15 minutes to glance at the HTML pages with screenshots. If I find something wrong with a particular screenshot, I can click on the website URL to investigate further. Chris Reimer