Learning to Program with Python

Slides:



Advertisements
Similar presentations
Jason Howard. Agenda I. How to download robotc II. What is tele-op used for? III. How to build a basic tele-op program IV. Getting the robot to drive.
Advertisements

Agenda Web Application Web Page development WAMP
Final Project Web Design. Final Project Your robot will be placed in a room with the red cone. Your robot will need to find the cone in the room and run.
By Quynh Huynh. Overview Small, low cost introductory robot (i.e. it’s meant to be educational) Fully programmable Targeted at kids ages 8+ Mostly used.
Robot C Ready, SET, Go! Workshop SDSU, Fall 2013.
Computer Programming with Robots. Computer programming consists of writing lines of code in a language that a computer will understand to solve a problem.
Deepak Kumar Promising Practices in CS1 Personal Robots for CS1 Deepak Kumar Bryn Mawr College.
EIGHTH GRADE ROBOTICS KITTATINNY REGIONAL HIGH SCHOOL MR. SHEA Introduction to Robotics Day4.
Learning to Program with Python Sec 9-1 Web Design.
How to turn on the robot How to start Bluetooth How to connect to robot How to initialize the robot How to not break the robot Sec Getting Started.
Simple Python Loops Sec 9-7 Web Design.
EIGHTH GRADE ROBOTICS KITTATINNY REGIONAL HIGH SCHOOL MR. SHEA Robot Construction & Programming Basics
The audio will be turned on just before our start time at 7:00 pm ET.
Web Design. How to set up the robot How to link to robot How not to break my robot Sec Getting Started How to make it move How to control speed.
INTERMEDIATE PROGRAMMING LESSON By: Droids Robotics Debugging Techniques.
Getting Started Sec 9-2 Web Design. Objectives The student will: Know to establish a Bluetooth link to the Scribbler robot. Know to start IDLE (the Python.
Using Publisher to Create a Web Site Mr. Sandford’s U. S. History Class.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
Scribblers By Michael Borke. Outline 1. Scribbler Strengths and Weaknesses 2. Easiest things to do with it 3. Coolest things it can do 4. What I bring.
How to link the robot and the computer (Bluetooth) How to turn on and off How to connect the adaptor Fluke card connection Sec Getting Started How.
Simple Functions and Names Sec 9-4 Web Design. Objectives The student will: Know how to create a simple function in Python. Know how to call a function.
Building a Robot Exploring Computer Science Lesson 6-4.
Processing Workshop. What is processing? “Processing is an open source programming language and environment for people who want to program images, animation,
Introduction to Python Lesson 1 First Program. Learning Outcomes In this lesson the student will: 1.Learn some important facts about PC’s 2.Learn how.
Click on your group to see your activity for today
Review for Chapter 4 Multiplication and Division Basic Facts.
11 Computers, C#, XNA, and You Session 1.1. Session Overview  Find out what computers are all about ...and what makes a great programmer  Discover.
Red Table – Station 1 Read instructions carefully and then complete the activity.
1- How to connect the robot to the pc Sec Getting Started 3- How to move the robot Sec Scribbler movements 4- How to make a turn 11- How to.
Navigating the Course 1. Course Materials 2 Software: Notepad (or TextEdit on a Mac) – comes with operating system Internet Explorer Web Browser FireFox.
HTML HTML stands for Hyper Text Markup Language. HTML is used in making the base of a Website You can just use an online website maker like weebly.com.
Learning to Program with Python Sec 9-1 Web Design.
Python Programming Module 4 Sensors and Loops Python Programming, 2/e1.
The Scribbler. The Scribbler is a small, low-cost fully programmable intelligent robot with multiple sensor systems. It is capable of interacting with.
Web Design. How to link the robot How to turn on the robot Sec Getting Started What is python Programming in python How to move the robot How to.
Introduction to LEGO Mindstorms EV3 What is in the box?
Accessing the Wonders Materials
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
Exploring Computer Science Lesson 6-5
INTERMEDIATE PROGRAMMING LESSON
Computer Science A-level
What you asked me to teach…
Mindstorms EV3 Programming
Using Publisher to Create a Web Site
Mindstorms EV3 Programming
Hands on the LEGO system for First lego league jr
Step up to Writing January 4, 2017.
Getting Started Sec 9-2 Web Design.
STEP UP TO WRITING.
Introduction to Programmng in Python
Important Each team needs to submit their part of the Final Project Rubric to me in . Log into and send the powerpoint slide to
CGS 2100 Lab sections 0029, 0031, 0035, 0045, /9/18.
Mindstorms EV3 Programming
Software Programming J. Holvikivi 2014.
Shaw STEM Lab Orientation
Shaw STEM Lab Orientation
Game Design Mr. Gebhart.
Learning Outcomes List all Edison’s Sensors and actions
Embedding Intelligence
Exploring Computer Science Lesson 6-5
INTERMEDIATE PROGRAMMING LESSON
HOW TO MAKE PAGES FOR A WEB SITE
The programming page of the Brick
Pair work – Do you want to change seats??
Pair work – Do you want to change seats??
« NON-CONVENTIONAL LEARNING : EDUCATIONAL ROBOTICS»
Project Overview Introduction & Product Analysis
Scribbler Final Presentation
Computer Science A-level
Presentation transcript:

Learning to Program with Python Sec 9-1 Web Design

Objectives for the Rest of the Year To understand the basic concepts of computer programming in a high-level language (Python) To understand and use functions and modularity. To be able to use control flow constructs to form useful programs. To understand simple data structures. To be able to solve problems in relation to writing programs. To be able to test and debug programs.

Materials For the remainder of the year we will be using the book “Learning Computing with Robots” Text is on the website on the class page. You will need to read!

Materials- continued Scribbler Robots Fluke Card Bluetooth adaptor The Scribbler is a fully programmable, intelligent robot with multiple sensor systems that let it interact with people and objects. It navigates on its own as it explores its surroundings, and then reports back about what it senses using light and sound. Fluke Card Bluetooth adaptor

Software Create a “myPython” folder either on your desktop or in “My Docs” Copy “Start Python” from your desktop and place it your myPython folder. On your PC you will find Bluetooth Manager in your taskbar.

Final Project Your robot will be placed in a an area Somewhere in the area will be: Solid Colored Object Assume Yellow, Orange, Red or Green Your robot will need find and run into the object and stop.

What do you need to know? Given the Robot, Fluke, Bluetooth adaptor, IDLE software and Bluetooth Manager… What do you need to know to complete the final project?

I need to know how to… 1 13 2 14 3 15 4 16 5 17 6 18 7 19 8 20 9 21 10 22 11 23 12 24

Teams We have nine robots to use for this class. You will need to divide into teams of 3-4. I expect every member of the team to contribute. I will require each member to show me their contributions and be able to explain them to me. Success of your team will depend on your work

Rest of Today Download the book from the Web. This may take a while. Form teams – We will start using the robots later. Once you have a team you can pick a robot. That robot will your team’s robot for the rest of the year. Don’t break your robot! Don’t lose your Bluetooth dongle. I don’t have spares!