Changes

Jump to: navigation, search

OPS435 Python3 Lab 1

1 byte removed, 18:22, 27 February 2020
m
INVESTIGATION 2: USING THE "IPYTHON" CLI: fix one typo
:'''IPython''' is an interactive environment that allows us to run python code line by line as we write it. This will also act like a bash shell prompt allowing users to enter a limited number of Bash shell commands. You will notice this by seeing an [IN] prompt where to enter commands and an [OUT] prompt that will display output from issued commands. We will start creating scripts out of the code within this '''IPython''' environment.
<blockquote style="margin-left:35px;">{{Admon/important|style="padding-left:25px"|ipython and python|[https://plot.ly/python/ipython-vs-python/ What is the difference between '''python''' and '''ipython'''?] Please note that in later labs, you can use either '''python''' or '''ipythoneipython''' as the interactive python shell.}}</blockquote>

Navigation menu