Posts Tagged ‘ copyright ’

Ned Batchelder: Caged python

July 10, 2011
By

For a presentation, I wanted to produce samples of Python interactive sessions. I could have opened a terminal window and typed my input, and copied the resulting session and pasted it into a text file, but that's not ...

Read more »

Ying's Coding: profiling python code line-by-line

May 7, 2011
By

random python tips (updating) · web display of codes on blogspot · Python shell stitched into Google Chrome · Postman pipeline for stamping and remotely printin... min and max in Perl · Astro-pythonization · edit file on-the-fly with ...

Read more »

Programming python, tips to make the string

February 6, 2011
By

Hello, how are you, I hope all fine. This time on my blog, I'll write about the strings in the python programming language. Previously we have talked about creating a very dynamic variables using the python programming language. ...

Read more »

random python tips (updating)

January 7, 2011
By

I think I should start to collect some random python tips that I'm collecting through the learning phase, yes, an unorder list of tips, in python language, a set of tips (which is more similar to human language ;-D). ...

Read more »

Django Tips

November 4, 2010
By

When overwriting default templates by putting them on a folder under myproject/ it doesn't work unles you set up template loaders in settings.py with 'django.template.loaders.filesystem.Loader' on first place: ...

Read more »

Ball Python Tips

August 15, 2010
By

There are several different things to decide on when creating a reptile enclosure. The first is what kind of reptile are you building it for? Once you've figured that out you'll know what kind of habitat to create. ...

Read more »

Does a new field in existing populated database need both: null …

June 13, 2010
By

empty string instead of null? I've read James Bennet's post and the Django docs (links below), but can't fathom the correct approach for this case: http://www.b-list.org/weblog/2006/jun/28/ django-tips -difference-between-blank-and-null/ ...

Read more »

Linux Today – Ten essential Python tips for beginners

January 22, 2010
By

We've compiled ten essential Python tips especially for the new user, so without further ado, let's get started… "1. Running Python scripts. " On most of the UNIX systems, you can run Python scripts from the command line like so: ...

Read more »

errors.php

August 19, 2009
By

ADVANCED PHP ERROR HANDLING VIA PHP - NO HTACCESS REQUIRED This tutorial covers advanced PHP error handling and logging without htaccess, using only PHP via a php.ini file located in your site's public_html. POSTING BLOG TENTANG ERRORS. ...

Read more »

Django Tips – Unique Date Querysets

February 15, 2009
By

I swear this particular feature of querysets was made especially for the archive listing of a blog. You know, the month and year listing in the side bar for all ...

Read more »