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.

Slides:



Advertisements
Similar presentations
Programming in python Lesson 2.
Advertisements

Introduction to Visual Basic Programming. Lecture Outline History What is Visual Basic First Look at the VB 6.0 Environment Some VB Terminology Our first.
Python Programming Introduction to programming using python.
Programs, programs, everywhere! This is a starter activity and should take 5 minutes 1.Open up a text editor such as Notepad. 2.Write a list of all the.
Do it now activity Last term we learnt about how data is represented in a computer and about how to identify different volumes of data. How many bits in.
Python Programming Using Variables and input. Objectives We’re learning to build functions and to use inputs and outputs. Outcomes Build a function Use.
Lesson 4 Using Variables in Python – Creating a Simple ChatBot Program.
Standard Grade Programming using VB 1 Programming Visual Basic.
Graphical User Interface You will be used to using programs that have a graphical user interface (GUI). So far you have been writing programs that have.
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.
Introduction to Programming Python Lab 1: My First Program 8 January PythonLab1 lecture slides.ppt Ping Brennan
Graphics in Python On entry: Run Python 2.78 from N: drive/computing and ICT VLE: Computing home page - check your feedback Success criteria: ●Understands.
Programming In Python. Starter Using the internet… Find what a programming language is.
5.2 Microsoft Excel.
A-level Computing Programming challenge 1: Fizzbuzz
what is computer programming?
Introduction to Python
GCSE COMPUTER SCIENCE Practical Programming using Python
Introduction to Programming
Introduction to Programming
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:
Lesson 1 An Introduction
Scratch 2.0: Introduction
To write a Python program, you first need to open Pyscripter
Do it now – PAGE 13 You will find your do it now task in your workbook – look for the start button! Thursday, 20 September 2018.
Do it now You will find your do it now task in your workbook – look for the start button! Thursday, 20 September 2018.
Introduction to Programming
5.2 Microsoft Excel.
Using the Answer Booklet
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Tuesday, 20 November 2018.
Lesson Starter Write down the cell ORGANELLES that plant and animal cells have in common Write down the cell ORGANELLES that you would only find in.
Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Wednesday, 21 November 2018.
Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Friday, 23 November 2018.
Programming In Lesson 3.
Log onto a computer first then ….
Introduction to Programming
Lesson Aims Vocabulary In this lesson you are going to:
Mini Python Project Lesson 3.
Task 1 Computer Programming LEVEL 6 PROGRAMMING:
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Wednesday, 02 January 2019.
HTML and CSS eportfolio
Do it now – PAGE 10 You will find your do it now task in your workbook – look for the start button! Tuesday, 15 January 2019.
The Internet.
Section 1 Introduction To Programming
Introduction In today’s lesson we will look at: why Python?
PYTHON: BUILDING BLOCKS Sequencing & Selection
Do it now – PAGE 3 You will find your do it now task in your workbook – look for the start button! Tuesday, 09 April 2019.
Python Lesson’S 1 & 2 Mr. Kalmes.
Introduction to Programming
Do it now – PAGE 10 You will find your do it now task in your workbook – look for the start button! Sunday, 28 April 2019.
Python Programming Mr Scicluna.
Chapter 1: Programming Basics, Python History and Program Components
Just Basic Lessons 9 Mr. Kalmes.
Just Basic Lesson 19 Mr. Kalmes.
Programming In.
Python While Loops.
Introduction to Python
Introduction to Python programming for KS3
Understanding Browsers
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Sunday, 19 May 2019.
Do it now activity Log onto the computer.
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.
Creating your multimedia product – setting up pages and navigation
Digital footprint.
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Sunday, 12 May 2019.
Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Monday, 20 May 2019.
Do it now You will find your do it now task in your workbook – look for the start button! Thursday, 23 May 2019.
Starter Which of these inventions is: Used most by people in Britain
Bellwork.
Presentation transcript:

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

Home learning Due in today! DUE:

Introduction to Python

“Investigate how to control a computers output” Learning Objective “Investigate how to control a computers output” You will find differentiated outcomes for this lesson on the front of your workbook. Thursday, 23 May 2019

Investigate how to control a computers output New learning print(“Hello World”) The print statement Investigate how to control a computers output

Investigate how to control a computers output New learning What colours does IDLE colour code things? What does this mean? Investigate how to control a computers output

Investigate how to control a computers output Independent Task Open IDLE from your start menu Complete the activity in your booklet on p3 Investigate how to control a computers output

Investigate how to control a computers output Learning Development Adapting your code Investigate how to control a computers output

Investigate how to control a computers output Talk Task What is the name given to commanding the computer to output something on screen? How could your program be improved? Why should you comment your code? What did /n do? Investigate how to control a computers output

Investigate how to control a computers output Exit ticket What does the Print statement do? R A G Investigate how to control a computers output