Curriculum
Short Specializations
Algorithm
Python
Encapsulation
For this project, look at these concepts:
- Allowed editors:
vi
,vim
,emacs
- Files interpreted/compiled on Ubuntu 14.04 LTS using
python3
(version 3.4.3) - Files first line exactly shebang
#!/usr/bin/python3
README.md
file mandatory- Code documented and using
PEP 8
style (version 1.7.x) - Files executable
python.py
Click to show/hide file contents
import sys, argv
if __name__ == "__main__":
class ClassAct:
pass
def fn():
pass