Posts Tagged ‘ linux-tips ’

Getting Started with Lambda Functions in Python

October 25, 2011
By

In combination with Python's built-in functional programming commands, the lambda functions will be of great use. Filed Under: Lambda Function, Python, Python Tips Tagged With: Lambda Functions, Python, Python Tips ...

Read more »

Python Tips: add a key/value in a dictionary | Prima DIY 太棒了! 自己來!

September 8, 2011
By

Python Tips : add a key/value in a dictionary. Posted on September 8, 2011 by william. a = {} a=”banana” a=”apple”. This entry was posted in Computer and Programming. Bookmark the permalink. ← Linux Tips: find – search for files in a ...

Read more »

Alexander's Blog » Advanced PHP Error Handling via htaccess

February 5, 2010
By

First we will explore PHP error handling for production environments (i.e., for websites and applications that are online, active, and public), then we will consider error handling for development environments (i.e., for projects that ...

Read more »