Live data from Hacker News

Viewing profile — mguillech

mguillech

HN member
Joined
Tue, Feb 05, 2013, 2:40 PM UTC
HN karma
5
Public activity
7 items

About mguillech

No profile information was provided.

Recent public activity

  1. comment
    Comment #7716158

    Python caches modules imported, you can check it out in your local shell with: import sys ; sys.modules. That's why whenever you make changes to a module which has been already loa…

  2. comment
    Comment #7715912

    Please check out http://en.wikipedia.org/wiki/Late_binding to know more.

  3. comment
    Comment #7715857

    Right, it's (re) defined every time you call 'foo2' but that's a different scenario than the one written in the article (hadn't you had 'foo2' and only 'foo' then you'd have the sa…

  4. comment
    Comment #7715828

    Agreed 100%, this type of constructions should be avoided in the first place in favor of more "readable" ones but this happens in a fair amount of code that I've seen (and I keep s…

  5. comment
    Comment #7715808

    That's right, in most Python implementations there's a "compiled" part (generally to bytecode) and then an "interpreted" one to run that bytecode. PyPy is a good example of a Pytho…

  6. comment
    Comment #6285061

    Found it really interesting, I'm one of those that know nothing about FX, this has been very enlightening to me.

  7. comment
    Comment #5776890

    I work for toptal ( http://www.toptal.com ) and we're proud of having a very well selected network of developers (top-notch devs screening each other, our "let through" ratio is 1:…