Scott W Dunning <swdunn...@cox.net> writes: > What exactly is Cpython?
Python is a language, with numerous implementations. CPython is one of those implementations. See <URL:https://wiki.python.org/moin/PythonImplementations> for an overview. > Is it different from the python I’m using? I don't know; how did you acquire the Python implementation you're using now? What does the Python interactive prompt display when you first launch an interactive Python shell? Note that the answer is likely to be “Yes, you are using some version of CPython” since that is the most common implementation. -- \ “There are no significant bugs in our released software that | `\ any significant number of users want fixed.” —Bill Gates, | _o__) 1995-10-23 | Ben Finney _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor