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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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.6k
Python for Humans
pyconslides
40
6.8k
Contribute with me! Getting started with the tools of free software development by Jessica McKellar
pyconslides
11
2.1k
ApplePy: An Apple ][ emulator in Python by James Tauber
pyconslides
3
1.7k
Use curses, don't swear by Sean Zicari
pyconslides
2
1.5k
Namespaces in Python by Eric Snow
pyconslides
9
2k
Internationalization and Localization Done Right by Ruchi Varshney
pyconslides
9
1.2k
"Good Enough" is good enough! by Alex Martelli
pyconslides
13
2.6k
Plover: Thought to Text at 240 WPM by Mirabai Knight
pyconslides
1
1.3k
Other Decks in Programming
See All in Programming
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
190
Claude Codeログ基盤の構築
giginet
PRO
7
3.4k
AHC061解説
shun_pi
0
390
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
16
3.2k
Linux Kernelの1文字のミスで 権限昇格ができた話
rqda
0
1.5k
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
160
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
440
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
240
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
140
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
470
技術検証結果の整理と解析をAIに任せよう!
keisukeikeda
0
130
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
190
Featured
See All Featured
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
290
Leo the Paperboy
mayatellez
4
1.5k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
320
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.2k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
320
A designer walks into a library…
pauljervisheath
210
24k
Design in an AI World
tapps
0
170
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
The browser strikes back
jonoalderson
0
810
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
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?