IDE (Integrated Development Environment)
π Google Colaboratory (KS3 / KS4)
π Thonny (KS3 / KS4 / KS5)
π Pycharm Educational Edition (KS5)
In school during year 8 & 9 we use the Google Colaboratory Python IDE to complete work set. Β If you have any issues using Google Colaboratory then consider downloading and installing Thonny (free).Β
All videos and guidance is using Thonny as the IDE.
Sessions should be completed then challenges attempted to apply new knowledge.
π data types, variables & constants
π print command
π input command
π simple math
π casting data
π if statements (SELECTION)
π if else statements (SELECTION)
π logic expressions
π elif statements (SELECTION)
π arrays (insert/index/sort)
π concatenation & string manipulation
π Sequence
π Selection
π Iteration
π String Manipulation
π File Handling
π Modular Subprograms
π Extended Projects
π« W3Schools Python (reference)