Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

Prerequisites

  1. Join #srf_pydm_tutorial on Slack for any questions about the setup or exercises
  2. Complete a Local PyDM/Simulacrum Setup
  3. Run through the GitHub quick start tutorial
  4. Run through the GitHub tutorial on contributing to projects
    1. Note that I recommend using the ssh approach as it leverages what we did in step 2
  5. Read through the Microsoft OOP training and really try to get a conceptual handle on objects
  6. Read through the description of Qt signals and slots
  7. Join the slaclab tutorial team
  8. Download and install PyCharm
    1. Other IDEs are available, but we will be leveraging PyCharm specific features such as refactoring on save
  9. Fork the tutorial repository and clone it to your machine (see step 3)
    1. navigate to the solutions subdirectory and follow the instructions in solutions.txt

...