Optimization Techniques in Python
Posted
by fear-matrix
on Stack Overflow
See other posts from Stack Overflow
or by fear-matrix
Published on 2010-03-30T14:07:48Z
Indexed on
2010/03/30
17:03 UTC
Read the original article
Hit count: 203
python
Recently i have developed a billing application for my company with Python/Django. For few months everything was fine but now i am observing that the performance is dropping because of more and more users using that applications. Now the problem is that the application is now very critical for the finance team. Now the finance team are after my life for sorting out the performance issue. I have no other option but to find a way to increase the performance of the billing application.
So do you guys know any performance optimization techniques in python that will really help me with the scalability issue
© Stack Overflow or respective owner