Links to stuff that's... Fun To Think About

For a full dose, head to FunToThinkAbout.com

Jun 17
“…trying to shoehorn Python into a “pass-by-reference” or “pass-by-value” paradigm is misleading and probably not very helpful. In Python every variable assignment (even an assignment of a small integer) is an assignment of a reference. Every function call involves passing the values of those references.” How does Python pass arguments to a function? By value or by reference?

  1. truthintech reblogged this from ftta
  2. ftta posted this