Explore >> Select a destination


You are here

initialcommit.com
| | www.nkantar.com
3.2 parsecs away

Travel
| | A bit of nuance about dealing with null and missing values in Python dictionaries.
| | akaptur.github.com
3.3 parsecs away

Travel
| | Nick Coghlan added another interesting note in response to my last post about creating side-effecting assignments in python. Here's Nick: @ ...
| | aivarsk.com
3.3 parsecs away

Travel
| | I have a piece of C++ code that calls user-defined functions implemented in Python. Instead of requiring all functions to have the same signature with 6 arguments, the C++ code inspects the function signature and passes only the arguments function accepts - 1, 3, or all 6 of them. I use the inspect module and getargspec function for that but it feels a bit wrong and bloated. So let's see how we can get the work done without the inspect module.
| | yasoob.me
18.7 parsecs away

Travel
| This is a guest post by Brian David Hall from codenhance.com. He develops tutorials and resources to help scientists learn to code, including his latest Kickstarter project, Learn the Command Line ... for Science! Spoiler alert: in this post, I will argue that Python is the best programming language for scientists to learn. Forget Perl, Java, FORTRAN, IDL, or whatever else they were pushing when you got your degree. This type of discussion is usually emotionally charged - many a flame war has been fought over programming languages.