1. Introduction to Computing with Python
Keywords
Integrate Development EnvironmentExploratory ComputingInteractive ComputingPython CodePython LanguageThis book is about using Python for numerical computing. Python is a high-level, general-purpose interpreted programming language that is widely used in scientific computing and engineering. As a general-purpose language, Python was not specifically designed for numerical computing, but many of its characteristics make it well suited for this task. First and foremost, Python is well known for its clean and easy-to-read code syntax. Good code readability improves ...