# Data Analysis

The Data Analysis course is being taught by Santi Garcia, a valued member of the 1Hive community. There is no charge for the current iteration of the course.

Get started with Python and gain the essential skills you need for data science and machine learning. This course is for people interested in learning the basics of data analysis. Learn how to use NumPy, Pandas, Matplotlib, Plotly, Scikit-Learn, GraphQL, Heroku, and more. Anyone with a basic knowledge of any computer science will be able to follow.

The [syllabus](https://www.notion.so/Python-Data-Science-Course-Syllabus-a30c413bf8de42d2ba4fc0316dd66b69) has links to some excellent resources, including [The Hitchhiker's Guide to Python!](https://docs.python-guide.org/) as well as the class outline. Communication about the course is through our Discourse Forum.\
[Here](https://forum.1hive.org/t/morphosis-data-science-course-lecture-1-python-environment/1875) is the post about the first class of the Data Analysis course. Even if you aren't able to take the course you may enjoy following along on our Discourse, and the community will be happy to help with questions you may have.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.1hive.org/community/courses/data-analysis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
