Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Lessons Learned in Teaching Python by Sandy Str...
Search
PyCon 2013
March 17, 2013
Programming
3
1.1k
Lessons Learned in Teaching Python by Sandy Strong and Christine Cheung
PyCon 2013
March 17, 2013
Tweet
Share
More Decks by PyCon 2013
See All by PyCon 2013
Bayesian statistics made simple by Allen Downey
pyconslides
32
6.4k
Python for Humans
pyconslides
40
6.7k
Contribute with me! Getting started with the tools of free software development by Jessica McKellar
pyconslides
11
2k
ApplePy: An Apple ][ emulator in Python by James Tauber
pyconslides
3
1.6k
Use curses, don't swear by Sean Zicari
pyconslides
2
1.5k
Namespaces in Python by Eric Snow
pyconslides
9
1.9k
Internationalization and Localization Done Right by Ruchi Varshney
pyconslides
9
1.2k
"Good Enough" is good enough! by Alex Martelli
pyconslides
13
2.5k
Plover: Thought to Text at 240 WPM by Mirabai Knight
pyconslides
1
1.3k
Other Decks in Programming
See All in Programming
レベル1の開発生産性向上に取り組む − 日々の作業の効率化・自動化を通じた改善活動
kesoji
0
260
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
190
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
1
450
MDN Web Docs に日本語翻訳でコントリビュートしたくなる
ohmori_yusuke
1
130
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
980
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
110
Deep Dive into ~/.claude/projects
hiragram
14
6.5k
What's new in AppKit on macOS 26
1024jp
0
130
ソフトウェア品質を数字で捉える技術。事業成長を支えるシステム品質の マネジメント
takuya542
2
14k
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
710
すべてのコンテキストを、 ユーザー価値に変える
applism118
4
1.4k
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
230
Featured
See All Featured
Side Projects
sachag
455
42k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Producing Creativity
orderedlist
PRO
346
40k
Site-Speed That Sticks
csswizardry
10
690
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
The Invisible Side of Design
smashingmag
301
51k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
How GitHub (no longer) Works
holman
314
140k
Become a Pro
speakerdeck
PRO
29
5.4k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
970
Transcript
Lessons Learned in Teaching Python Sandy Strong and Christine Cheung
PyCon 2013
About the Speakers Sandy Strong Sandy Strong (@sandymahalo) Systems Engineer
at DreamHost Tutoring and workshops for high schoolers and adults Christine Cheung (@plaidxtine) Freelance web developer Workshop organizing/teaching for local user groups • • • • • •
Why Teaching? Passion for sharing Contribution to the community Diversity
efforts “Teaching is learning twice” • • • •
Expectations What do YOU want? Reasoning for teaching Determine motivation
and goals WHO do you want to teach? Target a specific type of audience • • • • •
Entry Points Volunteer for user group Form your own Tutoring
For-profit training • • • •
Lesson Planning
Making Lesson Plans Adapt from existing don’t “read from book”
Write your own • • •
Know Your Material Be prepared Review your slides Functional code
demos Answers you don’t know Be honest, figure it out together • • • • •
Time Constraints More material than time Omit/edit parts during teaching
Flexible ending points • • •
Know Your Audience
Are they... 1. Beginners 2. Intermediates 3. Experts 4. Mix
of skill level
Assess Skill Level Do it early Survey Gauge pacing of
class While teaching Interact + listen • • • • •
Classroom Demographics Age Groups Gender Career Backgrounds • • •
Student Environment Plan for an hour of setup time List
requirements early Offer early setup time List minimum requirements • • • •
OS Challenges Windows Have documentation ready Environment variables Older OSes
Dependencies may not be met Consider “loaner laptops” • • • • • •
Python Versions Standarize 2.7 or 3? Do not mix and
match Consider virtualenv • • • •
Engaging With Students
Three Types of Students Falling behind Right on track Zipping
ahead • • •
Types of Beginners Younger beginners More adventurous / experimental Older
beginners More conservative Stay within bounds of exercises • • • • •
Absolute Beginners Don’t make assumptions everyone learns differently Explain concepts
in different ways Take it slow Encourage questions • • • • •
Identifying Struggle Less likely to engage May “give up” silently
Beginners in an experienced room intimidated / shy utilize mentors to help them • • • • •
Identifying Boredom Engaged but work ahead Will utilize mentors Bonus
exercises • • •
Keep Them Interested Encourage them to work with neighbors Group
work Short social breaks Anecdotes and humor Demo interesting projects • • • • •
Common Beginner Questions Using the shell vs. interpreter String formatting
Types of data structures List vs Tuple Math Boolean logic Order of operations • • • • • • •
More Common Questions Debugging (pdb) OOP class design Application deployment
• • •
No Questions? Beginners may be shy Use relatable stories Ask
questions: “Can anyone tell me why ____ worked the way it did?” • • • •
Dealing With Difficult Students Answer questions ...but don’t feed the
troll(s) offer to talk later Class disruption Handle during break • • • • •
Location
Venues Decide the type of venue Getting a venue existing
group businesses / hackerspaces / school rent a venue (for profit) • • • • •
Knowing Your Venue Internet Power outlets and capacity Tables and
chairs Projector Backup plans (extra supplies) • • • • •
Know the Neighborhood Travel Options Parking Restaurants / Bars Conflicting
events • • • •
Retention Enthusiasm fades quickly Have another session planned Extra assignments
Community resources Communication channels Meetup, Facebook, Twitter, etc. • • • • • •
Wrap-Up
Questions?