Course Communications#
Announcements#
Announcements will be made via GitHub Release. You can view them online in the releases page or you can get notifications by watching the repository, choosing “Releases” under custom see GitHub docs for instructions with screenshots. You can choose GitHub only or e-mail notificaiton from the notification settings page
Help Hours#
Day | Time | Location | Host |
---|---|---|---|
Mon | 11am-1pm | Tyler 139 and zoom | Kyle |
Wed | 7-8:30pm | Zoom | Dr. Brown |
Fri | 3-6pm | Zoom | Kyle |
We have several different ways to communicate in this course. This section summarizes them
To reach out, By usage#
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In[3], line 2
1 df = df[['usage','platform','area','note']]
----> 2 display(HTML(df.style.hide()))
File /opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/IPython/core/display.py:430, in HTML.__init__(self, data, url, filename, metadata)
427 suffix = data[-10:].lower()
428 return prefix.startswith("<iframe ") and suffix.endswith("</iframe>")
--> 430 if warn():
431 warnings.warn("Consider using IPython.display.IFrame instead")
432 super(HTML, self).__init__(data=data, url=url, filename=filename, metadata=metadata)
File /opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/IPython/core/display.py:426, in HTML.__init__.<locals>.warn()
420 return False
422 #
423 # Avoid calling lower() on the entire data, because it could be a
424 # long string and we're only interested in its beginning and end.
425 #
--> 426 prefix = data[:10].lower()
427 suffix = data[-10:].lower()
428 return prefix.startswith("<iframe ") and suffix.endswith("</iframe>")
TypeError: 'Styler' object is not subscriptable
Note
e-mail is last because it’s not collaborative; other platforms allow us (Proessor + TA) to collaborate on who responds to things more easily.
By Platform#
Use e-mail for
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[4], line 3
1 for platform, data in df.groupby('platform'):
2 display(HTML('<h3> Use '+ platform + ' for </h3>'))
----> 3 display(HTML(data.drop(columns='platform').style.hide_index()._repr_html_()))
AttributeError: 'Styler' object has no attribute 'hide_index'
Tips#
For assignment help#
send in advance, leave time for a response I check e-mail/github a small number of times per day, during work hours, almost exclusively. You might see me post to this site, post to BrightSpace, or comment on your assignments outside of my normal working hours, but I will not reliably see emails that arrive during those hours. This means that it is important to start assignments early.
Using issues#
use issues for content directly related to assignments. If you push your code to the repository and then open an issue, I can see your code and your question at the same time and download it to run it if I need to debug it
use issues for questions about this syllabus or class notes. At the top right there’s a GitHub logo that allows you to open a issue (for a question) or suggest an edit (eg if you think there’s a typo or you find an additional helpful resource related to something)
For E-email#
use e-mail for general inquiries or notifications
Please include
[CSC310]
or[DSP310]
in the subject line of your email along with the topic of your message. This is important, because your messages are important, but I also get a lot of e-mail. Consider these a cheat code to my inbox: I have setup a filter that will flag your e-mail if you use one of those in the subject to ensure that I see it.