Programming

Table of Contents: Programming and Scripting Tutorials

INFO 6301 Students

Schedule of Fall 2018 Tech Tutorial presentations

DateProposed Topic(s)Presenter(s)
Tuesday 18 SeptHTML+CSS+JSKatie
 Anaconda+JupyterWendy
 pandasMolly
 R/RStudioJanghee
Thursday 20 SeptSPSSFuji & Natalie
 Android AppJunnan
 PIL/PillowRachel
 PyCharmKevin

A brainstorming list of potential additional Programming and Scripting tutorial topics:

  • Python versions/code production tools: Python 3, Jupyter, PyCharm, Anaconda, etc.
  • Modules or libraries that you can add to your Python programs to do more interesting things: numpy, pandas, Pillow/PIL, etc.
  • A brief intro to other -- hopefully similar! -- programming or scripting languages from your domain(s): Unity, R, SPSS, Lua, PHP, Javascript, etc.
  • Tools to help manage your dev environment: Docker, Kubernetes, etc.
  • Propose your additional idea(s) here!
    • (?) Would going over some (Python-related) programming concepts (list/dictionary comprehension, iterators, subclassing) being useful?
      • We'll cover lists and dictionaries while working through the book, but introducing iterators and objects/classes would be interesting [SV]