Python critique

R

rantingrick

It's more a demonstration that you can do it with python.
The reason is that Python developpers will not put themself in the
situation where they need to use a variable 'orange' line 32 and use the
same variable 'orange' line 33 to refer to something else.

Yes and when a programmer does something like this he does not
demonstrate *scope-y* problems, he demonstrates *dope-y* problems. :)
 
S

sturlamolden

    Probably the biggest practical problem with CPython is
that C modules have to be closely matched to the version of
CPython.  There's no well-defined API that doesn't change.

ctypes and DLLs in plain C do not change, and do not depend on CPython
version.


Sturla
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,164
Messages
2,570,898
Members
47,440
Latest member
YoungBorel

Latest Threads

Top