Coding Conventions for CS 106 at Calvin College


Python Coding Conventions


Good Bad
x == 3 x==3
x * math.pi / r x*math.pi/r
abc = 7 * x abc=7*x



Calvin > CS > 106 > Resources
This page maintained by Victor Norman .