Manual for Python Lab
Last updated
Last updated
Add your respective code contributions to this directory. For the filename, use the following naming convention: labXX-githubID.py.md
A sample is provided with contains
the problem description and the code.
A Cloudcoder exercise link if available
possible viva questions
Please create github accounts and start adding in your respective names.
Make sure that you are checking coding standards against PEP-8 guidelines. http://pep8online.com/
Follow the PEP8 Coding conventions, especially for function names - http://pep8.org/#function-names
https://www.python.org/dev/peps/pep-0008/#other-recommendations
Coding style guidelines - http://python-guide-pt-br.readthedocs.io/en/latest/writing/style/
In particular, read about tools - http://python-guide-pt-br.readthedocs.io/en/latest/writing/style/?highlight=pep8#pep-8
Auto PEP8 convertor - https://pypi.python.org/pypi/autopep8/
Make sure that the code compiles and logically correct as well.
Multiple contributions will be evaluated, and the best will be chosen to be part of the lab manual.