[Python-checkins] r43021 - sandbox/trunk/pycon/feedback.txt

andrew.kuchling python-checkins at python.org
Tue Mar 14 03:21:31 CET 2006


Author: andrew.kuchling
Date: Tue Mar 14 03:21:30 2006
New Revision: 43021

Modified:
   sandbox/trunk/pycon/feedback.txt
Log:
RSTify

Modified: sandbox/trunk/pycon/feedback.txt
==============================================================================
--- sandbox/trunk/pycon/feedback.txt	(original)
+++ sandbox/trunk/pycon/feedback.txt	Tue Mar 14 03:21:30 2006
@@ -1,392 +1,444 @@
-Question: What were your 3 favorite talks?
+Topic questions
+==================
 
-Lightning talks (17)
-IronPython implementation  (17)
-Guido's Keynote  (17)
-Python in Your Pocket: Python for Series 60  (14)
-Django supercharge web  (13)
-The State of Dabo  (11)
-Python Can Survive In The Enterprise  (10)
-PyPy  (10)
-Guido's history of python  (9)
-Effective AJAX with TurboGears  (9)
-Django How-To  (6)
-Creating Presentations With Docutils and S5  (6)
-TurboGears How-to  (5)
-Stackless Python in EVE Online  (5)
-Packaging Programs with py2exe  (5)
-Intro to PyParsing  (5)
-Decimal for Beginners  (5)
-Bram Cohen interview  (5)
-The Rest Of The Web Stack  (4)
-PySense: Humanoid Robots, a Wearable System, and Python  (4)
-New Tools for Testing Web Applications with Python  (4)
-Making Apples from Applesauce: The Evolution of cvs2svn  (4)
-Unicode  (3)
-Teaching Python - Anecdotes from the Field  (3)
-State of Zope  (3)
-Scripting .NET with IronPython  (3)
-Bazaar-ng Distributed Version Control  (3)
-An Interactive Adventure Game Engine Built Using Pyparsing  (3)
-Agile Testing open space talk  (3)
-State-of-the-art Python IDEs  (2)
-Python Eggs  (2)
-Osh shell  (2)
-Internationalization (Chandler)  (2)
-Desktop Application Programming With PyGTK and Glade  (2)
-Chandler BoF  (2)
-python tools for hydrologic modeling  (1)
-What is Nabu  (1)
-Virtual Collaboratory  (1)
-Un-reinventing the Wheel: Some Lessons from Zope, Backported to Unix  (1)
-The EWT BoF (betting $100M with Python)  (1)
-Py-mycms  (1)
-Plone KeyNote  (1)
-Implementation of the Python Bytecode Compiler (1)
-Cuaima (1)
-Agile Documentation  (1)
-
-python AST--BOF  (1)
-wxPython BoF  (6)
-
-tutorial: Agile Development  (1)
-wxPython Tutorial  (1)
-
-The tutorials rocked.  (1)
-The web topics i liked because it's a pain-point for me, no talk in
-particular.  (1)
-
-
-Question: What 3 topics should have been covered at PyCon?
-
-Twisted  (8)
-More on scientific computing with python  (7)
-Using python in embedded/small devices  (5)
-Database interfaces and ORMs (5)
-wxPython  (3)
-Python on the Mac including PyObjC  (3)
-Libraries (2)
-How to talk to non-technical decision makers about the benefits of python   (2)
-Various python based revision control systems  (1)
-Using Python in team development (locally and remotely)  (1)
-Testing  (1)
-SpreadModule  (1)
-Some theory of compilers and how to implement a toy compiler in Python  (1)
-Some innovative project with more exposure to the "under-the-hood" aspects.  (1)
-Setuptools, eggs, and paste *technical* presentation  (1)
-Security Issues (Secure Access/Encryption)  (1)
-Review/comparision of IDEs  (1)
-Python and high performance computing  (1)
-Python and education  (1)
-Pyrex/SWIG/Pyste/SIP, etc.  (1)
-PyFLTK (now that it's at version >= 1.0)  (1)
-Promoting Python  (1)
-Programming Bluetooth products  (1)
-Overview of gui toolkits available to developers  (1)
-NumPy  (1)
-Network Programming  (1)
-More user-developed apps and end-user items  (1)
-More on eggs, especially for beginners  (1)
-More about money  (1)
-Libraries/modules interfacing to services like maps.google.com etc  (1)
-Jython  (1)
-How to share your software, packaging for the CheeseShop  (1)
-Grid computing with Python  (1)
-Extending Editors with Python  (1)
-Distutils  (1)
-Cross-platform data synchronization  (1)
-Component-based application development  (1)
-Audio  (1)
-Applications using various frameworks  (1)
+What were your 3 favorite talks?
+'''''''''''''''''''''''''''''''''''''''
+
+::
+
+    Lightning talks (17)
+    IronPython implementation  (17)
+    Guido's Keynote  (17)
+    Python in Your Pocket: Python for Series 60  (14)
+    Django supercharge web  (13)
+    The State of Dabo  (11)
+    Python Can Survive In The Enterprise  (10)
+    PyPy  (10)
+    Guido's history of python  (9)
+    Effective AJAX with TurboGears  (9)
+    Django How-To  (6)
+    Creating Presentations With Docutils and S5  (6)
+    TurboGears How-to  (5)
+    Stackless Python in EVE Online  (5)
+    Packaging Programs with py2exe  (5)
+    Intro to PyParsing  (5)
+    Decimal for Beginners  (5)
+    Bram Cohen interview  (5)
+    The Rest Of The Web Stack  (4)
+    PySense: Humanoid Robots, a Wearable System, and Python  (4)
+    New Tools for Testing Web Applications with Python  (4)
+    Making Apples from Applesauce: The Evolution of cvs2svn  (4)
+    Unicode  (3)
+    Teaching Python - Anecdotes from the Field  (3)
+    State of Zope  (3)
+    Scripting .NET with IronPython  (3)
+    Bazaar-ng Distributed Version Control  (3)
+    An Interactive Adventure Game Engine Built Using Pyparsing  (3)
+    Agile Testing open space talk  (3)
+    State-of-the-art Python IDEs  (2)
+    Python Eggs  (2)
+    Osh shell  (2)
+    Internationalization (Chandler)  (2)
+    Desktop Application Programming With PyGTK and Glade  (2)
+    Chandler BoF  (2)
+    python tools for hydrologic modeling  (1)
+    What is Nabu  (1)
+    Virtual Collaboratory  (1)
+    Un-reinventing the Wheel: Some Lessons from Zope, Backported to Unix  (1)
+    The EWT BoF (betting $100M with Python)  (1)
+    Py-mycms  (1)
+    Plone KeyNote  (1)
+    Implementation of the Python Bytecode Compiler (1)
+    Cuaima (1)
+    Agile Documentation  (1)
+
+    python AST--BOF  (1)
+    wxPython BoF  (6)
+
+    tutorial: Agile Development  (1)
+    wxPython Tutorial  (1)
+
+    The tutorials rocked.  (1)
+    The web topics i liked because it's a pain-point for me, no talk in
+    particular.  (1)
+
+
+What 3 topics should have been covered at PyCon?
+'''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    Twisted  (8)
+    More on scientific computing with python  (7)
+    Using python in embedded/small devices  (5)
+    Database interfaces and ORMs (5)
+    wxPython  (3)
+    Python on the Mac including PyObjC  (3)
+    Libraries (2)
+    How to talk to non-technical decision makers about the benefits of python   (2)
+    Various python based revision control systems  (1)
+    Using Python in team development (locally and remotely)  (1)
+    Testing  (1)
+    SpreadModule  (1)
+    Some theory of compilers and how to implement a toy compiler in Python  (1)
+    Some innovative project with more exposure to the "under-the-hood" aspects.  (1)
+    Setuptools, eggs, and paste *technical* presentation  (1)
+    Security Issues (Secure Access/Encryption)  (1)
+    Review/comparision of IDEs  (1)
+    Python and high performance computing  (1)
+    Python and education  (1)
+    Pyrex/SWIG/Pyste/SIP, etc.  (1)
+    PyFLTK (now that it's at version >= 1.0)  (1)
+    Promoting Python  (1)
+    Programming Bluetooth products  (1)
+    Overview of gui toolkits available to developers  (1)
+    NumPy  (1)
+    Network Programming  (1)
+    More user-developed apps and end-user items  (1)
+    More on eggs, especially for beginners  (1)
+    More about money  (1)
+    Libraries/modules interfacing to services like maps.google.com etc  (1)
+    Jython  (1)
+    How to share your software, packaging for the CheeseShop  (1)
+    Grid computing with Python  (1)
+    Extending Editors with Python  (1)
+    Distutils  (1)
+    Cross-platform data synchronization  (1)
+    Component-based application development  (1)
+    Audio  (1)
+    Applications using various frameworks  (1)
 
 Web stuff
 ---------
-Wiki (Moin) Hacking  (2)
-WebOff II  (2)
-mod_python  (1)
-Zope/Plone  (1)
-Zope 3 Concepts (adapters, interfaces, view, events)  (1)
-Zope 3  (1)
-WSGI  (1)
-Trac  (1)
-REST APIs  (1)
-Panel discussion with web framework developers explaining why theirs is the best  (1)
-Overview of web frameworks (yes, again)  (1)
-Nevow  (1)
-More django/turbogears/other web frameworks  (1)
-Mod Python  (1)
-Mashups  (1)
-Creating Python Server Pages (Spyce or mod_python/GGI)  (1)
-Cherry Py  (1)
+
+::
+
+    Wiki (Moin) Hacking  (2)
+    WebOff II  (2)
+    mod_python  (1)
+    Zope/Plone  (1)
+    Zope 3 Concepts (adapters, interfaces, view, events)  (1)
+    Zope 3  (1)
+    WSGI  (1)
+    Trac  (1)
+    REST APIs  (1)
+    Panel discussion with web framework developers explaining why theirs is the best  (1)
+    Overview of web frameworks (yes, again)  (1)
+    Nevow  (1)
+    More django/turbogears/other web frameworks  (1)
+    Mod Python  (1)
+    Mashups  (1)
+    Creating Python Server Pages (Spyce or mod_python/GGI)  (1)
+    Cherry Py  (1)
 
 Core Python
 -----------
-Usage of new/advanced python features  (12)
-Python Best Practices  (3)
-Design Patterns in Python  (3)
-Anything Alex Martelli wants to talk about.    (3)
-Advanced Python: metaclasses, descriptors, decorators  (3)
-Strategies for integrating C and Python  (2)
-Problems with python  (2)
-Iterators and Generators  (2)
-Ways to improve performance of Python code  (1)
-Standard library gems/ unsung modules  (1)
-Python Language perspective from non-Guido PEP members  (1)
-Py3K  (1)
-More on Python internals  (1)
-Language howtos (I really enjoyed Alex Martelli's talk last year on itertools)  (1)
-Getting started hacking python source  (1)
-Decimal for Experts  (1)
-Better Development Practices with Python  (1)
-Being more productive with Python  (1)
-
-
-Question: What 3 topics would you like to see repeated next year?
-
-A Game-Free Introduction to PyGame  (1)
-AJAX  (1)
-AST  (1)
-Agile Testing  (3)
-An actual eggs presentation  (1)
-Basic talk on good python programming practices  (1)
-Bazaar-ng  (1)
-Breadth and Depth of python (eg. Pysense)  (1)
-Buildbot  (1)
-Chandler-related talks  (1)
-Dabo  (3)
-Doctutils  (1)
-Docutils development tutorial  (1)
-Eggs  (1)
-Eggs/Setuptools information/howto  (1)
-Frameworks  (1)
-Funding for projects  (1)
-Further application development talks  (1)
-Getting Started with wxPython  (1)
-I would do a pyparsing follow-up if there is interest  (1)
-Implementation of the Python Bytecode Compiler  (1)
-Interpreter/Language changes, new implementations  (1)
-IronPython  (5)
-IronPython (more at basic level (e.g. forms, doing simple com scripting, etc)  (1)
-Large scale systems  (1)
-Lightning Talks  (7)
-MIT Robotics project update  (1)
-More Series 60  (1)
-More testing talks  (1)
-More wxPython stuff  (1)
-NerdBooks Party!  :-)  (1)
-New applications of python  (1)
-Origins of Python for newcomers  (1)
-Overview talks on the history and future of python  (1)
-PyGTk  (1)
-PyGame intro  (1)
-PyParsing  (1)
-PyPy  (8)
-PySense  (1)
-Python GUI Frameworks  (1)
-Python Internals  (1)
-Python Language from Guido's perspective  (10)
-Python for Series 60  (1)
-Python in the Enterprise (anything showing Python rocking!)  (1)
-Python on Mobile devices  (1)
-Python on embedded systems like the Nokia S60  (1)
-Real-world examples: how Python is used in the workplace  (1)
-SFWMI Hydrology project update  (1)
-Scripting .NET with IronPython  (1)
-State of Dabo  (1)
-State of the Python Universe  (1)
-Teaching Python  (1)
-Testing  (4)
-Testing and agile development  (4)
-Twisted  (3)
-Unicode  (1)
-Unicode  (1)
-py.* talks  (1)
-py2exe  (1)
-pysense  (1)
-pysense: Humanoid Robots, a Wearable System, and Python  (1)
-python games   (1)
-python implementation talks  (1)
-success stories from enterprise and high performance/demanding applications  (1)
-tools available for developers  (1)
-wxPython  (3)
+
+::
+
+    Usage of new/advanced python features  (12)
+    Python Best Practices  (3)
+    Design Patterns in Python  (3)
+    Anything Alex Martelli wants to talk about.    (3)
+    Advanced Python: metaclasses, descriptors, decorators  (3)
+    Strategies for integrating C and Python  (2)
+    Problems with python  (2)
+    Iterators and Generators  (2)
+    Ways to improve performance of Python code  (1)
+    Standard library gems/ unsung modules  (1)
+    Python Language perspective from non-Guido PEP members  (1)
+    Py3K  (1)
+    More on Python internals  (1)
+    Language howtos (I really enjoyed Alex Martelli's talk last year on itertools)  (1)
+    Getting started hacking python source  (1)
+    Decimal for Experts  (1)
+    Better Development Practices with Python  (1)
+    Being more productive with Python  (1)
+
+
+What 3 topics would you like to see repeated next year?
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    A Game-Free Introduction to PyGame  (1)
+    AJAX  (1)
+    AST  (1)
+    Agile Testing  (3)
+    An actual eggs presentation  (1)
+    Basic talk on good python programming practices  (1)
+    Bazaar-ng  (1)
+    Breadth and Depth of python (eg. Pysense)  (1)
+    Buildbot  (1)
+    Chandler-related talks  (1)
+    Dabo  (3)
+    Doctutils  (1)
+    Docutils development tutorial  (1)
+    Eggs  (1)
+    Eggs/Setuptools information/howto  (1)
+    Frameworks  (1)
+    Funding for projects  (1)
+    Further application development talks  (1)
+    Getting Started with wxPython  (1)
+    I would do a pyparsing follow-up if there is interest  (1)
+    Implementation of the Python Bytecode Compiler  (1)
+    Interpreter/Language changes, new implementations  (1)
+    IronPython  (5)
+    IronPython (more at basic level (e.g. forms, doing simple com scripting, etc)  (1)
+    Large scale systems  (1)
+    Lightning Talks  (7)
+    MIT Robotics project update  (1)
+    More Series 60  (1)
+    More testing talks  (1)
+    More wxPython stuff  (1)
+    NerdBooks Party!  :-)  (1)
+    New applications of python  (1)
+    Origins of Python for newcomers  (1)
+    Overview talks on the history and future of python  (1)
+    PyGTk  (1)
+    PyGame intro  (1)
+    PyParsing  (1)
+    PyPy  (8)
+    PySense  (1)
+    Python GUI Frameworks  (1)
+    Python Internals  (1)
+    Python Language from Guido's perspective  (10)
+    Python for Series 60  (1)
+    Python in the Enterprise (anything showing Python rocking!)  (1)
+    Python on Mobile devices  (1)
+    Python on embedded systems like the Nokia S60  (1)
+    Real-world examples: how Python is used in the workplace  (1)
+    SFWMI Hydrology project update  (1)
+    Scripting .NET with IronPython  (1)
+    State of Dabo  (1)
+    State of the Python Universe  (1)
+    Teaching Python  (1)
+    Testing  (4)
+    Testing and agile development  (4)
+    Twisted  (3)
+    Unicode  (1)
+    Unicode  (1)
+    py.* talks  (1)
+    py2exe  (1)
+    pysense  (1)
+    pysense: Humanoid Robots, a Wearable System, and Python  (1)
+    python games   (1)
+    python implementation talks  (1)
+    success stories from enterprise and high performance/demanding applications  (1)
+    tools available for developers  (1)
+    wxPython  (3)
 
 Web stuff
 ---------
-Ajax  (1)
-Any web development talks  (1)
-Anything TurboGears  (1)
-Django  (5)
-Frameworks - Django, Turbogears  (1)
-General web topics  (4)
-Plone  (1)
-State of Zope  (1)
-Turbogears  (5)
-Updated presos on state of Django/TurboGears/WSGI/Rails/web.py/etc  (1)
-Using Django to supercharge Web development  (1)
-Web and application testing  (1)
-Web app frameworks  (2)
-Web applications (Django/Turbo gear/Webware)  (1)
-Web development (Django)  (1)
-Web frameworks  (1)
-Web frameworks update (Django/TurboGears/Zope)  (1)
-WebOff III  (1)
-Zope 3  (1)
-Zope development  (1)
-Zope-related talks  (1)
-
-
-Question: Where did you stay?
-91% Hotel  (72)
- 4% Am local resident  (3)
- 1% Hostel  (1)
- 4% With friends  (3)
-
-
-Question: If you stayed at a hotel other than the conference hotel, what was its name?
-Crowne Plaza  (1)
-Comfort Inn  (1)
-Super 8  (1)
-
-
-Question: Would you recommend the hotel to other attendees?
-True  (60)
-
-
-Question: What is your maximum per-person nightly room budget for accommodations?
-21% $75 or less  (15)
-36% $100  (25)
-21% $125  (15)
-14% $150  (10)
- 6% $200  (4)
- 1% More than $200  (1)
-
-
-Question: If PyCon were not to be in Dallas TX, what 3 cities/regions would you prefer?
-Washington DC  (21)
-Chicago  (21)
-San Francisco  (15)
-Boston  (14)
-New York City  (13)
-Portland, OR  (9)
-Seattle WA  (7)
-Bay Area  (7)
-San Antonio, TX  (6)
-Las Vegas, NV  (6)
-West Coast  (5)
-Denver, CO  (5)
-Austin, TX  (5)
-San Diego, CA  (4)
-New Orleans, LA  (4)
-Midwest  (4)
-East Coast  (4)
-Kansas City, MO  (3)
-Florida  (3)
-Atlanta, GA  (3)
-San Jose CA  (2)
-Phoenix  (2)
-Orlando, FL  (2)
-North Carolina  (2)
-Minneapolis  (2)
-Los Angeles  (2)
-California  (2)
-Baltimore, MD  (2)
-Virginia  (1)
-Vancouver  (1)
-Toronto, ON  (1)
-Texas  (1)
-Tampa, FL (ibid)  (1)
-SoCal  (1)
-San-Francisco  (1)
-Rockwall, TX  (1)
-RTP, NC  (1)
-Northern VA  (1)
-New Mexico  (1)
-New England (1)
-Mars  (1)
-Little Rock  (1)
-Irvine, CA  (1)
-Houston, TX  (1)
-Fort Worth TX  (1)
-Europe  (1)
-Columbus, OH  (1)
-Colorado  (1)
-Atlantic City, NJ  (1)
-Anywhere in Oregon  (1)
-
-no preference  (1)
-
-
-
-Question: Would you be interested in attending half-day (3-hour) tutorials next year?
-32% False  (24)
-52% True  (52)
-
-
-Question: How much would you be willing to pay for a half-day (3 hour) tutorial?
-11% Nothing  (7)
-13% $25  (8)
-34% $50  (21)
-33% $100  (20)
- 8% $150  (5)
-
-
-Question: If yes, please list 3 tutorial subjects you would like to attend:
-Django  (8)
-Web development  (7)
-Agile development and testing  (7)
-Advanced Language Features  (7)
-wxPython  (5)
-Twisted  (5)
-TurboGears  (4)
-Text/Data Processing  (4)
-Scientific computing  (4)
-Advanced wxPython  (4)
-Python on embedded devices  (3)
-GUI Development  (3)
-Zope  (2)
-SQLAlchemy and ORM tools  (2)
-Python and Databases  (2)
-Plone  (2)
-Network programming, with case study/mock application.  (2)
-IronPython  (2)
-Introduction to Object Oriented Programming  (2)
-Dabo  (2)
-Advanced Zope3  (2)
-Advanced Twisted  (2)
-Zope dev setup  (1)
-Zope 3 Component Development Practices  (1)
-Tk GUI building  (1)
-Python gaming  (1)
-Python 301: An unscripted Q&A (should have pre-con questions/topics)  (1)
-Python 103 -special topics (i.e. iterators and generators)  (1)
-Python & XML  (1)
-PyObjC  (1)
-One of the popular web frameworks  (1)
-Object Oriented Design Patterns  (1)
-NumPy  (1)
-New features of Python for 2.5 (and a review of new features for 2.4)  (1)
-Mod Python  (1)
-MetaProgramming  (1)
-Managing Projects with Python  (1)
-Making effective use of WSGI  (1)
-Library Design/Structure  (1)
-Latest Dev Practices  (1)
-Large scale systems  (1)
-Intro to Audio Synthesis? (or something like that)  (1)
-Intermediate Python  (1)
-Implementing pluggable architectures  (1)
-Extending & integrating trac  (1)
-Embedding python as a scripting language, with case study/mock application.  (1)
-Creating Cocoa apps in PyObjC  (1)
-Constraint Based Local Searching  (1)
-Building SWIG/ctypes Interfaces to other people's code  (1)
-Beginning Graphics a la GTK  (1)
-AJAX with Python  (1)
 
+::
 
-Question: Other comments:
+    Ajax  (1)
+    Any web development talks  (1)
+    Anything TurboGears  (1)
+    Django  (5)
+    Frameworks - Django, Turbogears  (1)
+    General web topics  (4)
+    Plone  (1)
+    State of Zope  (1)
+    Turbogears  (5)
+    Updated presos on state of Django/TurboGears/WSGI/Rails/web.py/etc  (1)
+    Using Django to supercharge Web development  (1)
+    Web and application testing  (1)
+    Web app frameworks  (2)
+    Web applications (Django/Turbo gear/Webware)  (1)
+    Web development (Django)  (1)
+    Web frameworks  (1)
+    Web frameworks update (Django/TurboGears/Zope)  (1)
+    WebOff III  (1)
+    Zope 3  (1)
+    Zope development  (1)
+    Zope-related talks  (1)
+
+
+Where did you stay?
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    91% Hotel  (72)
+     4% Am local resident  (3)
+     1% Hostel  (1)
+     4% With friends  (3)
+
+
+If you stayed at a hotel other than the conference hotel, what was its name?
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    Crowne Plaza  (1)
+    Comfort Inn  (1)
+    Super 8  (1)
+
+
+Would you recommend the hotel to other attendees?
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    True  (60)
+
+
+What is your maximum per-person nightly room budget for accommodations?
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    21% $75 or less  (15)
+    36% $100  (25)
+    21% $125  (15)
+    14% $150  (10)
+     6% $200  (4)
+     1% More than $200  (1)
+
+
+If PyCon were not to be in Dallas TX, what 3 cities/regions would you prefer?
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    Washington DC  (21)
+    Chicago  (21)
+    San Francisco  (15)
+    Boston  (14)
+    New York City  (13)
+    Portland, OR  (9)
+    Seattle WA  (7)
+    Bay Area  (7)
+    San Antonio, TX  (6)
+    Las Vegas, NV  (6)
+    West Coast  (5)
+    Denver, CO  (5)
+    Austin, TX  (5)
+    San Diego, CA  (4)
+    New Orleans, LA  (4)
+    Midwest  (4)
+    East Coast  (4)
+    Kansas City, MO  (3)
+    Florida  (3)
+    Atlanta, GA  (3)
+    San Jose CA  (2)
+    Phoenix  (2)
+    Orlando, FL  (2)
+    North Carolina  (2)
+    Minneapolis  (2)
+    Los Angeles  (2)
+    California  (2)
+    Baltimore, MD  (2)
+    Virginia  (1)
+    Vancouver  (1)
+    Toronto, ON  (1)
+    Texas  (1)
+    Tampa, FL (ibid)  (1)
+    SoCal  (1)
+    San-Francisco  (1)
+    Rockwall, TX  (1)
+    RTP, NC  (1)
+    Northern VA  (1)
+    New Mexico  (1)
+    New England (1)
+    Mars  (1)
+    Little Rock  (1)
+    Irvine, CA  (1)
+    Houston, TX  (1)
+    Fort Worth TX  (1)
+    Europe  (1)
+    Columbus, OH  (1)
+    Colorado  (1)
+    Atlantic City, NJ  (1)
+    Anywhere in Oregon  (1)
+
+    no preference  (1)
+
+
+
+Would you be interested in attending half-day (3-hour) tutorials next year?
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    32% False  (24)
+    52% True  (52)
+
+
+How much would you be willing to pay for a half-day (3 hour) tutorial?
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    11% Nothing  (7)
+    13% $25  (8)
+    34% $50  (21)
+    33% $100  (20)
+     8% $150  (5)
+
+
+If yes, please list 3 tutorial subjects you would like to attend:
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    Django  (8)
+    Web development  (7)
+    Agile development and testing  (7)
+    Advanced Language Features  (7)
+    wxPython  (5)
+    Twisted  (5)
+    TurboGears  (4)
+    Text/Data Processing  (4)
+    Scientific computing  (4)
+    Advanced wxPython  (4)
+    Python on embedded devices  (3)
+    GUI Development  (3)
+    Zope  (2)
+    SQLAlchemy and ORM tools  (2)
+    Python and Databases  (2)
+    Plone  (2)
+    Network programming, with case study/mock application.  (2)
+    IronPython  (2)
+    Introduction to Object Oriented Programming  (2)
+    Dabo  (2)
+    Advanced Zope3  (2)
+    Advanced Twisted  (2)
+    Zope dev setup  (1)
+    Zope 3 Component Development Practices  (1)
+    Tk GUI building  (1)
+    Python gaming  (1)
+    Python 301: An unscripted Q&A (should have pre-con questions/topics)  (1)
+    Python 103 -special topics (i.e. iterators and generators)  (1)
+    Python & XML  (1)
+    PyObjC  (1)
+    One of the popular web frameworks  (1)
+    Object Oriented Design Patterns  (1)
+    NumPy  (1)
+    New features of Python for 2.5 (and a review of new features for 2.4)  (1)
+    Mod Python  (1)
+    MetaProgramming  (1)
+    Managing Projects with Python  (1)
+    Making effective use of WSGI  (1)
+    Library Design/Structure  (1)
+    Latest Dev Practices  (1)
+    Large scale systems  (1)
+    Intro to Audio Synthesis? (or something like that)  (1)
+    Intermediate Python  (1)
+    Implementing pluggable architectures  (1)
+    Extending & integrating trac  (1)
+    Embedding python as a scripting language, with case study/mock application.  (1)
+    Creating Cocoa apps in PyObjC  (1)
+    Constraint Based Local Searching  (1)
+    Building SWIG/ctypes Interfaces to other people's code  (1)
+    Beginning Graphics a la GTK  (1)
+    AJAX with Python  (1)
 
-----
+
+Other comments
+''''''''''''''''''
 
 The wxPython tutorial was great! I want a sequel.
 
@@ -699,65 +751,94 @@
 I'd like to learn to use a specific part of Python for applications on Linux, not just overviews of apps written in Python.
 
 
-Question: What days did you attend PyCon?
+What days did you attend PyCon?
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
 Sunday  (74)
 Friday  (78)
 Saturday  (77)
 
 
-Question: Please rate your overall satisfaction with PyCon 2006.
-34% very high  (27)
-60% high  (48)
- 6% low  (5)
+Please rate your overall satisfaction with PyCon 2006
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''
 
+::
 
-Question: Please rate your overall satisfaction with the keynotes.
-25% very high  (20)
-54% high  (43)
-20% low  (16)
+    34% very high  (27)
+    60% high  (48)
+     6% low  (5)
 
 
-Question: Please rate your overall satisfaction with the talks.
-14% very high  (11)
-70% high  (55)
-16% low  (13)
+Please rate your overall satisfaction with the keynotes
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
 
+::
 
-Question: Please rate your overall satisfaction with the network.
- 3% very high  (2)
-15% high  (11)
-38% low  (27)
-44% very low  (31)
+    25% very high  (20)
+    54% high  (43)
+    20% low  (16)
 
 
-Question: Please rate your overall satisfaction with the food.
-19% very high  (19)
-62% high  (48)
- 9% low  (9)
- 1% very low  (1)
+Please rate your overall satisfaction with the talks.
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
 
+::
 
-Question: Please rate your likelihood of attending next year.
-45% very high  (35)
-38% high  (30)
-15% low  (12)
- 1% very low  (1)
+ 14% very high  (11)
+ 70% high  (55)
+ 16% low  (13)
 
 
-Question: Would you prefer a conference that took place:
+Please rate your overall satisfaction with the network.
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
 
-just as it was  (1)
-better to end on a weekend, this years way worked  (1)
-This was a good schedule  (1)
-not important  (1)
+::
 
-22% Includes one weekend day (starts on Sunday or ends on Saturday)  (15)
-23% Only on weekdays  (16)
-55% Includes two weekend days  (38)
+  3% very high  (2)
+ 15% high  (11)
+ 38% low  (27)
+ 44% very low  (31)
 
 
-Question: How can we improve PyCon next year?
-----
+Please rate your overall satisfaction with the food.
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    19% very high  (19)
+    62% high  (48)
+     9% low  (9)
+     1% very low  (1)
+
+
+Please rate your likelihood of attending next year.
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    45% very high  (35)
+    38% high  (30)
+    15% low  (12)
+     1% very low  (1)
+
+
+Would you prefer a conference that took place:
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+::
+
+    just as it was  (1)
+    better to end on a weekend, this years way worked  (1)
+    This was a good schedule  (1)
+    not important  (1)
+
+    22% Includes one weekend day (starts on Sunday or ends on Saturday)  (15)
+    23% Only on weekdays  (16)
+    55% Includes two weekend days  (38)
+
+
+How can we improve PyCon next year?
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
 
 The current location felt fairly isolated from the outside world -- I
 would prefer a more urban location, however the hotel environment
@@ -1009,6 +1090,7 @@
  * seamless wifi access
 
 Otherwise I had a great time and will be back next year for sure!!!  Good job to all involved.
+
 ----
 
 Since it will be at the same venue...


More information about the Python-checkins mailing list