Best practices to overcome python's dynamic data type nature

Sam lightaiyee at gmail.com
Fri Feb 14 11:10:22 EST 2014


Dynamic data type has pros and cons. It is easier to program but also easier to create bugs. What are the best practices to reduce bugs caused by Python's dynamic data-type characteristic? Can the experienced Python programmers here advise?

Thank you.



More information about the Python-list mailing list