Quick Tour

This tutorial has quite a number of sections and tasks. As orientation, in this step, the instructor demonstrates a sample of the topics being covered.

Note

Do not perform this step. Rather, watch as the instructor presents it.

View video/audio walkthrough

Steps

  1. Close all tabs and tool windows then open epc.py.
  2. Refactor Rename hello_world to home_page and re-run/reload.
  3. Import into local Git and add epc.py.
  4. Refactor Rename epc.py to app.py.
  5. Introduce spacing errors, then fix with Ctrl-Alt-L.
  6. Make an error and show the run window clickable traceback.
  7. Looked at the Python Console and the Terminal.
  8. Create a models.py Python File using camel case in File -> New.
  9. Use Live Templates to create a main block.
  10. Use Quick Fix to create a populate function that prints todos.
  11. Right-click to run models.py.
  12. Set a breakpoint and run models.py in the debugger.