August 23, 2008

Photoshop on ubuntu

I have no Word to Say, I just try it, and it finally Work!
Adobe Photoshop on Linux Ubuntu!
Go Ubuntu Go!
Thanks!

August 01, 2008

Why 'Cython' not 'C' ??!

The title is very similar to Erics Raymond article that made me fall in love with my girl (python)

the article was titled as "Why Python not Perl?"
but i will speak about something different



CYTHON : cython is a language that makes writing C extensions for the
Python language as easy as Python itself.
Yes u can write python code and u know that python is interpetred and
compile it with gcc via cython
you can do that as cython supports calling C functions and declaring C
types on variables and class attributes. This allows the compiler to
generate very efficient C code from Cython code.
i hate c syntax and i love python syntax
but i love being compiled person (by using c that i hate its syntax)
speed of c and power of python in cython
so why we do a tour in cython: i will write a tutorial on it in the blog isa
and it will be also a simple python course