A Python Data Analyst’s Toolkit
Author: Gayathri Rajagopalan Publisher: Gayathri Rajagopalan Published: May 1, 2021 ISBN: 987-1-4842-6398-0 Pages: 409 Country: India Language: English
Description:
Python is a high-level, interpreted, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.[30]
Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. It is often described as a “batteries included” language due to its comprehensive standard library.
Back