Georgia Tech's CS 3600 TAs created this tutorial to introduce PyCharm to students taking CS 3600. Two main reasons for using PyCharm over a text editor:
- Dynamic error checking and warning messages
- A built-in debugger
We will go over the debugger towards the end of the tutorial. If you already have PyCharm set up and working, you can skip right to that part.
Note: Some of the pictures may look a little different, we used an Early Access Preview version of PyCharm.