Python 13 Mr. Husch.

Slides:



Advertisements
Similar presentations
7-4 Lesson 7-4 Example 1 Use the bar graph “Championship Series” to compare data. How many runs did the Cougars score in Games 4 and 5 combined? Example.
Advertisements

A Basic UNIX System By Sandy G. Introduction One of the most common operating systems in existence is Unix. Unix exists in many different flavors, from.
Microsoft ® Office PowerPoint ® 2003 Training Create your first Presentation Mr Garel…… presents:
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
Learning to program using Minecraft. Learning Objective Know what Minecraft is and to explain some of it’s uses Build a simple house in creative mode.
MATHEMATICS Adding & Subtracting with Fractions. Lesson Objectives The aim of this powerpoint is to help you… to add fractions to subtract fractions.
Streaming Twitter. Install pycurl library Use a lab computer From the course website Download the links from pycurl and twitter streamer Extract site-packages.zip,
Instructor: Chris Trenkov Hands-on Course Python for Absolute Beginners (Spring 2015) Class #001 (January 9, 2015)
PYTHON: PART 2 Catherine and Annie. VARIABLES  That last program was a little simple. You probably want something a little more challenging.  Let’s.
Running Modflow with Batch Files. Dos basics cd = change directory (dOs Is NoT cAsE sEnSiTiVe) dir = shows you what is in the directory (It gives you.
1 Computer Science of Graphics and Games MONT 105S, Spring 2009 Session 1 Simple Python Programs Using Print, Variables, Input.
Drush: The Drupal Shell Utility Trevor Mckeown Founder & Owner Sublime Technologies
Reading and Mapping Aerosol Data From a MODIS HDF4 File
DOS and the Command Line CS 21a: Introduction to Computing I First Semester,
My Python Programmes NAME:.
Fall 2002 CS 325 Class Notes Page 1 Lecture 25 Today –exec() in Unix –CreateProcess in Windows Announcements.
Python Lesson 1 1. Starter Create the following Excel spreadsheet and complete the calculations using formulae: 2 Add A1 and B1 A2 minus B2 A3 times B3.
Extending MATLAB Write your own scripts and/or functions Scripts and functions are plain text files with extension.m (m-files) To execute commands contained.
Batch Files More flow of control Copyright © by Curt Hill.
For Loop GCSE Computer Science – Python. For Loop The for loop iterates over the items in a sequence, which can be a string or a list (we will discuss.
PYTHON PROGRAMMING Year 9. Objective and Outcome Teaching Objective Today we will look at conditional statements in order to understand how programs can.
Python 23 Mr. Husch.
Bbc microbit Lesson 3 – Temperature hot medium.
Python Lesson 12 Mr. Kalmes.
Discussion 11 Final Project / Git.
Python 14 Mr. Husch.
Subtraction by counting on
Formatting Output.
Python Lesson 12 Mr. Kalmes.
Python 18 Mr. Husch.
Python Lesson 6 Mr. Kalmes.
Python 17 Mr. Husch.
Python Mr. Husch.
Python Lessons 13 & 14 Mr. Kalmes.
Lesson Aims Vocabulary In this lesson you are going to:
Band-Aid Free Write Pick up a Band-Aid as they are passed around.
Level 4 questions Level 4 questions What is s/he going to say?
ZOOM IN Each time a new piece of the picture is uncovered, turn and talk to your neighbor. Ask yourself: What are you seeing that is new? Do you see.
More Than Anything Else
Run Java file with Window cmd
Python 9 Mr. Husch.
Python 21 Mr. Husch.
Basic Lessons 7&8 Mr. Husch.
Python 17 Mr. Husch.
Python Lessons 9 & 10 Mr. Husch.
Python 19 Mr. Husch.
Lesson 12: more on Equations
Python Lesson’S 1 & 2 Mr. Kalmes.
Decisions In today’s lesson we will look at:
What is x? x = 12 %
Python 16 Mr. Husch.
PYTHON LESSON 5 Mr. Kalmes.
Basic Lessons 5 & 6 Mr. Kalmes.
Plenary
FEniCS – workflow Start the Docker Quickstart terminal / terminal
Python 3 Mr. Husch.
Python Inputs Mr. Husch.
Python Lessons 13 & 14 Mr. Husch.
Basic Mr. Husch.
Python 16 Mr. Husch.
Python 19 Mr. Husch.
Python Lessons 7 & 8 Mr. Husch.
Python 10 Mr. Husch.
Stretching and Shrinking
Python 18 Mr. Husch.
Python 12 Mr. Husch.
Python 4 and 5 Mr. Husch.
Python 8 Mr. Husch.
Basic 9 Mr. Husch.
I need to improve my… I am now able to… I feel more confident about…
Presentation transcript:

Python 13 Mr. Husch

Aim This lesson combines the argv command as well as raw_input ( ) and how they can be used to prompt users. Create a program that uses both argv and raw_input ( ) command

Open CMD Show your neighbor your lesson 12 in your cmd. If you are having trouble opening your program look at the 12 PowerPoint to remind you. Remember cd.. Is how you change directory. DIR is how you pull up the directory CD program name is how you open it.

Lastname13.py

Run in CMD Test this program in CMD. Now you need to change what the program is asking for. After you have made the changes you need to add 5 more question. Turn in your lastname13.py

Journam What happens if you change the prompt to something else completely? How do you feel about your ability to use these commands?