On Mar 10, 2014, at 8:52 PM, Ben Finney wrote:
>
> What does the Python interactive prompt display when you first launch an
> interactive Python shell?
Python 2.7.6 (v2.7.6:3a1db0d2747e, Nov 10 2013, 00:42:54)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "copyright", "credits" or
On Mar 10, 2014, at 8:52 PM, Ben Finney wrote:
>
> What does the Python interactive prompt display when you first launch an
> interactive Python shell?
Python 2.7.6 (v2.7.6:3a1db0d2747e, Nov 10 2013, 00:42:54)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "copyright", "credits" or
Scott W Dunning writes:
> What exactly is Cpython?
Python is a language, with numerous implementations. CPython is one of
those implementations.
See 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 acqu