Prakash’s Blog

Innovation Explored

Prakash’s Blog header image 4

Entries from February 2005

Python or Java whom shouId i believe Gosling or Guido van Rossum

February 15th, 2005 · No Comments

I started working with java from 1997 till to date it is very difficult to keep track new developments in java until you do most of your development work. Now i think i know most of the new developments going around in java. Comparing java with python 1.comparison can be done in terms of programming […]

[Read more →]

Tags: Other

Calling python from ZPT

February 2nd, 2005 · No Comments

“structure python”context.headline…”
“—gt div tal:replace=”structure python:context.headline(head=item.head, url=’/your path/%s.shtml?load=1′, date=item.postingdate) % item.job_id” gt gt /div gt— ”
Share This

[Read more →]

Tags: Other

Substring

February 1st, 2005 · No Comments

question= “Your string here”
print “” + question[1:150] +”….”
return printed
write the above code in the script(python) in zope
Share This

[Read more →]

Tags: Zope