Introduction to Python

Slides:



Advertisements
Similar presentations
Guy Griffiths. General purpose interpreted programming language Widely used by scientists and programmers of all stripes Supported by many 3 rd -party.
Advertisements

Bitmap Index Buddhika Madduma 22/03/2010 Web and Document Databases - ACS-7102.
Programming Introduction November 9 Unit 7. What is Programming? Besides being a huge industry? Programming is the process used to write computer programs.
CSC 110 A 1 CSC 110 Introduction to Python [Reading: chapter 1]
Introduction to Python Dr. Bernard Chen Ph.D. University of Central Arkansas July 9 th 2012
Software – Applications software and programming languages
Noadswood Science,  Information Wednesday, September 09, 2015.
Python Programming Introduction to programming using python.
Media Computing Instructor Byung Kim Olsen 231 Office hours – MWF 9:00-10:00 AM or by appointment.
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.
Software – Applications software and programming languages.
Python Programming Using Variables and input. Objectives We’re learning to build functions and to use inputs and outputs. Outcomes Build a function Use.
PROGRAMMING In. Objectives  We’re learning to develop basic code with the use of the correct syntax and variables. Outcomes  Explain what syntax is.
Programming for GCSE 1.0 Beginning with Python T eaching L ondon C omputing Margaret Derrington KCL Easter 2014.
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.
KING SAUD UNIVERSITY – COLLAGE OF COMPUTER AND INFORMATION SCIENCES CSC 113 JAVA ONLINE DOCUMENTATION.
Digital Media Lecture 0: It’s all just bits! Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
Computer Science A 1. Course plan Introduction to programming Basic concepts of typical programming languages. Tools: compiler, editor, integrated editor,
1 Web Search What is a telescope? Who invented the telescope? 2 Web Search What are other powerful telescopes? 3 Thinking Why are telescopes important.
Programming In Python. Starter Using the internet… Find what a programming language is.
Getting Started With Python Brendan Routledge
Introduction to Python Lesson 2a Print and Types.
PROBLEM SOLVING WARM-UP Fill in the spaces using any operation to solve the following (!, (), -/+,÷,×): = 6.
Introduction to Computer Science What is Computer Science? Getting Started Programming.
JavaScript Part 1 Introduction to scripting The ‘alert’ function.
PHP Basics and Syntax Lesson 3 ITBS2203 E-Commerce for IT.
CSC 241: Introduction to Computer Science I
Munster Programming Training
Computer Science skill sets
Python Programming Unit -1.
CST 1101 Problem Solving Using Computers
More about comments Review Single Line Comments The # sign is for comments. A comment is a line of text that Python won’t try to run as code. Its just.
Web-based structures, links and testing
Introduction to Python
Module 5 Working with Data
Introduction to Python
Lesson 1 An Introduction
BTEC NCF Dip in Comp - Unit 02 Fundamentals of Computer Systems Lesson 10 - Text & Image Representation Mr C Johnston.
Web software.
Introduction CSE 1310 – Introduction to Computers and Programming
FUTURE JOBS READERS Level 2-② App Developers.
Introduction to Lesson 5 Promoting languages
String Output ICS 111: Introduction to Computer Science I
Introduction to Python
Fill the screen challenge!
Learning to Program in Python
Unit# 6: ICT Applications
Learning Outcomes –Lesson 4
Introduction to Lesson 2 Your personal profile – part 1
Starting to develop a website
Task 1 Computer Programming LEVEL 6 PROGRAMMING:
Java Online documentation
Introduction to Computer Software
THE REAL WORLD APPLICATIONS OF PYTHON. INTRODUCTION Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum.
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.
Appending or adding to a file using python
Computer Networks Lesson 4.
12th Computer Science – Unit 5
Introduction to Computer Science
Chapter 1: Programming Basics, Python History and Program Components
Programming In.
Introduction to Python
Software Lesson 3.
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.
CMPT 120 Lecture 2 - Introduction to Computing Science – Problem Solving, Algorithm and Programming.
Web Application Development Using PHP
CSC 241: Introduction to Computer Science I
Introduction to scripting
PYTHON - VARIABLES AND OPERATORS
Presentation transcript:

Introduction to Python Lesson 1

PROGRAMMING

Learning Outcomes: LO1:Explain what python is and what it can be used for. LO2: Use Python to create a basic program.

What is Python? http://www.youtube.com/watch?v=aXKVOL wpDg8 Clear Flexible Large and comprehensive standard library Readability General purpose High level

Python is: Higher-level language Clear Flexible Large and comprehensive standard library General Purpose Close to the English language (Readability)

So what can it be used for? Web development Databases Science and Maths Education Software Development Game and 3D graphics Can be used in the development of websites Used to store and comprehend large sets of data, and can be used to access databases Scientists can use Python for their experiments for instance if they had a weather sensor and needed to get and store results. Mathematicians may uses python for equations. Used to teach children a higher level programming language. Python is often used as a support language for software developers, for build control and management, testing, and in many other ways. Python is widely used in commercial and hobby game development. For instance this is a brick breaker game designed in python. So girls you could could make this pretty by having background images of your choice and the blocks in pink for instance. This is one of the bonus’s of using python, you can easily change these kinds of things.

Writing a program in Python! First we must Open Idle, this is where we write our code in python programming language. >File >Search Python

File, New Window, File.

Printing a string in Python to the screen Example: Print (“Hello World”) This bit of text in quotation marks is called a string. Printing a string in Python to the screen

Your now ready to write your first program using Python!

Who wants to be a Millionaire! Plenary Who wants to be a Millionaire!