Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 609 Bytes

learn.md

File metadata and controls

23 lines (20 loc) · 609 Bytes

By following this resource you will learn:

  • Printing
  • Variables
  • Basic maths operators (add, subtract, multiply)
  • Basic variable types (strings, integers)
  • Concatenating strings
  • Casting an integer to a string
  • Booleans (True / False)
  • Inequalities (Greater Than / Less Than)
  • If/Else statements
  • Lists
  • List methods (append, extend)
  • Adding lists together with +
  • Sets
  • For Loops
  • Indexing strings
  • Splitting strings
  • Tuples
  • Dictionaries

This resource covers elements from the following strands of the Raspberry Pi Digital Making Curriculum: