Skip to content

Repository files navigation

DataTalks.Club Zoomcamps Notes

This website is currently under development and contains community-contributed notes and resources. Content is being actively added and improved by DataTalks.Club community.

CourseDurationNext CohortDescriptionRegisterRepository
Machine Learning Zoomcamp16 weeksSeptember 15, 2025ML engineering with deployment focus covering regression, classification, deep learning, and practical projectsRegisterGitHub
AI Dev Tools Zoomcamp6 weeksNovember 18, 2025Modern AI development tools and workflows for building, testing, and deploying AI applicationsRegisterGitHub
Data Engineering Zoomcamp9 weeksJanuary 2026Complete data engineering bootcamp covering Docker, SQL, Terraform, GCP, Kafka, and SparkRegisterGitHub
MLOps Zoomcamp12 weeksProduction ML systems & best practices including experiment tracking, model deployment, and monitoringRegisterGitHub
LLM Zoomcamp10 weeksJune 2026Large Language Models course covering fine-tuning, RAG systems, and LLM application developmentRegisterGitHub
Stock Markets Analytics Zoomcamp8 weeksApril 2026Financial data analysis and algorithmic trading strategies using Python and modern analytics toolsRegisterGitHub

DataTalks.Club free courses

Complete Course Catalog

Discover all our courses, from beginner-friendly introductions to advanced specializations

Running Locally

This site is built with Rustkyll. To run it locally:

Using Make (recommended)

make install # Install dependencies (first time only)
make serve # Start the development server at http://localhost:4000

Available make targets:

  • make help - Show all available targets
  • make install - Download the pinned Rustkyll release binary
  • make serve - Start the Rustkyll development server
  • make serve-livereload - Start server with live reload
  • make build - Build the site for production
  • make clean - Remove generated files and caches

Manual commands

mkdir -p .bin
curl -fsSL -o .bin/rustkyll https://github.com/alexeygrigorev/rustkyll/releases/download/v0.4.6/rustkyll-linux-amd64
chmod +x .bin/rustkyll
.bin/rustkyll serve

What's in this Repository

  • Course Notes: Detailed notes from each course session
  • Resources: Links to datasets, tools, and materials
  • Tips & Tricks: Best practices and helpful hints
  • Examples: Sample projects and implementations

About DataTalks.Club

DataTalks.Club

DataTalks.Club of the biggest global online community of data enthusiasts with more than 79,000 members. We organize free online events, courses, and other community activities.

WebsiteJoin Slack CommunityNewsletterUpcoming EventsGoogle CalendarYouTubeGitHubLinkedInTwitter

All the activity at DataTalks.Club mainly happens on Slack. We post updates there and discuss different aspects of data, career questions, and more.

At DataTalksClub, we organize online events, community activities, and free courses. You can learn more about what we do at DataTalksClub Community Navigation.

Contributing

We welcome contributions from the community! You can help by:

  • Reporting Issues: Found an error or broken link? Let us know
  • Improving Content: Submit pull requests with corrections or enhancements
  • Adding Notes: Share your own course notes and insights
  • Answering Questions: Help fellow learners in discussions

How to Contribute

  1. Fork this repository
  2. Create a new branch for your changes
  3. Make your improvements
  4. Submit a pull request with a clear description

Contact

About

Resources

Contributing

Stars

19 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages