¡@

Home 

python Programming Glossary: fmif

Is `import module` better coding style than `from module import function`?

http://stackoverflow.com/questions/1744258/is-import-module-better-coding-style-than-from-module-import-function

function` Let from module import function be called the FMIF coding style. Let import module be called the IM coding style... Why is IM FPIM considered a better coding style than FMIF See this post for the inspiration for this question. Here are.. question. Here are some criteria which lead me to prefer FMIF over IM Shortness of code It allows me to use shorter function..