Python Note-Taking Worksheet
This document is a learning resource for the Real Python "How to Use Note-Taking to Learn Python" tutorial.
Visit [Link] to learn more.
Before You Start 2 Define Unfamiliar Terms 4 Repeat for Each Section
Gather your materials before diving into a tutorial. Handwriting boosts As you read each section, write down every word or phrase you don't Work through the remaining sections using the same three steps. It's
comprehension and retention compared to typing. recognize, then find its definition. normal to have fewer unfamiliar terms as you progress.
Open the tutorial you want to study How to find definitions: Write the section heading on a new sheet
Get paper (one sheet per major section) 1. Look for an explicit definition in the text List and define unfamiliar terms
Have a pen or pencil ready 2. Gather context clues from how the author uses the term Summarize with a labeled code example
Optional: use a second color for labels 3. Search the Real Python Reference or a search engine Move on to the next section
Unfamiliar terms from your first section:
1 Write Down Major Concepts Track Your Practice
Skim the headings or table of contents. Write each major topic at the Apply this method to a new tutorial each week. Mark each day you
top of its own sheet. practice note-taking:
Tutorial you're studying:
List the major headings below:
3 Summarize What You Learned
Write out a code example from the section and label its parts using the
Next Steps
terms you just defined.
Try this process with Python for Loops
Tip: Use a different pen color for labels so they stand out from the code. Keep your
summary to one sheet per section. Practice with The Python return Statement
Review your notes before each new session
Your labeled code example:
Refine your personal note-taking style