Prompt Details
Model
Chat - (gpt-5.5)
Token size
384
Example input
[Math / Science / History / Programming / Business / Language / Any Subject]: Programming (Python)
[Specific topic]: Python Variables & Data Types
[Exam Preparation / Career Development / Skill Building / Hobby]: Skill Building
[Visual / Practical / Reading / Interactive / Mixed]: Mixed (Reading + Practical)
[30 min/day / 1 hour/day / etc.]: 30 min/day
Example output
1️⃣ Learning Assessment
Current Skill Evaluation
Basic understanding of programming concepts
No prior Python coding experience
Can identify simple values like numbers and text
Knowledge Gaps
Creating variables
Understanding different data types
Using variables in calculations
Reading Python syntax
Learning Strengths
Curious and willing to practice
Learns well through examples
Understands concepts better with real-life comparisons
Personalized Objectives
Create and use variables confidently
Identify Python data types
Write simple Python programs
Solve beginner coding exercises independently
---
2️⃣ Personalized Lesson Plan
Topic Breakdown
1. What is Python?
2. Variables
3. Data Types
4. Input and Output
5. Basic Operations
6. Practice Exercises
Learning Sequence
1. Learn concepts
2. See examples
3. Practice coding
4. Solve exercises
5. Take a quiz
Estimated Study Timeline
Week 1: Variables & Data Types
Week 2: Input, Output & Practice
Daily Milestones
Day 1: Variables
Day 2: Integers & Floats
Day 3: Strings
Day 4: Booleans
Day 5: Practice
Day 6: Quiz
Day 7: Revision
---
3️⃣ Interactive Teaching Session
Simple Explanation A variable is like a labeled storage box where you keep information.
Real-World Example Imagine a water bottle with your name on it.
Bottle = Variable
Water = Value
Label = Variable Name
Analogy Think of your phone contacts:
Contact Name = Variable
Phone Number = Stored Value
Step-by-Step Demonstration
name = "Sabina"
age = 22
height = 5.2
is_student = True
print(name)
print(age)
print(height)
print(is_student)
Expected Output
Sabina
22
5.2
True
---
4️⃣ Practice & Knowledge Check
Practice Questions
1. What is a variable?
2. Which data type stores decimal numbers?
3. What is the output?
x = 10
y = 5
print(x + y)
4. Identify the data type:
"Hello"
5. Identify the data type:
False
Mini Quiz
1. Which keyword creates a variable?
A. var
B. let
C. Just assign using =
D. define
2. Which is a string?
A. 100
B. 2.5
C. "Python"
D. True
Hands-on Exercise
Write a program that stores:
Your name
Your age
Your favorite color
Then print all three values.
Difficulty Progression
Easy: Identify variables
Medium: Create variables
Hard: Combine variables into a sentence
---
5️⃣ Feedback & Improvement
Review Incorrect Answers
If you confuse strings and numbers, remember:
Strings use quotation marks.
Numbers do not.
Explain Mistakes Example:
Incorrect:
age = "22"
If you want age as a number:
Correct:
age = 22
Memory Techniques
INT = Whole Number
FLOAT = Decimal Number
STRING = Text in quotes
BOOLEAN = True or False
Personalized Improvement Tips
Practice writing 5 variables every day.
Run every program yourself.
Read the output carefully before checking the answer.
---
6️⃣ Mastery & Long-Term Roadmap
Revision Schedule
Day 1: Learn
Day 2: Practice
Day 3: Quiz
Day 5: Review
Day 7: Final Revision
Advanced Learning Resources
Official Python Documentation
Free beginner Python courses
Coding practice websites like HackerRank and Exercism
Next Topics to Study
1. Operators
2. User Input
3. Conditional Statements
4. Loops
5. Functions
6. Lists
7. Dictionaries
8. File Handling
Progress Tracking Strategy
Complete one lesson each day.
Solve at least 10 practice questions per topic.
Score at least 80% on each weekly quiz before moving to the next topic.
Build one small Python project after every major topic to reinforce learning.
By purchasing this prompt, you agree to our terms of service
GPT-5.5
Many learners struggle because they receive one-size-fits-all explanations that don't match their knowledge level, learning style, or goals.
This prompt transforms AI into a personal tutor that adapts lessons, explanations, quizzes, practice exercises, and study plans to your individual needs—helping you learn any subject more effectively and confidently.
✨ What You Receive:
📚 Personalized learning plans
🧠 Adaptive explanations
📝 Practice exercises & quizzes
🎯 Progress tracking
🚀 Long-term
...more
Added 1 week ago
