-
Top Posts
-
Recent Comments
- Truong Nghiem on How to install PyQt on Mac OS Snow Leopard
- CMon on How to install PyQt on Mac OS Snow Leopard
- Tong Duy Son on Weekly review: week from 2012-04-15 to 04-21
- Domenico Prattichizzo & SIRSLab's Folks Blog » Links from orgmode to any text file | Truong’s Weblog on Links from orgmode to any text file
- Truong Nghiem on Export Simulink models to publication-quality figures
Categories
Tag Archives: PyPy
Need for Speed
When writing code for scientific computation, you often need to improve its performance, i.e. to make it run faster and/or more efficiently in terms of memory and other resource usage. I will summarize several techniques to speed up Python code … Continue reading
What is PyPy?
You might have heard about PyPy, that it is an implementation of Python in Python, and that it can run Python programs faster than CPython. Then you might ask: How the hell is that possible? CPython runs Python programs slower … Continue reading