def VoiceTypeContents(self):
p = VoiceType.select().count()
html = "<li>" + str(p)
if p > 0:
for i in range(p):
vt = VoiceType.get(i + 1)
html += "<li>" + vt.description
return html
I have been married for almost 23 years, and am the father of a teenage girl. I spend my days programming in just about any language they want in the banking and investing field. In the evening I work on my music, currently concentrating on arrangements and new choral pieces for my Church Choir. I have been Minister of Music, at my church for the past year, looking forward to next year. When I have time, I take pictures of anything and anyone. Also I play golf, not very well, but I enjoy it. Finally what I enjoy most is spending time with my family.
Blogs I Read