Blog Posts on python
Percent:
Python, finding nearest matching color name for RGB values by My Other Life as Programmer on Feb 1, 2012There are 147 standard color names for use in HTML. here is a simple Python code to find the nearest matching color name given input R,G, B values (from 0-255)."""File colornames.pyAuthor Ernesto P. Adorio, Ph.DVersion 0.0.1 February 1, 2012"""#...
[Infographic] PHP vs Ruby vs Python – Who Dominates and Reigns Supreme by ajblog on Jan 11, 2012Source: Udemy Blog Update: PHP 5.3.9 was released yesterday (January 10, 2012)...
Full Time Inhouse PHP Developer by KaBuddy Classified Ads on Jan 2, 2012IT JOB OPENING: Are you an IT Professional looking for a job? At Remote Staff Philippines, we have an IT Job Opening for you! We are in need of Full Time PHP Developer. Please see requirements below. This is a in-house role. You would be workin...
Lonely Cat Games: Profimail v3.48 – S60v3, S60v5, S^3 (SymbianOS9.x) [Unsigned - Python] by Mobilize and Share on Nov 2, 2011E-mail client for mobile phone: - ProfiMail is an application for your everyday life. It is a communication solution for your mobile phone. Wherever you go, you have your email with you. With the program’s user interface, you can see a great pa...
SisMan v0.20 – S60v3 and S60v5 (SymbianOS9.x) [Unsigned - Python] by Mobilize and Share on Nov 1, 2011SisMan v0.20 – S60v3 and S60v5 (SymbianOS9.x) [Unsigned - Python] En Translated by Shankru (Another best Symbian packing/unpacking app) Program English Name: SisMan Program Chinese Name: management enhanced version Program Author: Fei dragon Au...
JbakEdit v2.0 – S60v3 En (Translated by Shankru) [Python] by Mobilize and Share on Nov 1, 2011Description: Program to edit files in the program JbakTaskMan v1.41 Program Author: Chinese Program Version: v2.0 Language: English by shankru Note: Need Python v 1.4.5 modules DOWNLOAD-JbakEdit...
Python: Permutations, Combinations, Cartesian Products with Itertools module by My Other Life as Programmer on Oct 12, 2011Python itertools module has built-in functions for permutations, combinations, cycles and products.So the Python programmers can focus on building the next killer-apps :) which will dominate the whole world, insteadof reading obtuse treatises, papers...
What Programming Language Should You Choose? by NooBite on Oct 11, 2011One of my former students ask me what is the in-demand programming language now for he want to study it. He said, he wants to get a job easily after he graduated so he wants to study a programming language … Continue reading →...
Python: Computing sunrise sunset times with ephem by My Other Life as Programmer on Sep 27, 2011It is incredibly easy to find the sunrise and sunset for the city of Manila using Python and ephem libary. Here is for today, September 28, 2011import ephemmanila = ephem.city("Manila")sun = ephem.Sun()manila.date="2011/09/28"sunrise= manila.next_...
Python: basic conjugate gradient linear solver by My Other Life as Programmer on Sep 25, 2011Visit Wikipedia:Conjugate gradient method for a clear and succinct explanation of the conjugate gradient method for solving linear equations. We based our Python code on the algorithm described in this article. We are pleased that we were able to get...


