6. Beautiful Python
Writing pythonic code.
- Notes:
- variable names should describe the variable (type, const, let)
- Pythonic transformation of Java Code
- try..finally becoming --- with .... : ...
- iteration becoming -- loop with conversion to sequence (__len__(self) , __get__item(self, i))
- A repo I made explaining the one time pad in a few languages: https://github.com/descent098/simple-otp
- A repo with some python program structure templates: https://github.com/canadian-coding/python-package-template
Inspiration Live Sessions
- Code MakeOver!
Last modified 3yr ago