Lab1 - Setting Up The Environment
Lab1 - Setting Up The Environment
You can also use other development environments (such as PyCharm) to run Python scripts. PyCharm
is a Python IDE that provides a set of tools to help users improve efficiency in development using
Python, such as debugging, syntax highlighting, project management, code jumping, intelligent tips,
automatic completion, unit test, and version control. In addition, the IDE provides some advanced
functions to support professional Web development under the Django framework.
Select the version for Windows, macOS, or Linux. In this example, select Windows, select
Python 3.7 (recommended) or Python 2.7, and click 64-Bit Graphical Installer (not
supported by a 32-bit computer).
Click I Agree.
----End
2. Click New in the upper right corner of the page and select Python 3 to create a Jupyter
file.
The title in the red box is the default title, which can be changed if you double-click the
title.
Enter the code in the green rectangle, and click Run to run the code.