Introduction#
The first section of the Jupyter Book will cover introductory concepts necessary for understanding and running the code in the remainder of the Jupyter Book. Firstly, it will provide details on creating and setting up Python environments for ease of Python code development. Next, it will cover basic concepts of Python programming and also basics of creating plots using Python code. Finally, a few extra resources for learning Python and Jupyter notebooks are also provided at the end.
The following topics are covered in this section:
Computing environment setup
Basics of Python Programming