Model

Any

3 prompts

Back to Browse

Debug Helper

Any
Coding

I'm encountering a bug and need help debugging it. **Environment:** - Language/Framework: {{e.g., "Python 3.12 / FastAPI"}} - OS: {{e.g., "macOS 14"}} - Relevant dependencies: {{list key packages and versions}} **The Problem:** - Expected behavior: {{what should happen}} - Actual behavior: {{what actually happens}} - Error message (if any): ``` {{paste error/stack trace}} ``` **What I've Tried:** {{list debugging steps you've already taken}} **Relevant Code:** ``` {{paste the relevant code}} ``` Please: 1. Identify the most likely root cause 2. Explain WHY this error occurs (not just how to fix it) 3. Provide a fix with code 4. Suggest how to prevent this class of bug in the future 5. If relevant, suggest a test case that would catch this

debuggingtroubleshootingerror-handling
N/A(0)
Creator

Personalized Learning Path

Any
Education

Design a structured learning path for: {{topic or skill}} **Current Level:** {{beginner / intermediate / advanced}} **Time Available:** {{hours per week}} **Goal:** {{specific outcome, e.g., "build a full-stack app" or "pass AWS certification"}} **Learning Style:** {{visual / reading / hands-on / mixed}} Create a learning plan with: **Phase 1: Foundation (Weeks 1-{{x}})** - Core concepts to master - Best free resources (videos, articles, docs) - Practice exercises for each concept - Checkpoint: what you should be able to do **Phase 2: Application (Weeks {{x}}-{{y}})** - Intermediate topics - Guided project with milestones - Common pitfalls and how to avoid them - Checkpoint assessment **Phase 3: Mastery (Weeks {{y}}-{{z}})** - Advanced concepts - Capstone project specification - Community resources and forums - Portfolio piece suggestions **Daily/Weekly Schedule Template:** - Time allocation breakdown - Spaced repetition items - When to move on vs. when to review Include specific resource links and estimated time for each item.

learningself-studycurriculum+1
N/A(0)
Creator

Data Analysis Framework

Any
Analysis

I have a dataset with the following columns: {{list your columns}} Please help me analyze this data by: 1. **Data Quality Assessment** - Check for missing values, duplicates, outliers - Suggest data cleaning steps - Identify potential data type issues 2. **Exploratory Analysis** - Key descriptive statistics for each variable - Distribution analysis for numeric columns - Correlation matrix for relevant pairs - Suggest the most interesting cross-tabulations 3. **Pattern Discovery** - Identify trends over time (if time-series) - Segment analysis (group comparisons) - Anomaly detection approach 4. **Visualization Recommendations** - Specific chart types for each insight - Dashboard layout suggestion - Color palette recommendation for accessibility 5. **Statistical Tests** - Recommend appropriate tests for my questions - Explain assumptions to validate - Interpret results in plain language My specific questions about this data: {{your questions}}

data-analysisstatisticsvisualization
N/A(0)
Creator