Exercises, examples and other material relating to training module Y103. This topic is presented on public courses
Learning to program in Python,
Python Programming
Python Programming - The fundamentals in depth, and an introduction to applications such as GUI design and Data Munging.
This course starts at the fundamentals ... http://www.wellho.net/course/ypfull.html [course] |
Learning to Program in Python - The fundamentals in depth, and an introduction to applications such as GUI design and Data Munging.
This course starts ... http://www.wellho.net/course/ylfull.html [course] |
# Conditional example 4 - if / elif / else
""" Note - you should be careful of the order in
which you write your conditions so that you don't
end up ... http://www.wellho.net/resources/ex.php4?item=y103/if4.py [code sample] |
Python's in construct, when used with an if statement, lets you loop through all the members of a collection (such as a list or a tuple) and see if there's ... http://www.wellho.net/mouth/835_Pyth ... rator.html [short article] |
All the languages we teach have if and else conditionals, and while loops. They re a necessary part of any language, accepted as something of a standard, ... http://www.wellho.net/solutions/python-t ... cture.html [longer article] |
The ? : operator that you may have come across in Perl, PHP, C and Java - known as the ternary or conditional operator - is ABSENT from Python. "But it's ... http://www.wellho.net/mouth/657_The- ... ython.html [short article] |
""" There is no switch or case in Python ... because you can
do better by using its OO capabilities and a dictionary. """
def doblue (): print "The ... http://www.wellho.net/resources/ex.php4?item=y103/python_switch_case [code sample] |
How to write code in Python that's only run if a certain condition is met, and how to repeat a piece of code more than once.
This topic is presented on public courses
Learning to program in Python,
Python Programming
Examples from our training material
Pictures
Learning to program in Python
Background information
Some modules are
available for download as a sample of our material or under an
Open Training Notes License for free download from
http://www.training-notes.co.uk.
Topics covered in this module
Booleans.
If, elif and else.
Inset blocks.
While loops.
Break and continue.
Shorthand Operators.
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our
Listing and schedule page.
Well House Consultants specialise in training courses in
Python,
Perl,
PHP, and
MySQL. We run
Private Courses throughout the UK (and beyond for longer courses), and
Public Courses at our training centre in Melksham, Wiltshire, England.
It's surprisingly cost effective to come on our public courses -
even if
you live in a different
country or continent to us.
We have a technical library of over 700 books on the subjects on which we teach.
These books are available for reference at our training centre. Also
available is the Opentalk
Forum for discussion of technical questions.