0% found this document useful (0 votes)
2 views4 pages

1.3 Python As A Language

The document introduces Python as a programming language, likening its users, known as Pythonistas, to Parselmouths who speak Parseltongue. It emphasizes the importance of learning Python syntax, acknowledging that beginners will make mistakes that result in syntax errors. The document reassures learners that they are capable of mastering Python despite initial challenges.

Uploaded by

kawsik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views4 pages

1.3 Python As A Language

The document introduces Python as a programming language, likening its users, known as Pythonistas, to Parselmouths who speak Parseltongue. It emphasizes the importance of learning Python syntax, acknowledging that beginners will make mistakes that result in syntax errors. The document reassures learners that they are capable of mastering Python despite initial challenges.

Uploaded by

kawsik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Introduction – Part 3

PYTHON FOR
EVERYBODY

Parseltongue is the language of serpents


and those who can converse with them.
An individual who can speak Parseltongue
is known as a Parselmouth. It is a very
uncommon skill, and may be hereditary.
Nearly all known Parselmouths are
descended from Salazar Slytherin.

http://harrypotter.wikia.com/wiki/Parseltongue
Introduction – Part 3
PYTHON FOR
EVERYBODY

Python
Python is the language of the Python Interpreter
and those who can converse with it. An individual
who can speak Python is known as a Pythonista.
It is a very uncommon skill, and may be
hereditary. Nearly all known Pythonistas use
software initially developed by Guido van Rossum.
Introduction – Part 3
PYTHON FOR
EVERYBODY

Early Learner: Syntax Errors


• We need to learn the Python language so we can communicate our instructions to
Python. In the beginning we will make lots of mistakes and speak gibberish like
small children.

• When you make a mistake, the computer does not think you are “cute”. It says
“syntax error” - given that it knows the language and you are just learning it. It
seems like Python is cruel and unfeeling.

• You must remember that you are intelligent and can learn. The computer is simple
and very fast, but cannot learn. So it is easier for you to learn Python than for the
computer to learn English...
Introduction – Part 3
PYTHON FOR
EVERYBODY

Talking to Python

You might also like