Explore >> Select a destination


You are here

www.camillescott.org
| | avelino.run
8.8 parsecs away

Travel
| | I was wondering how performant Golang is, so I decided to put together a little benchmarking example for myself. The benchmark will be done in my personal computer: Processor 3 GHz Intel Core i7 Memory 8 GB 1600 MHz DDR3 Software OS X 10.9.2 (13C64) So I started with Python, which is what I know best and created the following simple script; The reason for the total output, was to have a check to ensure that I was getting the same results in each of the scripts. To make sure that they are doing the same amount of work.
| | trstringer.com
9.8 parsecs away

Travel
| | I'm a big fan of "the right tool for the right job". For some things, the right tool is a shell script. For others, it is Python. But sometimes... it is both.
| | dylanpaulus.com
12.2 parsecs away

Travel
| | Debugging is an essential skill for any software developer. It allows us to find and fix errors in our code, improve quality and performance, and learn from our mistakes.One of the most common and powerful tools for debugging Python code is the . PDB is a module that provides an interactive command-...
| | regulargeek.com
38.9 parsecs away

Travel
| It was another slow news day but there is still plenty of good reading. On Java Code Geeks, we get a good post on using TF-IDF in practice. This is one of the main indexing methods behind libraries like Lucene, so if you are interested in document searches or indexing in general, it is a...