Re: [Tutor] My experience on web.py / CherryPy

2008-08-04 Thread Kent Johnson
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

Re: [Tutor] My experience on web.py / CherryPy

2008-08-04 Thread Patrick
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

Re: [Tutor] My experience on web.py

2008-08-04 Thread Kent Johnson
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

Re: [Tutor] My experience on web.py / CherryPy

2008-08-04 Thread Kent Johnson
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 __

Re: [Tutor] My experience on web.py

2008-08-04 Thread Emile van Sebille
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

Re: [Tutor] Any Italian speakers?

2008-08-04 Thread Alan Gauld
"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

Re: [Tutor] My experience on web.py / CherryPy

2008-08-04 Thread Patrick
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

[Tutor] My experience on web.py

2008-08-04 Thread ammar azif
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

Re: [Tutor] Output never stops

2008-08-04 Thread bob gailer
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

Re: [Tutor] Any Italian speakers?

2008-08-04 Thread Hansen, Mike
> -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

Re: [Tutor] Does unittest slow down code

2008-08-04 Thread Kent Johnson
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,

[Tutor] Does unittest slow down code

2008-08-04 Thread Tomaz Bevec
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

Re: [Tutor] Firstrade Authentication: Form Management

2008-08-04 Thread Kent Johnson
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