Python Programming Mr Scicluna.

Slides:



Advertisements
Similar presentations
From Scratch to Python Learn to program like the big boys / girls!
Advertisements

V Avon High School Tech Club Agenda Old Business –Delete Files New Business –Week 18 Topics: Intro to HTML/CSS: Questions? Summer Work Letter.
Python Programming Fundamentals
Programming.
1 Computer Science of Graphics and Games MONT 105S, Spring 2009 Session 1 Simple Python Programs Using Print, Variables, Input.
Python Programming Using Variables and input. Objectives We’re learning to use basic knowledge of variables combined with user input. Outcomes Continue.
More about Java Chapter 2 9/8 & 9/9 Imagine! Java: Programming Concepts in Context by Frank M. Carrano, (c) Pearson Education - Prentice Hall, 2010.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Python programming 1: Introduction.
PROGRAMMING IN PYTHON LETS LEARN SOME CODE TOGETHER!
GCSE Computing: Programming GCSE Programming Remembering Python.
Dictionaries and File I/O George Mason University.
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.
Controlling Program Structures. Big Picture We are learning how to use structures to control the flow of our programs Last week we looked at If statements.
Quiz 1 A sample quiz 1 is linked to the grading page on the course web site. Everything up to and including this Friday’s lecture except that conditionals.
CPSC 233 Tutorial January 21 st /22 nd, Linux Commands.
Foundations of Programming: Java
CST 1101 Problem Solving Using Computers
A-level Computing Programming challenge 1: Fizzbuzz
what is computer programming?
Introduction to GIS PythonScript CGIS-NURIntroduction to ArcGIS II.
Python 23 Mr. Husch.
JavaScript: Build "Rock, Paper, Scissors"
Introduction to Python
Topic: Python’s building blocks -> Statements
Learning Intention Learning Intention: To develop understanding of variables, data types, and comments in text based programming languages Context: Sequencing.
Topic: Python’s building blocks -> Variables, Values, and Types
Do it now activity Last lesson we used Flowol to create a solution to a problem a computer could solve. Identify what each symbol does:
Objectives Identify the built-in data types in C++
LESSON 5 Learning Objective 1 Learning Objective 2 Did you know….?
Python Training in Chennai
JavaScript: Choose Your Own Adventure 2!
String Manipulation.
Learning to Program in Python
Python Lesson 6 Mr. Kalmes.
G7 programing language Teacher / Shamsa Hassan Alhassouni.
Learning to Program in Python
Python Mr. Husch.
Learning to Program in Python
Programming In Lesson 3.
Learning to Program in Python
Escape sequences: Practice using the escape sequences on the code below to see what happens. Try this next code to help you understand the last two sequences.
Learning to Program in Python
Mini Python Project Lesson 3.
For -G7 programing language Teacher / Shamsa Hassan Alhassouni.
Python 21 Mr. Husch.
A FEW IDEAS ON USING JING
Python 19 Mr. Husch.
JavaScript.
Python Lesson’S 1 & 2 Mr. Kalmes.
Python 16 Mr. Husch.
12th Computer Science – Unit 5
Just Basic Lessons 9 Mr. Kalmes.
Input and Output Python3 Beginner #3.
Introduction to Python
Lesson 02: Introduction to Python
Do it now – PAGE 7 You will find your do it now task in your workbook – look for the start button! Sunday, 19 May 2019.
Python Inputs Mr. Husch.
Python 16 Mr. Husch.
Do it now – PAGE 3 You will find your do it now task in your workbook – look for the start button! Thursday, 23 May 2019.
Python 19 Mr. Husch.
Python Lessons 7 & 8 Mr. Husch.
Python 10 Mr. Husch.
Creating Maintainable code
Python 4 and 5 Mr. Husch.
Basic 9 Mr. Husch.
CMPT 120 Lecture 4 – Unit 1 – Chatbots
Creating readable code
Year 8 Computer Science Digital Portfolio
PYTHON - VARIABLES AND OPERATORS
Presentation transcript:

Python Programming Mr Scicluna

Lesson Objectives/Outcomes Objectives – Today I will Outcomes LO1: Identify a topic for the chosen story. LO2: Show understanding of the steps required to complete the story LO3: Use comments in code to start the story LO4: Complete at least 3 input commands from the user Gain an understanding of Python Acknowledge a few methods of programming with python

Why Python Multitude of resources available Backed by Google and Yahoo Used by major websites like Facebook and Twitter Code is easily readable (White Space) Can be used with Java (Jpython) Dynamic Typing (Changes colour when typing) Everything is a variable (Functions, Modules, Classes)

Characters = Assignment Statement “”” String %s Substitute ( ) String dict() Creates a new Dictionary

LO2:

What you should have

LO1/4: Task Now, I want you to use what you have learned, adapt the code and create a story with at least 3 user prompts, you must include an friends name, a location and an activity