Differences between revisions 2 and 3
Revision 2 as of 2005-10-11 19:04:35
Size: 8
Editor: cg-int
Comment:
Revision 3 as of 2005-10-11 19:22:40
Size: 1082
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Python Describe PyCon2006/Tutorials here.

= Ideas for Tutorials =

What specifically are people looking for in the tutorial sessions on Thursday?

== "Python 102" ==
Once you've learned the language, then what?
This type of tutorial could go in a couple different directions:

 * Explaining what it means for a program to be "Pythonic" (The proper / appropriate use of Python idioms and taking advantage of the features of the language)
 * How to best use some of the available libraries
 * How to read and use the available documentation

== "Getting Started with Twisted" ==
An introduction into this incredible networking framework

Topics could include:
 * Understanding program flow in an asynchronous environment
 * Use of specific Twisted features, such as PB
 * How to read and understand the documentation

== "GUI Programming in Python" ==
How to write a user-driven program using one of the available toolkits such as wxPython.

== "Getting Started with Zope" ==
Soup-to-nuts, a complete walkthrough from installation to your first dynamic web page.

Describe PyCon2006/Tutorials here.

Ideas for Tutorials

What specifically are people looking for in the tutorial sessions on Thursday?

"Python 102"

Once you've learned the language, then what? This type of tutorial could go in a couple different directions:

  • Explaining what it means for a program to be "Pythonic" (The proper / appropriate use of Python idioms and taking advantage of the features of the language)
  • How to best use some of the available libraries
  • How to read and use the available documentation

"Getting Started with Twisted"

An introduction into this incredible networking framework

Topics could include:

  • Understanding program flow in an asynchronous environment
  • Use of specific Twisted features, such as PB
  • How to read and understand the documentation

"GUI Programming in Python"

How to write a user-driven program using one of the available toolkits such as wxPython.

"Getting Started with Zope"

Soup-to-nuts, a complete walkthrough from installation to your first dynamic web page.

PyCon2006/Tutorials (last edited 2008-11-15 13:59:50 by localhost)

Unable to edit the page? See the FrontPage for instructions.