# 📚 Helping Material

Our teaching support team has prepared and updated two wonderful resources for the students. There is one resource on programming support. You can find links to library documentation, data science practices, analysis and much more. Another resources is on debugging. Everytime your program fails to do what you expected of it, go to this resource first.


***

## Programming Help Sheet

This [document](resources/programming.pdf) is your go-to guide when you encounter challenges in your coding journey. It emphasizes a structured approach, beginning with checking official documentation to ensure correct usage, followed by exploring general Python tutorials for broader understanding.

<iframe src="https://docs.google.com/document/d/e/2PACX-1vQaIa7kD9hFmxaSiG5bw9pOcchm9KntVYP2qusMoq1nxUooWVczQFxmxSEkZaYtYdKTR6mNfOS5-p3C/pub?embedded=true" width="100%" height="600px">
</iframe>



***


## Debugging Help Sheet

This comprehensive [guide](resources/debugging.pdf) is your trusted companion for honing the art of debugging in programming. Whether you're a novice or seasoned coder, you'll discover essential steps, error types, troubleshooting techniques, and tips for effective code commenting. Let's unravel the mysteries of debugging together and enhance your coding prowess.

<iframe src="https://docs.google.com/document/d/e/2PACX-1vTqp71YfK0-mmVK6XV5MW0rMQmWwK4n1EFfcnOpbJOt4eOhHqYFmRqZu_B6LmE31x6GLetb0wPp9hJD/pub?embedded=true" width="100%" height="600px">
</iframe>

***


## A guide to Critical Data Science

This comprehensive [guide](resources/cds.pdf) is a work-in-progress manifesto for approaching data science with a critical lens. We are in no way objective beings. Our work always stems from our positionality and its intersection with our morality and agendas. This document helps us learn about how to acknowledge ourselves as part of the research and practice processes, and learn to become better programmers, data scientists and policymakers.

<iframe src="https://docs.google.com/document/d/e/2PACX-1vRJgFa8g6a9s-HQBnxXYVP5BquvuZbHtwZqDkc-HG48nbPz62nGuGPFnNcP2jvqjEuQGAFJEbSDTnz8/pub?embedded=true" width="100%" height="600px">
</iframe>
