[Python-Dev] Fwd: survey about the use of agile practices
Anyone? -- Forwarded message -- From: Selene Uras <[EMAIL PROTECTED]> Date: Dec 24, 2006 9:24 AM Subject: survey about the use of agile practices To: [EMAIL PROTECTED] Dear project manager/developer I am conducting at the University of Cagliari, under the supervision of prof. Michele Marchesi, a survey about the use of agile practices in open source successful projects. I would really appreciate if you can devote 5 mins. of your time, answering the following questionnaire directly in the "Reply" mail to me. Thanking in advance, Selene Uras 1. Project management: - Do you use fixed (time-boxed) iterations? Y/N How many days do they last? ___ - Do you plan development by gathering a list of features, and then assign them to an iteration? Y/N Since when? Since the start of the project / Since ___ years. - Are users actively involved in requirements gathering and in project management? Y/N 2. Testing: - Has the project an automatic unit test suite? Y/N Which one? ___ - If Yes, what is the percentage of code covered by tests? ___ % - Do you use automatic acceptance tests? Y/N - Since when have you been using automatic tests? Since the start of the project / Since ___ years. 3. Refactoring: - Do you practice explicit code refactoring? Y/N - What is the percentage of developing effort for refactoring? ___% - Since when have you been using refactoring? Since the start of the project / Since ___ years. 4. Integration and releases: - How long does it take to produce the executable code starting from source code? - Do you have a "working version" of the code, which is often updated by developers who add their code and run tests? Y/N 5. General: - Can you mention some other agile practices you are using in the project? For each of them, since when has it been used? - Practice: __ Used since: __ - Practice: __ Used since: __ - -- --Guido van Rossum (home page: http://www.python.org/~guido/) ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Fwd: survey about the use of agile practices
On Sun, Dec 24, 2006, Guido van Rossum wrote: > > Anyone? It was discarded as probable spam by me due to the lack of a valid "To:" line. Do you have any particular reason for believing that it's real? -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "I support family values -- Addams family values" --www.nancybuttons.com ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Fwd: survey about the use of agile practices
Aahz wrote: > On Sun, Dec 24, 2006, Guido van Rossum wrote: > >> Anyone? >> > > It was discarded as probable spam by me due to the lack of a valid "To:" > line. Do you have any particular reason for believing that it's real? > http://agile.diee.unica.it/uras.html (it's in italian) seems to make this credible. FWIW. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] PropertyType
Hello all, Could / should 'PropertyType' be added to the types module ? Michael Foord http://www.voidspace.org.uk/python/articles.shtml -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.15.26/600 - Release Date: 23/12/2006 ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] PropertyType
Michael> Could / should 'PropertyType' be added to the types module ? I thought the types module was deprecated. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Fwd: survey about the use of agile practices
On 12/24/06, Aahz <[EMAIL PROTECTED]> wrote: > On Sun, Dec 24, 2006, Guido van Rossum wrote: > > > > Anyone? > > It was discarded as probable spam by me due to the lack of a valid "To:" > line. Do you have any particular reason for believing that it's real? Even apart from the website that Samuele found, the content sounded genuine. Just not something I feel like dealing with (too many surveys). -- --Guido van Rossum (home page: http://www.python.org/~guido/) ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] PropertyType
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Dec 24, 2006, at 11:44 PM, [EMAIL PROTECTED] wrote: > > Michael> Could / should 'PropertyType' be added to the types > module ? > > I thought the types module was deprecated. Except that there are some types you can't (easily) get any other way. - -Barry -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Darwin) iQCVAwUBRY9eMXEjvBPtnXfVAQJjIQP9Ei/KayIeuU3CAkPKsSFKw43v1sscMOP4 Y7BaUWbRlwptj4k4T2spm0leFneUoOl513B+Vyz/hZps9Zd2ltOo7NtBTqmGQ02P jAK6wcRkjgXJDjvZo2YWbabZLy97vCX1/GHGKbnLGlB6w6t3bI7xF/bB9Zo9OeKA jTS5Z6m+AEk= =OB2f -END PGP SIGNATURE- ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] PropertyType
[Michael Foord] > Could / should 'PropertyType' be added to the types module ? PropertyType = property Yawn, Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com