Podcast
Questions and Answers
What are some characteristics of Python's programming language?
What are some characteristics of Python's programming language?
Python is an easy to learn, powerful programming language with efficient high-level data structures and a simple but effective approach to object-oriented programming.
Where can the Python interpreter and standard library be freely obtained?
Where can the Python interpreter and standard library be freely obtained?
They are freely available in source or binary form for all major platforms from the Python web site, https://www.python.org/.
How can the Python interpreter be extended with new functions and data types?
How can the Python interpreter be extended with new functions and data types?
The Python interpreter can be easily extended with new functions and data types implemented in C or C++ (or other languages callable from C).
What does the Python Tutorial introduce the reader to?
What does the Python Tutorial introduce the reader to?
Signup and view all the answers
Where can one find a more formal definition of the Python language?
Where can one find a more formal definition of the Python language?
Signup and view all the answers