Home Login Create account Contact Help
Close

Login to your account

Other Options

Welcome to BeContrary.com! The site for recreational debating. You can browse the debates, search for tags or join in a debate.

Be difficult. Be compelling. But above all—be contrary.

Popular Tags

More tags Browse debate topics


New Debates

JSON or XML for structured data serialization
Python VS. Java
Practicality versus Purity in Python templates
Is the unexamined life worth living?
To be, or not to be...
Santa Claus: Naughty or Nice?
Peanut butter: crunchy or smooth?
Right thing, wrong reason...
Do Hybrid cars help the environment?
Being a Team Player
Should Users be Able to Create Debates?
A True Democracy
Samuel L Jackson versus Bart Simpson
Penis or Vagina?
XML or Text for Python Templates?
God Does Exist
Nine Months
Scientology is a Valid Religion
Zombie Chase
No Sex Pill



Recent Comments

Steven Dieckmann comments...
" I meant that an applet can be easily added to a web page, not the source code. "
Mario Ruggier comments...
" Both Evoque and Qpy text templating systems do automatic escaping by default. They achieve this by the use of the h8 quoted-string class from [...] "
Will McGugan comments...
" I don't think it is made easier by design. Its just easier because changes are limited to a single file when adding code to the template. "
Lennart Regebro comments...
" Isn't the whole point of the MVC princple that you put the code that is needed for display, like pagination, in the controller and *not* in the [...] "
Glyph Lefkowitz comments...
" Python modules are clearly the right place for Python code. If Genshi makes it so that sometimes you want to put code into a data file like a [...] "
Lennart Regebro comments...
" PYC-files are indeed written in a byte-code language.That language is not Python. And neither is the templates. "
Christopher Perkins comments...
" A ha! You forget about kid, which compiled your template into a .pyc which was in fact readable by a python interpreter. I dont know whether or [...] "
Will McGugan comments...
" Is laziness a good thing? I'm all for writing less code, but laziness implies there is something else the template author should be doing. Something [...] "
Christopher Perkins comments...
" As far as I know genshi does not make it hard to put code in your module. Perhaps you could explain what you mean by this. "
Lennart Regebro comments...
" How do you mean that templates are python programs? You can't run them in a python interpreter... "