[Tutor] Is python just a scripting language?

David Ascher da@ski.org
Mon, 1 Nov 1999 16:16:18 -0800 (Pacific Standard Time)


> I could have misunderstood something, but I thought the .pyc files were
> hardware platform (and perhaps OS) specific? 

Nope.  .pyc files are portable.  After all, they're just python virtual
machine bytecodes...

--david