Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 505 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 505 Bytes

teach-python

A repository for materials I use to teach python to my students

Easy Crypto

A python 3 project to walk through some basic python usage themed around really basic decryption. Themed for East Timor with examples in Tetum.

Requirements

  • Python 3
  • PyTest

Lesson 1 - Caesar Cipher

Implement stubbed functions to encode and decode simple caesar cipher ( all uppercase english alphabet, non letter characters remain unchanged ) Tests exist to guide students towards completion