Python Project 1 Web Design.

Slides:



Advertisements
Similar presentations
Deconstructing the Loop AL DAVIS WPTEACH.COM
Advertisements

 Take Roll  Discussion – BA 8  Questions?  Tips for revising the introduction  Workshop Time  Homework for next week.
HALLOWEEN Pedro José López Joaquín Cano Carolina Boo José Alberto García 1ºBACH A.
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.
Michael Jackson Thriller. Biografy King of Pop, Michael Joe Jackson, and singer and dancer, was also known for his eccentricities. The singer joined the.
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.
Tiera Dobbins King Of Pop  Michael Joseph Jackson was born August 29,1958 often referred to as the King of Pop. With a high number of 108 million global.
Alice Project 1 Web Design. Electronic Greeting Card or Music Video Electronic Greeting Card: Build an animation for an electronic greeting card (any.
KAnglin2007 Every group may use the same board game template that we have played together in class, however, for those groups that would like a challenge,
Facebook Michael Jackson is partying with Elvis. WallInfoPhotosSongs/VideosMichael JacksonLogout View photos of M.J. Send M.J. a message Wall InfoPhotosSongs/Videos.
Python Project 1 Web Design.
Python Project 1 Web Design. Dancing Robots You assignment it to make your robot “dance” through the movements you have learned. In the homework section.
Dialectical Notebooks Suggestions for Improvement!
The Task: Each student is to create a coat of arms. This escutcheon must be divided into four separate regions, similar to the image above. These regions.
DANCE UNIT AT ISS. AT A GLANCE INTRO ZUMBA WARM UP, MERENGUE INTRO MERENGUE WARM UP, BACHATA INTRO CHOREOGRAPHY CHOREOGRAPHY AND PRESENTATION DANCE PARTY.
Conversation Practice: Music What kind of music do you like? What kind of music do your parents listen to? What music is popular in China? Do you know.
Quickwrite: Choose ONE statement below and write a paragraph about it. Explain the difference between a democracy and a dictatorship. Give examples of.
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.
Science 801 Robotics The Final Project. Task Your team will create a robot that will complete a number of challenges as it moves through a series of tasks.
1 Project 4: Palindrome Detector. 2 Assignment Write a C++ program that reads a line of text from the keyboard and reports to the user whether the text.
What do you think of when you hear the word poetry? OR THIS.
Robot Dances Exploring Computer Science Lesson 6-10.
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.
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.
To share important information about KS2 SATs To answer any questions about KS2 SATs Discuss / share ideas about how you as a parent can help your child.
Alice Project 1 Web Design.
Monday.
Introduction to Scratch
February 28 Assignments HW #8, 9, and 10 assigned Implementation plan
Transcendentalism Today
Intro CS – Loops, making animations & films
Egyptian Language School
To Kill a Mockingbird – the Podcast
Exploring Computer Science Lesson 6-10
Lesson 1 An Introduction
Python Project 1 Web Design.
Three original animations by
Web Design Monday May 20 Bell Work Class Work Essential Questions
Function Dance Party Who said math isn’t fun?!.
PROSPECTIVE CHOREOGRAPHERS
PowerPoint Xpress Start
Chapter 11: Lesson plans and Unit plans
Tone, Mood, and Irony in The Tell-Tale Heart
DIRECTIONS FOR 2ND QUARTER BOOK PROJECT
P.O.W. WARM-UPS 7-9 English.
Clark’s Reading Class.
Warm Up 10/3 How is the reading going for you? What questions or concerns do you have that you would like to address with the class?
Final Project Details Note: To print these slides in grayscale (e.g., on a laser printer), first change the Theme Background to “Style 1” (i.e., dark.
Bellwork: Review In your group, discuss what you believe are the definitions for these terms: Tone Theme Personification Simile Metaphor Ask students to.
Programming – Remote Control Statements
Programming – Remote Control Statements
Simile Metaphor Personification Symbolism Imagery Hyperbole Rhyme Rhythm Repetition Alliteration Assonance Consonance Onomatopoeia.
Monday.
What could you invent to measure something in a new way…….
Python 19 Mr. Husch.
DIRECTIONS FOR 3rD QUARTER BOOK PROJECT
Thriller on Passive and Active Voice
Working in Groups.
CPSC 465: Design and Analysis of Algorithms
Marty the Robot.
Exploring Computer Science Lesson 6-10
ECI 475 Welcome Back!.
Python 3 Mr. Husch.
Start-Up - Writing In your own words, tell me what you think is the theme of the play. Remember, theme is what the author is trying to convey — in other.
The Things They Carried: Socratic Seminar
Python 19 Mr. Husch.
Part 1: Poem Analysis Your goal is to locate three poems from the Harlem Renaissance and create a visual analysis for each poem. Each poem analysis will.
Part 1: Poem Analysis Your goal is to locate three poems from the Harlem Renaissance and create a visual analysis for each poem. Each poem analysis will.
RUMP.
Presentation transcript:

Python Project 1 Web Design

Dancing Robots You assignment it to make your robot “dance” through the movements you have learned. In the homework section you will find 5 songs. Each song has been cropped to about 1 minute. Your job as a team is to make your robot dance to the song. If you want to choose a different song you will: Get my approval for the song Crop the song to a minute Analyze the parts of the song.

Song Choices The songs I have on the web are: Thriller: Song Choices The songs I have on the web are: Billie Jean (1:23) – Michael Jackson I Will Survive (1:14) – Gloria Gaynor In the Mood (1:04) – Glenn Miller Thriller (1:13) – Michael Jackson YMCA (1:15) – Village People I have analyzed the songs and broken them down into “parts.” For example here’s Thriller: 0-21.5 Intro 21.5-30.3 It's close to midnight and something evil's lurking in the dark 30.0-36.0 Under the moonlight, you see a sight that almost stops your heart 36.0-44.0 You try to scream but terror takes the sound before you make it 44.0 – 49.5 You start to freeze as horror looks you right between the eyes 49.5-52.0 You're paralyzed 52.0 – 1:00 'Cause this is thriller, thriller night And no one's gonna save you from the beast about strike 1:00 – 1:06.5 You know it's thriller, thriller night You're fighting for your life inside 1:06.5 – 1:13.0 A killer, thriller tonight

Project Requirements You robot is required to dance to the music. Your program is required to have at least: At least two functions that perform different moves and a main function to call the other functions. A loop to control part of the action. Comments

Rubric The project is worth 27 points, but you can earn up to 36 points if your dance is creative. Beginning 1 (3 points each) Developing 2 (6 points each) Accomplished 3 (9 points each) Exemplary 4 (12 points each) 1. Code Format No use of Comments No use or only 1 use functions No main method Improper syntax. Some use of Comments at beginning of Program At least 2 Functions Detailed comments for each section of the program. 3 Functions - ASection, BSection, and Main method Detailed comments. More than 3 well written functions. Creative Dance. 2. Code Content Less than 3 movements for dance. Less than 1 section for dance.  No attempt at form. At least 4 dance movement commands. Uses at least 2 functions. At least 8 dance movement commands inside of 2 well defined functions. Use looping to extend movements. More than 8 dance moves. Program sequences well with music. 3. Functionality and Creativity (Wow! Factor) Code does not run. More than 4 mistakes. Little variety in moves. Code runs with less than 3 mistakes. Code runs without mistakes.  Dance matches musical ideas. Code runs without mistakes.  Creative use of movement Robot has costume or theme to dance.

Planning your Program On the web site you will a breakdown of the 5 songs. Use this breakdown to divide the song into sections and program the sections. Use the timing of the song. Create a main program to call the other functions. Use the function askQuestion(“Go?”) to control when the program starts.

Starting Your Program Start your program with a simple template: # This is our Dance # Names of Students in Group from myro import * init() # Define functions # Define Main method # Run main method main()

Presenting Your Project Demonstrations of your projects will be Monday May 6th and Tuesday May 7th. Your project must be complete by the end of class on Tuesday May 3th. We need to keep on schedule!! Divide the work! Decide on the subroutines and the “length” they need to be and then spit up the coding. Each function should have a comment that tells me the author of that code. I expect each team member to explain to me the code they have written.