Summary

In this final chapter, we covered multiple topics on code performance and quality and discussed a few important technologies beyond Python. In particular, we discussed how the combination of efficient code, a better understanding of requirements, and smart usage of appropriate data structures can significantly speed up the performance of codein our case, a hundred times more performant! Then, we discussed how we can deal with big data by computing in parallel on multiple CPUsor multiple machines in the cluster.

In the second part of this chapter, we discussed a few ways to keep code quality under controlby running sophisticated non-deterministic test suits, automating code formatting, and tracking code maintainability. 

Both code performance and quality are important. Knowing ways to measure and improve both are necessary skills for a professional developer, and will increase your productivity and the complexity of what you can build by orders of magnitude.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.95.22