Python code examples for use in the following sessions:
Curious about Coding
Novice coders who need to get up to speed in Python and coding in general quickly.
Not for complete beginners. Learners need to have some experience of basic coding i.e. HTML/CSS or something similar. Although basics are covered it is at a higher pace than a complete beginners course.
- Participants to clone the repo
- Repo includes code examples that can be run in Python IDLE
- Repo also includes slides that outline requirements to be met as part of tasks i.e. Calculator Task and Password Checker Task
- NOTE: Some code may not run on Python versions 3.0 and above (main issues will involve raw_input() which needs to be changed to input())