Abdur-Rahmaan Janhangeer <arj.pyt...@gmail.com>: >> * Create as many functions as you can > performance?
Python? Seriously, though. The principle of expressive encapsulation is one of the basic cornerstones of writing computer programs. Performance barely ever becomes a question, and even more rarely has anything to do with the number of function calls (low-level programming language compilers optimize efficiently). The most important objective of software development is the management of complexity. Silly performance optimizations are way down the priority list. Marko -- https://mail.python.org/mailman/listinfo/python-list