../_images/book_cover.jpg

This notebook contains an excerpt from the Python Programming and Numerical Methods - A Guide for Engineers and Scientists, the content is also available at Berkeley Python Numerical Methods.

The copyright of the book belongs to Elsevier. We also have this interactive book online for a better learning experience. The code is released under the MIT license. If you find this content useful, please consider supporting the work on Elsevier or Amazon!

< Preface | Contents | 1.1 Getting Started with Python >

Chapter 1. Python Basics


Motivation

This chapter gets you started with Python, using it as a calculator, managing Python packages, getting familiar with the Jupyter Notebook. As you will see, Python has a great community with packages that could potentially do anything. At the end of this chapter, you should be familiar with Python, able to execute commands in Python, install and manage the Python packages in Jupyter notebook, and use Python’s basic mathematical functionalities.