Posts Tagged ‘ archives ’

yablog: python tips: array computation with numpy

January 25, 2012
By

python tips : array computation with numpy. I compared performance of array computations. Listed below are results and codes of some experiments which introduced in the book named 'Python Scripting for Computational ...

Read more »

P'Sec: Database Table Creation Part I « David Seah / Code

September 14, 2011
By

I'm going to turn on PHP error handling (which is off by default on my server) so I can see error messages interactively. That didn't seem to work…hmm. So I'm going back to the LOGS now, following the instructions I wrote for ...

Read more »

Python tips « Fancy Coder

March 24, 2011
By

Python tips . Leave a Comment Posted by biran0079 on March 24, 2011. When write to global variable in function, declare the variable as global ... at the first line of function definition. Conditions can be chained(!!). ...

Read more »

Myspace * piebald ball python for sale « Reptile Supplys | Reptile …

February 6, 2011
By

Ball Pythons for Sale â “ Welcome to RCReptiles.com â “ Professional Breeder of Ball Python Morphs sheet and helpful ball python tips are.

Read more »

Python Tips : Regular Expression usage to exclude something

November 16, 2010
By

Let's say we want to match every single rain variation .. “Isolated rain over coastal area” is rain. “Scattered rain over inland area” is rain. “Rain” is rain However.. but not “No rain” .. is Fair weather . ...

Read more »

EuroPython 2010

August 1, 2010
By

Idiomatic Python/ Python Tips and Tricks This was the talk of the conference (there was a second part later I unfortunately missed because it overran). Basically everyone in the audience no matter how expert they were in Python will have ...

Read more »

Error Handling Class

April 3, 2010
By

NET error handling class capable of managing errors messages that occur on a website (read more) Softpedia – Webscripts – All You might also like… Office Export Library cfUpdater 1.0.3 TextSoap – 6.3.3 Transmission – 1.83 ...

Read more »

Ping Watcher 1.0.0 RC « WordPress Plugins – Extensions

February 27, 2010
By

Both plugins set PHP error handling to use custom error handlers. The Error Reporting plugin catches all error types. Although the Ping Watcher plugin only catches E_ WARNNG errors, of which it then selectively records ping errors, ...

Read more »

Django Starter Kit

February 18, 2010
By

Here’s an excellent 37-item list of Django tips , tutorials and articles bundled all in one place with an emphasis on recent items, over at komunitasweb.com.

Read more »

DjangoCon 2009 Recap // Evolving Bits

September 14, 2009
By

Django Tips and Tricks – Many to pick from, but I liked Query.as_sql() method to show the SQL the Django ORM generates on your behalf, the flexibility of using “signals” to loosely couple functionality (see django-signals-ahoy on ...

Read more »