Katherine Ayers - Code Nation

Code Nation Useful Links

Python Lessons

Python Lesson 1

My notes from lesson 1; We covered data types and methods that can be used on strings

Back to top of page

Python Lesson 2

My notes from lesson 2: We covered variables, using varibales in strings. Maths operators. User input. If Else statemets and comparisons

Back to top of page

Python Lesson 3

My noes from lesson 3: We covered functions; global variables;functions in functions (recursive programming); plus the AND OR statement

Back to top of page

Python Lesson 4

My notes from lesson 4: We covered lists and for loop

Back to top of page

Blue Team Project

Python Project

After covering the python material we worked in teams to create a Roll Playing Game using python. My team and I created a football penalty shootout style game with a dice themed twist

Back to top of page