Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Data 9: Practical Data Science

Data 9 (taught at El Camino College as CSCI 9: Practical Data Science) is an intermediate data science course designed for students who have completed a foundations course like Data 8. It bridges introductory data science and the tools and workflows used in industry-without the mathematical intensity of courses like Data 100.

What is Data 9?

Data 9 helps students build practical, job-ready data science skills while still in community college. The course emphasizes the full data science lifecycle: working with tabular data in pandas, visualization with matplotlib, seaborn, and plotly, modeling with scikit-learn, and querying relational databases with SQL.

Students who have taken Data 8 (often using the datascience library and Berkeley’s introductory tables) transition here to industry-standard Python tooling. The focus is on looking up documentation, thinking critically about data, and communicating findings-not memorizing syntax.

Course Materials

All core materials are openly available:

Who Is This For?

This guide is designed for:

Acknowledgments

CSCI 9 draws on conceptual frameworks from Data 100 at UC Berkeley and DSC 80 at UC San Diego, adapted for a community college audience with a stronger emphasis on accessible, industry-relevant practice.