Friday, August 22, 2014

Accelerating Python with Numba

Python is one of the most popular programming languages in my opinion. It is beautiful and easy to learn. However, for some exhausted tasks, Python is relatively slow compared to C. Try using Numba to convert your native python code to optimized machine code. It surprisingly helps a lot in some cases.
Please visit the following link provided that you are interested in it.
http://numba.pydata.org/

Cheers,
Saran Tarnoi

Friday, August 8, 2014

Let's Make a Poster Using Latex

Creating a nice poster will never be a tired and frustrated task once you know how to use Latex for making one. I think "baposter" is a highly recommended tool to start with. Please visit the site below:
http://www.brian-amberg.de/uni/poster/.

Cheers,
Saran