Tagged Questions
28
votes
7answers
3k views
Why not always use psyco for Python code?
psyco seems to be quite helpful in optimizing Python code, and it does it in a very non-intrusive way.
Therefore, one has to wonder. Assuming you're always on a x86 architecture (which is where most ...
0
votes
6answers
243 views
how to improve the performance?
i had prepared a project on making a software application. It is complete and working fine except that the speed of execution is very slow..i have taken several chunks of code and optimized it..
i ...