Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74410
| 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 | <chris@cdreimer.com> |
| 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" <chris@cdreimer.com> |
| 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 | <ca4c09ca-49a8-4177-80cd-016f3748612c@googlegroups.com> |
| In-Reply-To | <ca4c09ca-49a8-4177-80cd-016f3748612c@googlegroups.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11794.1405300338.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What Next After Python Basics Orochi <kartikjagdale11@gmail.com> - 2014-07-13 13:16 -0700
Re: What Next After Python Basics Dan Stromberg <drsalists@gmail.com> - 2014-07-13 17:38 -0700
Re: What Next After Python Basics "C.D. Reimer" <chris@cdreimer.com> - 2014-07-13 14:46 -0700
Re: What Next After Python Basics mathias.moe@gmail.com - 2014-07-19 13:26 -0700
Re: What Next After Python Basics Chris Angelico <rosuav@gmail.com> - 2014-07-20 11:29 +1000
Re: What Next After Python Basics Orochi <kartikjagdale11@gmail.com> - 2014-07-22 23:52 -0700
csiph-web