Getting Help

Based on a document by Julie Zelenski, Cynthia Lee, and others

If, over the course of the quarter, you ever need any clarifications on course materials or policies, or are wrestling with a challenging bug, there are a variety of resources available. We want to help!

Helper Hours

Helper hours are a great place for discussion on conceptual topics or issues too complex for Piazza. They are also the primary resource when you need help resolving an issue within your code. Please be mindful that a large number of students are being supported by a relatively small staff, and we ask that you be respectful in sharing helper hours time with other students. You should come prepared to helper hours, having done your own legwork, and with an appropriate expectation of what the TA will do for you. If you're in the midst of a debugging effort, be ready to articulate what you are trying to accomplish, what you have tried/observed, what you think might be the problem, and what advice you need to move forward. You should not just provide a TA with your code and ask them to tell you what's wrong with it or debug it for you. We are happy to offer guidance and point you in the right direction with any issues you encounter, but the course staff is not responsible for finding and fixing all your bugs; that is something we want you to gain experience with.

Click on a calendar event below to see its location. The schedule should be mostly the same week to week. When you arrive at helper hours, sign up using the QueueStatus link below (the queue will be opened at the beginning of the helper hours time slot). You'll need to be logged in to QueueStatus to sign up; creating a QueueStatus account is free. Please fill out the fields in the form when you sign up, including the location field, so we can easily find you. When it's your turn in the queue, we will call your name. Depending on demand during helper hours, we may need to close the queue before the end of a helper hours session in order to ensure we can help everyone; we may later re-open it if we are able to help more people.

Sign Up On The Helper Hours Queue

List of Recurring Helper Hours Times (in Huang Basement, Times Subject to Change)

Monday

  • Eric/Zack 9-11AM
  • Timothy/Jennifer 1-3PM
  • Aleksander/Rifath 6:30-8:30PM

Tuesday

  • Julia/Rifath 10AM-12PM
  • Nolan/Nikhil 12:30-2:30PM
  • Krishna/Nick 4PM-6PM

Wednesday

  • Jason/Eric 10AM-12PM
  • Aleksander/Nolan 12:30-2:30PM

Thursday

  • Jason/Nick 10AM-12PM
  • Julia/Zack 12:30PM-2:30PM
  • Nikhil/Jennifer 3-5PM

Friday

  • Timothy/Krishna 2PM-4PM

SCPD Helper Hours

SCPD students can sign up for remote help using the same QueueStatus queue above during any helper hours session. A course staff member will call you via Google Hangouts to help you. Please enter a Google account email address when signing up (@stanford.edu or other) where you can be called via Google Hangouts.

Piazza Discussion Forum

We host a course discussion forum on Piazza. Here you can engage with your peers, ask your questions, and answer those of your classmates. The forum is appropriate for all topics of course relevance, e.g., discussions of readings/lectures, advice on using the tools effectively, clarifying specifications of an assignment, sharing resources, and more. Having the discussion in a public place means that everyone can benefit and keeps things efficient and inclusive to all. The course staff will also monitor and participate in the forum.

Note that it is not intended for specific questions about your code, or for other private posts (this feature is not enabled in the CS107 Piazza forum).

A few requests when using the forum:

  • Before posting a new question, please search the forum to see if a similar question has already been answered. Enter single word(s) to match or enclose a phrase in double quotes to find in its entirety.
  • Use a descriptive summary for your post. This helps others to efficiently skim and sort through posts.
  • We encourage you to participating openly and non-anonymously on the forum when asking questions or posting answers; it is immensely rewarding to know who you can thank for an answer to your question, or who you are helping by answering a question!
  • Please do NOT post the code to solve a homework assignment (in whole or in part, or partial code in progress) on the class discussion board, ever, for any reason; this can be considered a violation of the Stanford Honor Code. Also please do not post highly detailed written descriptions of your solution to an assignment. It is, however, acceptable and encouraged to post discussions of homework ideas in general terms. Alternatively, if you want to ask a code-related question on the forum, consider asking about a non-homework piece of code, such as a lecture example or example from the textbook. You may post any code you like as long as it is not part of a homework assignment solution.

By clicking the link below, you acknowledge that you have read the preceding text, and agree to abide by the rules written above.

Visit the CS107 Piazza Forum

Emailing the Course Staff

You can reach the course staff at cs107@cs.stanford.edu. Please do not send email to a specific CA; we use a single email address to track questions and most efficiently respond to students. Email is used for requests of a personal nature, such as about grades or Office of Accessible Education accommodations.

Note that the course staff email is not intended for course material or code questions. Please take advantage of the Piazza forum or helper hours for these kinds of questions.

Email the Course Staff

Frequently Asked Questions

Can I schedule an appointment outside of helper hours?

Our staff is committed to the 40+ hours scheduled per week; for this reason, requests for additional appointments with the TAs cannot generally be accommodated.

Helper hours are crowded the night before a deadline. How can I get help at a less busy time?

Any helper hours scheduled close to the assignment deadlines are likely to be heavily attended with students focused on meeting deadlines, and the TAs will need to keep up a brisk pace to efficiently process the large number of questions. Hours at other times in the week are more relaxed, and we encourage you to take advantage of those off peak hours.

I showed my code to the TA but they didn't find my bug!

I'm sorry you are disappointed, but there may be a misunderstanding about what to expect from our staff. We do not intend to be a resource that, upon reviewing your code, will spot your bug and tell you how to fix it. Many bugs don't lend themselves to that sort of instantaneous resolution, but even for those that do, we intentionally avoid offering quick fixes. While finding and fixing a bug may solve the immediate problem, it does little to build self-sufficiency in debugging going forward. Debugging can be hard work, but it is an essential part of programming and only by working through it do you build up your skills. This is our goal for you!

When faced with a challenging bug, we can be your guide, your coach, your advisor, and your cheerleader. Ask for our help interpreting the symptoms and the observations you have made. Invite us to review what you have figured out so far and brainstorm what to try next. Seek advice on which tools and what experiments will be helpful. Lean on us for moral support and encouragement when the going gets rough. And celebrate with us when you nail that bug!