next up previous contents
Next: 5.3 Type Inference Up: 5.2 More About Types Previous: 5.2.10 Type Restrictions

5.2.11 Type Style Recommendations

 

Python provides good support for some currently unconventional ways of using the Common Lisp type system. With Python, it is desirable to make declarations as precise as possible, but type inference also makes some declarations unnecessary. Here are some general guidelines for maximum robustness and efficiency:


next up previous contents
Next: 5.3 Type Inference Up: 5.2 More About Types Previous: 5.2.10 Type Restrictions

Raymond Toy
Mon Jul 14 09:11:27 EDT 1997