Difference between revisions of "EGR 103/Concept List Fall 2019"

From PrattWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
* Sakai page: [https://sakai.duke.edu/portal/site/egr103f19 Sakai 103L page]; grades, surveys and tests, some assignment submissions
 
* Sakai page: [https://sakai.duke.edu/portal/site/egr103f19 Sakai 103L page]; grades, surveys and tests, some assignment submissions
 
* CampusWire page: [https://campuswire.com/p/G9220A52F CampusWire 103L page]; message board for questions - you need to be in the class and have the access code to subscribe.
 
* CampusWire page: [https://campuswire.com/p/G9220A52F CampusWire 103L page]; message board for questions - you need to be in the class and have the access code to subscribe.
 +
 +
== Lecture 2 - Programs and Programming ==
 +
* Seven steps of programming -
 +
* Watch video on [https://www.coursera.org/lecture/duke-programming-web/developing-an-algorithm-nopgq Developing an Algorithm]
 +
* Watch video on [https://www.coursera.org/lecture/duke-programming-web/a-seven-step-approach-to-solving-programming-problems-AEy5M A Seven Step Approach to Solving Programming Problems]
 +
* To play with Python:
 +
** Install it on your machine or a public machine: [https://www.anaconda.com/download/ Download]
 +
* Quick tour of Python
 +
** Editing window, variable explorer, and console
 +
* Yuo are not expected to remember any of the specifics about how Python stores things or works with them yet!
  
 
<!--
 
<!--

Revision as of 20:51, 30 August 2019

This page will be used to keep track of the commands and major concepts for each lecture in EGR 103.

Lecture 1 - Introduction

  • Class web page: EGR 103L; assignments, contact info, readings, etc - see slides on Errata/Notes page
  • Sakai page: Sakai 103L page; grades, surveys and tests, some assignment submissions
  • CampusWire page: CampusWire 103L page; message board for questions - you need to be in the class and have the access code to subscribe.

Lecture 2 - Programs and Programming