Size: 697
Comment:
|
← Revision 11 as of 2008-12-31 02:54:57 ⇥
Size: 1569
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
There is still time to propose a Thursday Tutorial or a Session talk. Here is what people are asking for: | Tutorials are scheduled for Wednesday & Thursday, Conference Talks for Friday-Sunday at PyCon. Here is what people are asking for: |
Line 11: | Line 13: |
* `Twisted`_ - The most requested subject in 07. How do you explain twisted in one session? | * Twisted - The most requested subject in 07. How do you explain twisted in one session? |
Line 13: | Line 15: |
* Basic Python - a subset of the core language elements. Cover the import command, but don't cover any modules. Scope, lists vs tuple... that stuff, but don't cover lambda and other things that would make someones head explode. | |
Line 14: | Line 17: |
Suggestions from last year: http://wiki.python.org/moin/PyCon2007/Feedback/TutorialIdeas |
* Python for Java programmers |
Line 17: | Line 19: |
Raw survey results: http://wiki.python.org/moin/PyCon2007/Feedback http://wiki.python.org/moin/PyCon2007/Feedback/Comments |
* Under the hood of Python - or what ever you want to call the interaction between = and __eq__() and all the other things listed here: http://docs.python.org/ref/customization.html * Python's Dark Magic - the pros and cons of messing with __magic__() * Intro to easy_install and PyPI. * Debugging with `WinPDB <http://winpdb.org/>`__ * Python for embedded systems / embedded Linux - tips, tricks, traps, etc. There are `tutorial suggestions from last year <http://wiki.python.org/moin/PyCon2007/Feedback/TutorialIdeas>`__, as well as the `feedback survey results <http://wiki.python.org/moin/PyCon2007/Feedback>`__ (& `survey comments <http://wiki.python.org/moin/PyCon2007/Feedback/Comments>`__). |
Line 22: | Line 29: |
http://us.pycon.org/2008/conference/proposals http://us.pycon.org/2008/tutorials/proposals |
* `Call for Conference Talk Proposals <http://us.pycon.org/2008/conference/proposals>`__ * `Call for Tutorial Proposals <http://us.pycon.org/2008/tutorials/proposals>`__ |
Talk Subjects
Tutorials are scheduled for Wednesday & Thursday, Conference Talks for Friday-Sunday at PyCon.
Here is what people are asking for:
- Core Python - Just the facts, ma'am.
- Twisted - The most requested subject in 07. How do you explain twisted in one session?
- Basic Python - a subset of the core language elements. Cover the import command, but don't cover any modules. Scope, lists vs tuple... that stuff, but don't cover lambda and other things that would make someones head explode.
- Python for Java programmers
- Under the hood of Python - or what ever you want to call the interaction between = and __eq__() and all the other things listed here: http://docs.python.org/ref/customization.html
- Python's Dark Magic - the pros and cons of messing with __magic__()
- Intro to easy_install and PyPI.
- Debugging with WinPDB
- Python for embedded systems / embedded Linux - tips, tricks, traps, etc.
There are tutorial suggestions from last year, as well as the feedback survey results (& survey comments).
Once you have picked a subject, check out the proposal process: