Getting Started
This lesson will walk you through some basic commands and operations in Python.
We'll cover the following
Native Python for science #
Let’s see what Python looks like! I hope you know the basics of Python, but this lesson will hopefully be a good, quick refresher. The first thing you will notice is that Python makes use of whitespace and does not use a use semicolon( ;) like some other languages. Here is a very simple example: