10_Intro to Programming and Python
10_Intro to Programming and Python
By
Beenish Noor
Books
Program
Programming Languages
Debugging
Python
Languages
Two types of languages
Structure: the way tokens are arranged e.g 3+3 and +3++3
Express computations.
Instruct machines.
Portable
Programming Languages (cont.)
●
Two programs process high level language to low level language
●
Interpreters and Compilers
Programming Languages (cont.)
●
Compilers
Introduction to ICT
By
Beenish Noor
Python
High Level Programming language , was created
in 1991 by Guido van Rossum.
Process of tracking
A program may have
and correcting them
Bugs.
is Debugging.
Runtime Error
Syntax Error
(Exceptions)
--Debugging is tough,
Semantic Error challenging but very
Interesting. ;)