Python 18 Mr. Husch.

Slides:



Advertisements
Similar presentations
Computer Security coursework 3 (part 2) Dr Alexei Vernitski.
Advertisements

PYTHON: LESSON 1 Catherine and Annie. WHAT IS PYTHON ANYWAY?  Python is a programming language.  But what’s a programming language?  It’s a language.
Python Programming Using Variables and input. Objectives We’re learning to build functions and to use inputs and outputs. Outcomes Build a function Use.
Week 11. Picture Taking Functions  takePicture(“color” | “gray”) Returns a picture object  Show(picture object) Will show the picture that was taken.
Going Green Initiatives in AP Computer Science A (Mr. Smith’s Classroom)
Instructor: Chris Trenkov Hands-on Course Python for Absolute Beginners (Spring 2015) Class #001 (January 17, 2015)
Intro to CS ACO 101 Lab Rat. Academic Integrity What does that mean in programming? Log into Blackboard and take the test titled “Applied Computing Course.
OCR Computing GCSE © Hodder Education 2013 Slide 1 OCR GCSE Computing Python programming 4: Writing programs.
Kindergarten Sight Words. Yes I can! Come here Look at me.
We save should energy We should save energy.
Python 23 Mr. Husch.
Your Word is a light unto my path
A Playful Introduction to Programming by Jason R. Briggs
Python Lesson 12 Mr. Kalmes.
Lab Introduction Installing Python
Python Let’s get started!.
I and the was to a in it of GO FISH GO FISH GO FISH GO FISH GO FISH
Python 14 Mr. Husch.
Mr. Brewer’s Economics Class
ASSURE Lesson Planning
Python Lesson 12 Mr. Kalmes.
Lesson 3.
Python 18 Mr. Husch.
Python Lesson 6 Mr. Kalmes.
Python 17 Mr. Husch.
Python Mr. Husch.
I CAN solve equations using the Quadratic Formula. lesson 9.4a.
Remember we are using Visual Basic 6 for this segment.
Python Lessons 13 & 14 Mr. Kalmes.
The Good Shepherd John 10.
G7 programing language Teacher / Shamsa Hassan Alhassouni.
10th World Studies Today’s Agenda:
Plenary
Python Lesson 21 Mr. Kalmes.
Python 9 Mr. Husch.
Do and Don’t Does and Doesn’t
Python 21 Mr. Husch.
Python 17 Mr. Husch.
Python Lessons 9 & 10 Mr. Husch.
Python 19 Mr. Husch.
Working in Groups.
T-Shirt This is a story about a little boy who’s teacher gets mad at the little boy for calling her T-Shirt.                                                       
Welcome to class! Today is Oct. 15, 2014.
Do Now 1. Review your new procedure with your partner. Assign roles that each of you are going to take during the lab today. You will not be able to do.
Python Lesson’S 1 & 2 Mr. Kalmes.
Classroom Language What did the teacher say? Part 1.
Friday 8th November Mr Nicholls
Python 16 Mr. Husch.
Lesson 3 – Social Skill: Asking Questions.
Introduction to Python
Python 3 Mr. Husch.
Python Inputs Mr. Husch.
Python Lessons 13 & 14 Mr. Husch.
Basic Mr. Husch.
Python 16 Mr. Husch.
Hello! Quickly follow the directions…
Aim: What to NEVER EVER do and what to ALWAYS do when writing an argument and/or using textual evidence Do Now: When it comes to the above, what do you.
Python 19 Mr. Husch.
Python Lessons 7 & 8 Mr. Husch.
Python 10 Mr. Husch.
Python 12 Mr. Husch.
Python 4 and 5 Mr. Husch.
Python 8 Mr. Husch.
I can show that I am prepared to go 4 the GOLD on the GMAS.
Python 13 Mr. Husch.
Basic 9 Mr. Husch.
BASIC 17 Mr. Husch.
I need to improve my… I am now able to… I feel more confident about…
Plenary
How parents and students can work together using IT to assist learning
Presentation transcript:

Python 18 Mr. Husch

Aim Continue working on functions

Today’s outline You will be working on 3 programs I provide today and one of your own making. Both programs work on functions.

Code #1 save as 181, to turn in you need to comment on what the lines do. This can run in the shell.

Save as 182test.py To all the people out there. I say I don't like my hair. I need to shave it off. You need to make a very simple file that only has these 3 lines.

Save as 182.py You need to make comments to turn it in. To run this file, you need to use the CMD. When you run it you will need to type: Python 182.py 182test.py

The program that you need to build 183.py Build a new program that you can run inside of 182 just like the 182 test. This program needs to be more complex than just 3 lines that do nothing, but I am giving you some freedom to pick what it will do. At the end of the lesson you need to turn in all of these assignments to me.