-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Hands-On Data Structures and Algorithms with Python – Third Edition - Third Edition
By :
Python is an interpreted language: the statements are executed line by line. It follows the concepts of object-oriented programming. Python is dynamically typed, which makes it an ideal candidate among languages for scripting and fast-paced development on many platforms. Its source code is open source, and there is a very big community that is using and developing it continuously, at a very fast pace. Python code can be written in any text editor and saved with the .py file extension. Python is easy to use and learn because of its compactness and elegant syntax.
Since the Python language will be used to write the algorithms, an explanation is provided of how to set up the environment to run the examples.