IST256 : Applications Programming for Information Systems

Slides:



Advertisements
Similar presentations
Ravi Mathur Updated December 5,  ODTBX uses Git (see the ODTBX Git Tutorial) ODTBXODTBX Git Tutorial ◦ SourceForge account needed (free). SourceForge.
Advertisements

Mrs. Willars Rm Coming to class  Line-up in two lines outside the door if I am not inside  Be quiet  Listen for instructions  Wait outside the.
Github. Download & install git   Git bash  Git GUI.
We are partners in learning.. Note: Office 365 works best in Internet Explorer V 9 or above. Some features do not work in PWCS’s Chrome Browser or in.
You’re using Top Hat this term! Top Hat is a classroom response system that allows users to participate in class polls, quizzes, discussions, and more.
Getting Started with GIT. Basic Navigation cd means change directory cd.. moves you up a level cd dir_name moves you to the folder named dir_name A dot.
Created by: Maria Abrahms Modified Date: Classification: How to get it done Contributing to OpenStack.
Navigating Wimba – Live Classroom Please ask your instructor about the hardware required to access your course’s Wimba Room. Generally speaking, you will.
Drexel University Software Engineering Research Group Git for SE101 1.
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
Git Fundamentals Rochelle Terman 13 January 2014.
Introduction to GitHub Alex Bigazzi Dec. 4, 2013 ITS Lab GitHub Introduction1.
MGS 351 Introduction to Management Information Systems RECITATION 8.
Welcome to Snap! Below the Line Decal Facilitated By: Zachary McPherson and Bao Xie.
Using Git with collaboration, code review, and code management for open source and private projects. & Using Terminal to create, and push commits to repositories.
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
CWA 3105 Presents At&t Connect for Windows pc This will be a quick set up guide for our new virtual meeting program We are the ELITE to have this trial.
GIT Version control. Version Control Sharing code via a centralized DB Also provides for Backtracking (going back to a previous version of code), Branching.
Version Control Systems
IST256 : Applications Programming for Information Systems
Munster Programming Training
Subversion Subversion is a brand of version control software that is frequently used to store the code and documentation of a project so as to permit.
Contoso Insurance Azure App Services Code Sample
IST256 : Applications Programming for Information Systems
Source Control Systems
iClickers: Technology and Pedagogy
Discussion #11 11/21/16.
CSc 1302 Principles of Computer Science II
Lab Introduction Installing Python
Math 10 online work that is due today at the start of class:
Git-Github Safa Prepared for the course COP4331 – Fall 2016.
Version Control.
CS/COE 1520 Recitation Week 2
Discussion 11 Final Project / Git.
Version Control overview
Lesson 02: Introduction to Python
IST256 Python Install Fest!!!!
IST256 : Applications Programming for Information Systems
DCR ARB Presentation Team 5: Tour Conductor.
Modern Version Control with Git
IST256 : Applications Programming for Information Systems
Version Control Systems
Using MyMathLab Features
Programming Workshop Quixilver 8404.
IST256 : Applications Programming for Information Systems
Technology for Teaching
Course Information and Introductions
The Big Picture
SIG: Open Week 1: GitHub Tim Choh.
Welcome to CS 1010! Algorithmic Problem Solving.
ECE387: INTRODUCTION TO ROBOTIC SYSTEMS
Git-Github Tools Prepared for COP4331. Git-Github Tools Prepared for COP4331.
Getting Started with Git and Bitbucket
Google Classroom Kelly Villa.
Start Strong: WebAssign with Canvas
Part 1: Editing and Publishing Files
IST256 : Applications Programming for Information Systems
Advantages Project Career Divide & Conquer Collaboration
Using MyMathLab Features
Version control with Git Part II
Using Github.
Git CS Fall 2018.
Using Github and Github Organization in this Course
Lesson 08: Files Class Chat: Attendance: Participation
Welcome! Introducing… Replace with your actual name, grade you teach, and subject! If you want to replace this picture with another awesome avatar, download.
Introduction to Git and GitHub
GitHub 101 Using Github and Git for Source Control
Introduction to Git and Github
Project Iterations.
Presentation transcript:

IST256 : Applications Programming for Information Systems Course Recitation

Agenda Introductions / Meet and Greet Questions About Syllabus Review Course Setups Help with the process.

Introductions Let's go around the room with introductions!

Questions about Course or Syllabus?

Let's Check Your Setups

Setups Checklist Accounts: Laptop Setup: Clone Github to your laptop SU Google Github Gitter.im Zybook Laptop Setup: Python 3 Jupyter Git Clone Github to your laptop Verify things work Python Jupyter Notebook git Correct git remote repository

SU google forms

Class Attendance On Lecture days, we'll use SU google forms to keep attendance. At the beginning of class you will be given a link to the page for the class. You are also given an attendance code. You must enter the attendance code in the beginning of class.

Testing: SU Google Forms Class Participation http://ist256.syr.edu/cp/00.html Attendance Code for this session: 1234

Gitter.im

Gitter: It's how you ask questions! https://gitter.im/IST256/Fudge We'll use Gitter.im for questions. In class and out of class. It's about conversations with each other, not just us professors! There will be times during lecture for answering questions. Gitter.im has an iOS and Android app, too.

Testing: Gitter.im Say "Hi" on Gitter.im and I'll say "Hi" back.

Zybook

Zybook: Let's See Who's Activated It Zybooks reports student usage. I will demonstrate these reports now. Your team professor will track your usage weekly and flag you in Orange Success if you are not participating. It's hard to pass the diagnostic quizzes without reading first! Demo Time!

Opening the Command line on your computer There are lots of ways to do this but we provide instructions because they work consistently please follow our instructions Videos that explains it: Windows PC: https://youtu.be/Ze9EmjjHoxU Mac OSX: https://youtu.be/4NmcFGngyh0 Once you do it a couple of times, it will become 2nd nature.

Check Your Python and Jupyter Setup

Python / Jupyter Installed? open the command line in your git folder $ python --version should be 3.5 or higher $ jupyter-notebook should open the jupyter notebook application in a browser window to exit: close the browser window, then select the terminal window and press CTRL+C two times.

Check your git / github classroom setup.

Check git / github classroom open the command line in your git folder $ git status Should NOT say "Not a git repository" … you're in the wrong folder or "command not found" … git is not installed $ git remote –v Should say origin with URL to your github page.

GitHub Classroom

GitHub Classroom: Submit Homework! Install Git Create a GitHub Account Setup Your Avatar! Setup GitHub Classroom Turning in your work is easy!

Testing: Github open command line in your git folder $ git status edit a file $ git add –all $ git commit –m "your message" $ git push origin master $ git remote –v will show you origin

Next Week: Programming Walk-Through Explains how you complete labs and homework in this course, then submit them for grading. L01 – First lab. Walks you through the process step-by-step Due day before our next recitation by 11:59pm H01 – First homework. You must repeat the process on your own as homework. Due Saturday by 11:59pm.

Something not setup? Stick around and we will help!