Do you want a project? I have something I need done and it would be perfect as a tutorial for the beginner/intermediate scripter<br><br><ol><li>Use the following Atom feed: <a href="http://www.equestriadaily.com/feeds/posts/default/-/Drawfriend?max-results=10000">http://www.equestriadaily.com/feeds/posts/default/-/Drawfriend?max-results=10000</a></li>
<li>Locate the link to the full post references in each entry</li><li>Download the target page for each entry (This is all the blog posts on this site with the label "Drawfriend")</li><li>You will have a directory full of HTML pages</li>
<li>Use the BeautifulSoup parser to download all the full sized images for each post. (Hint: Each image is inside a <div class="separator"> tag, and its URL is the "href" attribute of the <a> tag)</li>
<li>It might be a good idea to use the workerpool module to download all the images in one post at the same time. There's a tutorial on the workerpool module webpage.</li><li>???</li><li>Profit</li></ol><div>sudo easy_install workerpool</div>
<div>sudo easy_install beautifulsoup</div><div>will help you here</div><br><br>On 2 July 2012 15:58, Michael Quaintance <<a href="mailto:penfoldq@penfoldq.co.uk">penfoldq@penfoldq.co.uk</a>> wrote:<br>> <a href="http://www.diveintopython.net/">http://www.diveintopython.net/</a><br>
><br>> Although it is intended for novice programmers who have never really<br>> programmed before, it is a good introduction to the language.<br>><br>> -Michael<br>><br>><br>> On Mon, Jul 2, 2012 at 10:15 AM, Martin <<a href="mailto:martin@ml1.co.uk">martin@ml1.co.uk</a>> wrote:<br>
>><br>>> Folks,<br>>><br>>> OK... So I've had enough of the bash quirky funkiness!... :-(<br>>><br>>><br>>> Anyone got a Python book I can take on 'long-term borrowing'? Or are<br>
>> there any good easily read online sources for Python?<br>>><br>>> Cheers,<br>>> Martin<br>>><br>>> --<br>>> - ------------------ - ----------------------------------------<br>
>> - Martin Lomas - OpenPGP (GPG/PGP) Public Key: 0xCEE1D3B7<br>
>> - martin @ ml1 co uk - Import from hkp://<a href="http://subkeys.pgp.net">subkeys.pgp.net</a> or<br>>> - ------------------ - http:// ml1 .co .uk/martin_ml1_co_uk.gpg<br>>><br>>> _______________________________________________<br>
>> Nottingham mailing list<br>>> <a href="mailto:Nottingham@mailman.lug.org.uk">Nottingham@mailman.lug.org.uk</a><br>>> <a href="https://mailman.lug.org.uk/mailman/listinfo/nottingham">https://mailman.lug.org.uk/mailman/listinfo/nottingham</a><br>
><br>><br>><br>> _______________________________________________<br>> Nottingham mailing list<br>> <a href="mailto:Nottingham@mailman.lug.org.uk">Nottingham@mailman.lug.org.uk</a><br>> <a href="https://mailman.lug.org.uk/mailman/listinfo/nottingham">https://mailman.lug.org.uk/mailman/listinfo/nottingham</a><br>