PyCharm Setup


In CS 106A, you will be writing your code on your computer using an application called PyCharm. PyCharm is what is known as an IDE, or Integrated Development Environment, which means that it allows us to edit our code, browse our files, run our programs and debug them, all in the same place. It's one of the most popular Python IDEs in the world, and used extremely commonly in industry.

For instructions on how to install PyCharm on your computer, click on one of the following links for your operating system:

MacOS

Windows

Linux