I made a concerted effort to read more in 2019 – and I succeeded, reading a total of 42 books over the year (and this doesn’t even include the many books I read to my toddler). I’ve chosen a selection of my favourites from the year to highlight in this blog post in the hope […]
Summary:Â Fascinating book covering the whole breadth of high performance Python. It starts with detailed discussion of various profiling methods, continues with chapters on performance in standard Python, then focuses on high performance using arrays, compiling to C and various approaches to parallel programming. I learnt a lot from the book, and have already started improving […]
Summary:Â Rackspace are great: easy-to-use control panel, helpful support, fast servers and I got it all for free to host my open-source projects! Upgrading servers isn’t as easy as it could be, but that’s a very minor problem overall. After thinking about it for a while, I took advantage of Jesse Noller’s offer that I found […]
Summary: A useful guide to automating ArcGIS using Python, which is fully up-to-date with the latest version of ArcGIS. Definitely provides “quick answers to common problems”, but it may take more effort to get a deep understanding of the methods used. Good breadth of coverage – but notably lacks raster examples – and well explained […]
Summary: This book takes you all the way from Morse Code to a fully working computer, explaining everything along the way. What’s more, it’s a great read too! If you ever wondered how a computer worked then buy this and read it – even if you think you already know (unless you’re, you know, a chip designer at […]
Summary: Cheap, lots of features, can resell. Servers located in US (may be a problem) and expensive for dedicated servers. Details: Register at Dreamhost. If you use the promotion code RTWILSONBLOG you will get $50 off your hosting package, and a free lifetime domain registration – yes, really! The details of their standard package is […]
Summary: Perfect for the price. Great cross-platform compatibility. Couldn’t ask for more. Details: Asonic External USB 2.0 8 Channel Sound Card. I think it comes in various incarnations with the same chips inside, but I got mine from eBuyer where it was sold as the Ebuyer Extra Value Asonic External USB 2.0 8 Channel Sound Card. […]
Summary: Great book – clear explanations, useful example code and a friendly, easy-going writing style. One of my favourite academic books ever! [amazon_link id=”1420067184″ target=”_blank” container=”” container_class=”” ][/amazon_link] Reference: Marsland, S., 2009, Machine learning: An Algorithmic Perspective, Chapman & Hall/CRC, Boca Raton, Florida, 390pp [amazon_link id=”1420067184″ target=”_blank” container=”” container_class=”” ]Amazon Link[/amazon_link] Machine Learning can be a […]
Summary: I’d recommend this for people interested in adding Matplotlib functionality to GUI and web applications, and for those who need a bit more information on how to do advanced plotting with Matplotlib. Most general users will be able to get the information they need from the Matplotlib website. Reference: Tosi, S., 2009, Matplotlib for […]
Summary: Very useful for reference while producing graphs, and very comprehensive (including heat-maps, 3D graphs and maps). Reference: Mittal, H. V., 2011, R Graph Cookbook, Packt Publishing, Birmingham, UK, 272 pages, [amazon_link id=”1849513066″ target=”_blank” container=”” container_class=”” ]Amazon Link[/amazon_link] Publisher’s Website As a scientist I often need to plot graphs of my data, so I am keen […]