Live data from Hacker News

Viewing profile — eastwest

eastwest

HN member
Joined
Mon, Oct 17, 2011, 4:02 AM UTC
HN karma
2
Public activity
4 items

About eastwest

No profile information was provided.

Recent public activity

  1. comment
    Comment #3143510

    I am shunning SciPy and to a less extent NumPy for the same reason. I have reason to believe the developers are not experts in numerical linear algebra and some of the documentatio…

  2. comment
    Comment #3143504

    Having seen and heard about what Bioconductor had to do to process genetic data, memory is a huge issue. It is even more so with next-generation sequencing data.

  3. comment
    Comment #3120861

    I actually agree with you. I much prefer operator overloading than unwieldy chained function calls. But it might be tough to convince the larger Python community to add it since it…

  4. comment
    Comment #3119118

    I just don't see adding a special matrix infix operator to Python happening. It is too specialized, and yet matrix is not special enough that it must have its own operator. Isn't t…