On Mon, Aug 4, 2008 at 2:58 PM, Patrick <[EMAIL PROTECTED]> wrote:
> Oh oh, I did not mean to slag Django!
I didn't take it that way, no worries!
> I was basing this on the talk given by Jacob Kaplin-Moss(one of the
> developers). He gave a great talk but became a bit evasive when he was
> questi
Oh oh, I did not mean to slag Django!
I was basing this on the talk given by Jacob Kaplin-Moss(one of the
developers). He gave a great talk but became a bit evasive when he was
questioned about Django scaling down to a single developer, specifically
when he was questioned about the template vi
On Mon, Aug 4, 2008 at 2:04 PM, ammar azif <[EMAIL PROTECTED]> wrote:
> I tried to use django but I found that the framework hides
> alot of things from me and files are generated by the framework
> automaticaly and I felt like I wasnt in control.
I'm surprised to hear this. Django generates a few
On Mon, Aug 4, 2008 at 2:22 PM, Patrick <[EMAIL PROTECTED]> wrote:
> it seemed to me that Django is well suited for a developer team but is a bit
> sketchy when you try to scale it down to a single developer.
Why do you say that? Django works fine with a single developer.
Kent
__
ammar azif wrote:
... share their thoughts on these matters,
I haven't tried web.py, but my experience with Django is the opposite of
yours. Of course, I came to Django after climbing the learning curve of
zope, so Django felt easy to deal with in comparison. It just seemed
that each tim
"Hansen, Mike" <[EMAIL PROTECTED]> wrote
Did you find anyone to traslate?
Yes thanks, Daniele (sp?) replied with a translation.
There are some Italian idiomatic things there so it confused
Google (and Babelfish!)
"I want chiderti only 1 thing... but according to you qualle
and better progr
I am in the same situation as you. I was looking at Django and
Turbogears. I have finally settled on CherryPy, which is also built into
Turbogears.
Watching this Google talk on Youtube:
http://www.youtube.com/watch?v=p-WXiqrzAf8
it seemed to me that Django is well suited for a developer team b
Hi,
I am writing this to tell my experience on web.py. Two weeks ago, I was looking
for a python web framework that is simple, straight-forward, easy to use and
powerful at the same time. Django stood out as the most popular when I
googled. I tried to use django but I found that the framework
David wrote:
[snip]
#!/usr/bin/python
person = {'Lary':43,'Joan':24}
choice = 0
while choice != '-1':
if choice == '':
print "You must enter Lary or Joan to continue! (-1 to quit): "
choice = raw_input(
"Who's age do want to know, Lary or Joan? (-1 to quit): ")
if ch
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Alan Gauld
> Sent: Sunday, August 03, 2008 4:55 PM
> To: tutor@python.org
> Subject: [Tutor] Any Italian speakers?
>
> I received this message which Google tells me is Italian but then
> only gives a
On Mon, Aug 4, 2008 at 11:32 AM, Tomaz Bevec <[EMAIL PROTECTED]> wrote:
>
> Is code executed within a unit test significantly slower than code executed
> outside of a unit test? Does code executed within a unit test take up more
> memory?
Assuming you are asking about the unittest module...No,
Is code executed within a unit test significantly slower than code executed
outside of a unit test? Does code executed within a unit test take up more
memory?
--TJB
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listi
On Mon, Aug 4, 2008 at 8:05 AM, Federo <[EMAIL PROTECTED]> wrote:
> Kent THANKS! It works great also on real account ..
>
> Two important Sub-QUESTIONS:
>
> 1.) Look attached word file. It describes form fields I would like to fill in
> and read server resoult..
You just have to mimic what the bro
13 matches
Mail list logo