svy Learn
  • Home
  • Notes
  • Case Studies
  • Workshops
  • svy Docs
  1. Getting Started
  2. Overview

svy Learn

Learning Resources for Complex Survey Data Analysis

Comprehensive tutorials, workshops, case studies, and documentation for the svy Python package.

Author

Mamadou S. Diallo

Modified

January 10, 2026

Welcome to svy Learn

Master complex survey data analysis with Python. From foundational concepts to advanced techniques, find everything you need to work with survey data using the svy package.

Get Started →

Quick Links

📝 Technical Notes

Short-form articles covering specific topics, methods, and techniques.

Browse Notes →

🔬 Case Studies

Real-world applications demonstrating svy in action with actual survey data.

View Case Studies →

🎓 Workshops

Structured, hands-on learning experiences for deeper skill building.

Explore Workshops →

📚 Books

Comprehensive guides covering survey methodology from start to finish.

Read Books →


Latest Technical Notes

View all notes →


Recent Case Studies

View all case studies →


Featured Workshops

View all workshops →


About svy

svy is a Python package for the design, analysis, and reporting of complex survey data. It provides tools for:

  • Sample Design: Stratified, cluster, and multi-stage sampling
  • Weighting: Calibration, post-stratification, and weight adjustments
  • Estimation: Point estimates, variances, and confidence intervals
  • Analysis: Regression, cross-tabulation, and subgroup analysis
TipNew to svy?

Check out the svy documentation for installation instructions and API reference.

#| echo: false
#| output: asis

listing:
  - id: notes-listing
    contents: notes/posts/**/*.qmd
    type: grid
    grid-columns: 3
    max-items: 3
    sort: "date desc"
    fields: [title, description, date, categories]
    
  - id: case-studies-listing
    contents: case-studies/**/index.qmd
    type: grid
    grid-columns: 2
    max-items: 2
    sort: "date desc"
    fields: [title, description, date, image]
    
  - id: workshops-listing
    contents: workshops/**/index.qmd
    type: grid
    grid-columns: 2
    max-items: 2
    sort: "date desc"
    fields: [title, description, date, image]
Back to top
Technical Notes
  • © Copyright 2025, svyLab.

svy: a Python Package for the Design, Analysis, and Reporting of Complex Survey Data

  • Back to Home