Has anyone got any good references on numpy? Looks pretty interesting<br><br>~Eben<br><br><div class="gmail_quote">On Mon, Jul 2, 2012 at 4:10 PM, Rory Holland <span dir="ltr">&lt;<a href="mailto:rory@linux.com" target="_blank">rory@linux.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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" target="_blank">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 &quot;Drawfriend&quot;)</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 &lt;div class=&quot;separator&quot;&gt; tag, and its URL is the &quot;href&quot; attribute of the &lt;a&gt; 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&#39;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><div class="HOEnZb"><div class="h5"><br><br>On 2 July 2012 15:58, Michael Quaintance &lt;<a href="mailto:penfoldq@penfoldq.co.uk" target="_blank">penfoldq@penfoldq.co.uk</a>&gt; wrote:<br>
&gt; <a href="http://www.diveintopython.net/" target="_blank">http://www.diveintopython.net/</a><br>

&gt;<br>&gt; Although it is intended for novice programmers who have never really<br>&gt; programmed before, it is a good introduction to the language.<br>&gt;<br>&gt; -Michael<br>&gt;<br>&gt;<br>&gt; On Mon, Jul 2, 2012 at 10:15 AM, Martin &lt;<a href="mailto:martin@ml1.co.uk" target="_blank">martin@ml1.co.uk</a>&gt; wrote:<br>


&gt;&gt;<br>&gt;&gt; Folks,<br>&gt;&gt;<br>&gt;&gt; OK... So I&#39;ve had enough of the bash quirky funkiness!... :-(<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Anyone got a Python book I can take on &#39;long-term borrowing&#39;? Or are<br>


&gt;&gt; there any good easily read online sources for Python?<br>&gt;&gt;<br>&gt;&gt; Cheers,<br>&gt;&gt; Martin<br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; - ------------------ - ----------------------------------------<br>

&gt;&gt; -    Martin Lomas    - OpenPGP (GPG/PGP) Public Key: 0xCEE1D3B7<br>
&gt;&gt; - martin @ ml1 co uk - Import from   hkp://<a href="http://subkeys.pgp.net" target="_blank">subkeys.pgp.net</a>   or<br>&gt;&gt; - ------------------ - http:// ml1 .co .uk/martin_ml1_co_uk.gpg<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>


&gt;&gt; Nottingham mailing list<br>&gt;&gt; <a href="mailto:Nottingham@mailman.lug.org.uk" target="_blank">Nottingham@mailman.lug.org.uk</a><br>&gt;&gt; <a href="https://mailman.lug.org.uk/mailman/listinfo/nottingham" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/nottingham</a><br>


&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; Nottingham mailing list<br>&gt; <a href="mailto:Nottingham@mailman.lug.org.uk" target="_blank">Nottingham@mailman.lug.org.uk</a><br>&gt; <a href="https://mailman.lug.org.uk/mailman/listinfo/nottingham" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/nottingham</a><br>


</div></div><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" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/nottingham</a><br></blockquote></div><br>