Recent Posts

Building GWAVA environment on Ubuntu 16.04

3 minute read

GWAVA, Genome Wide Annotation of VAriants, is a tool aiming to predict the functional impact of non-coding genetic variants. It consists of two parts:

Python: Zip

1 minute read

zip 这个函数,用起来总是没有什么信心……我们上一下 The Python Standard Library 上的示例代码看看(注意:这并非源码,因为现在已经是返回一个 zip 对象了):

Python: Signature

less than 1 minute read

Just a reminder that we have such objects to inspect the function signatures, as PEP 362 – Function Signature Object indicates.

Python: *expression

3 minute read

Argument Unpacking: *expression and **expression inside function calls