Beginners Python Part 1
Start Programming in Python
-
1
-
Welcome
-
A bit about Programming
-
Installing Python
-
Python Working Environment
-
Introduction Quiz
-
How to fix errors in Python Code - A guide.
-
NEW ******Free Ebook by Julia Roebuck *******
-
2
-
Addition and Subtraction
-
Division and Multiplication
-
Operator Precedence
-
Quiz - Basic Arithmetic
-
3
-
Greater than, Less than
-
Greater than or equal to, Less than or equal to
-
Equal to, Not Equal to
-
Practice: Evaluators
-
Practice : Evaluators (Answers)
-
4
-
Print
-
Formatting in Print
-
Practice: Maths and Print
-
Practice: Print Formatting
-
5
-
What are variables?
-
Data Types
-
Integers and Floats
-
Strings and Booleans
-
Using Variables with Maths
-
Quiz - Variables
-
Practice: Variables
-
Practice with Variables (Answers)
-
6
-
Input
-
Practice : Input
-
Practice : Input (Answer)
-
7
-
Trying it all out
-
Using files
-
Using Files - Windows users
-
8
-
While loops explained
-
While loops 2
-
While loops 3
-
While loops 4
-
Practice: While Loops
-
Practice answers
-
9
-
IF/ElSE/ELSIF Explained
-
If
-
Elif (Else If)
-
Else
-
If Practice
-
If Practice (Answer)
-
Extra programming task with IF's
-
Extra programming task While loop
-
Extra programming task While loop
-
10
-
Calculator Program 1
-
Calculator Program 2
-
Calculator Program 3
-
Calculator Program 4
-
11
-
PDF of everything you've learnt.
-
12
-
Rock, Paper, Scissors
-
Guessing Game