ctci icon indicating copy to clipboard operation
ctci copied to clipboard

Python Coding Style

Open charnugagoo opened this issue 11 years ago • 1 comments

Coding Style is somehow much important in coding interview. Python Coding interview is different from Java and C/C++. I recommend following Google Python Style http://google-styleguide.googlecode.com/svn/trunk/pyguide.html

For example, naming of functions:

Functions lower_with_under() _lower_with_under()

charnugagoo avatar Aug 29 '13 19:08 charnugagoo

I'm not working on the python code myself -- these are all user submitted. However, it's a good reminder to other people who choose to submit solutions.

That said, it's good to get the solutions, even if they're not in the correct style.

gaylemcd avatar Aug 30 '13 16:08 gaylemcd