You may find yourself working with excel file (.xls) and Python is your main language. Don't worry, there is an efficient tool that can help you get through most basic tasks.
To find our more, visit Python Excel.
http://www.python-excel.org/
Cheers,
Saran Tarnoi
Wednesday, October 1, 2014
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
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
http://www.brian-amberg.de/uni/poster/.
Cheers,
Saran
Sunday, July 20, 2014
A Very Useful Grub Organizer for Ubunto: Grub Customizer
There is a nice tool for customizing grub on Ubunto with an intuitive user interface available. It is Grub Customize in LuanchPad. I suggest you visit the official site of the tool at https://launchpad.net/grub-customizer.
Thanks developers for there efforts.
Thanks developers for there efforts.
Tuesday, June 10, 2014
Bar Graph with Texture
Improving the visibility of a bar graph created by Matlab will no longer bring an headache, just visit the site below:
Tuesday, May 20, 2014
To configure CPLEX for Python
There is a good tutorial on the following site.
http://minpower.readthedocs.org/en/v1.1.2/install-linux.html
Cheers
Saran Tarnoi
Thursday, March 6, 2014
To fix the problem of "fonts not embedded" in WinEdt
When I was about to upload a manuscript to EDAS, the problem regarded as "fonts not embedded" was showing up.
I had been spending several minutes to eventually meet a solution to the problem.
The solution for WinEdt 6.0 worked, I was using WinEdt 8.0 with gswin64c.exe though.
TeXify-> DVI to PS (DVIPS)->PS to PDF (ps2pdf)
Reference:
http://inside.mines.edu/~djyang/embeddedfont-WinEdt.html
I had been spending several minutes to eventually meet a solution to the problem.
The solution for WinEdt 6.0 worked, I was using WinEdt 8.0 with gswin64c.exe though.
WinEdt 6.0:
- Open WinEdt
- Select: Options, Execution Modes
- Select ps2pdf
- Click on "Browse for Executable" (lower left corner)
- Browse to the gswin32c.exe executable in C:\Program Files\gs\gs9.02\bin
- Enter the following switches:
-dBATCH -dNOPAUSE -sDEVICE=pdfwrite -r600 -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -dMaxSubsetPct=100 -dSubsetFonts=true
- Enter the following parameters:
-sOutputFile="%N.pdf" "%N.ps"
(you might have another version than 9.02, so please adjust this number) and select it.
WinEdt 5.5:
- Open WinEdt
- Select: Options, Execution Modes
- Select ps2pdf
- The Command Line Switches for gswin32c.exe are
-dBATCH -dNOPAUSE -sDEVICE=pdfwrite -r600 -dCompatibilityLevel=1.4
Add the following switches to this line:-dPDFSETTINGS=/printer -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true
TeXify-> DVI to PS (DVIPS)->PS to PDF (ps2pdf)
Reference:
http://inside.mines.edu/~djyang/embeddedfont-WinEdt.html
Subscribe to:
Posts (Atom)
