Hero image

Michael Beckett's Shop

Average Rating2.79
(based on 24 reviews)

Mainly Computer Science resources - GCSE and A-Level

124Uploads

75k+Views

11k+Downloads

Mainly Computer Science resources - GCSE and A-Level
Python Turtle Introduction & Challenges
mogggamoggga

Python Turtle Introduction & Challenges

(0)
An introduction to using the turtle in python. 1) Some examples of how to create shapes 2) Challenges - try and create the following shapes 3) Further challenges to also implement selection (if) statements to offer different outputs depending on user inputs. Each section has a tick box that students can check off once the task is completed.
Python Programming Challenge - Creating a Strong Password, With clues, Extension Task
mogggamoggga

Python Programming Challenge - Creating a Strong Password, With clues, Extension Task

(0)
A python programming challenge where students are expected to write a program that checks if a password is considered to be strong. The password must be greater than a certain length, include numbers, symbols, upper & lower case letters, not contain certain words or number pattens. The booklet includes: A tick sheet for when students have managed a certain task A test plan to check that certain passwords are ‘strong’ or not Some useful snipits of python code that will assist the students. An extension task. Good practice for string manipulation. Depending on your group ability, this could be a 1 or 2 lesson activity.