You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -115,7 +116,7 @@ While not strictly necessary, having a programming language is a crucial skill t
115
116
116
117
Unlike R, Python was not built from the ground up with data science in mind, but there are plenty of third party libraries to make up for this. A much more exhaustive list of packages can be found later in this document, but these four packages are a good set of choices to start your data science journey with: [Scikit-Learn](https://scikit-learn.org/stable/index.html) is a general-purpose data science package which implements the most popular algorithms - it also includes rich documentation, tutorials, and examples of the models it implements. Even if you prefer to write your own implementations, Scikit-Learn is a valuable reference to the nuts-and-bolts behind many of the common algorithms you'll find. With [Pandas](https://pandas.pydata.org/), one can collect and analyze their data into a convenient table format. [Numpy](https://numpy.org/) provides very fast tooling for mathematical operations, with a focus on vectors and matrices. [Seaborn](https://seaborn.pydata.org/), itself based on the [Matplotlib](https://matplotlib.org/) package, is a quick way to generate beautiful visualizations of your data, with many good defaults available out of the box, as well as a gallery showing how to produce many common visualizations of your data.
117
118
118
-
When embarking on your journey to becoming a data scientist, the choice of language isn't particularly important, and both Python and R have their pros and cons. Pick a language you like, and check out one of the [Free courses](#free-courses) we've listed below!
119
+
When embarking on your journey to becoming a data scientist, the choice of language isn't particularly important, and both Python and R have their pros and cons. Pick a language you like, and check out one of the [Free courses](#free-courses) we've listed below!
119
120
120
121
### Beginner Roadmap
121
122
If you're just starting out, here's a simple recommended path:
@@ -128,20 +129,21 @@ If you're just starting out, here's a simple recommended path:
128
129
129
130
## Agents
130
131
131
-
Please, contribute about "agents"
132
+
This section contains agent frameworks and tools that are useful for data science workflows.
132
133
133
134
### Frameworks
134
135
-[ADK-Rust](https://github.com/zavora-ai/adk-rust) - Production-ready AI agent development kit for Rust with model-agnostic design (Gemini, OpenAI, Anthropic), multiple agent types (LLM, Graph, Workflow), MCP support, and built-in telemetry.
135
136
136
137
### Tools
137
138
-[Frostbyte MCP](https://github.com/OzorOwn/frostbyte-mcp) - MCP server providing 13 data tools for AI agents: real-time crypto prices, IP geolocation, DNS lookups, web scraping to markdown, code execution, and screenshots. One API key for 40+ services.
138
139
-[Arch Tools](https://archtools.dev) - 61 production-ready AI API tools for data science workflows: code analysis, web scraping, NLP, image generation, crypto data, and search. REST API and MCP protocol support. [GitHub](https://github.com/Deesmo/Arch-AI-Tools)
140
+
139
141
### Research & Knowledge Retrieval
140
142
-[BGPT MCP](https://bgpt.pro/mcp) - MCP server that gives AI agents access to a database of scientific papers built from raw experimental data extracted from full-text studies. Returns 25+ structured fields per paper including methods, results, sample sizes, and quality scores. [GitHub](https://github.com/connerlambden/bgpt-mcp)
141
143
142
-
### Workflow
144
+
### Workflow
143
145
**[`^ back to top ^`](#awesome-data-science)**
144
-
-[sim](https://sim.ai) Sim Studio's interface is a lightweight, intuitive way to quickly build and deploy LLMs that connect with your favorite tools.
146
+
-[sim](https://sim.ai)- Sim Studio's interface is a lightweight, intuitive way to quickly build and deploy LLMs that connect with your favorite tools.
145
147
146
148
147
149
## Training Resources
@@ -154,7 +156,7 @@ How do you learn data science? By doing data science, of course! Okay, okay - th
154
156
**[`^ back to top ^`](#awesome-data-science)**
155
157
156
158
-[1000 Data Science Projects](https://cloud.blobcity.com/#/ps/explore) you can run on the browser with IPython.
157
-
-[#tidytuesday](https://github.com/rfordatascience/tidytuesday) A weekly data project aimed at the R ecosystem.
159
+
-[#tidytuesday](https://github.com/rfordatascience/tidytuesday)- A weekly data project aimed at the R ecosystem.
158
160
-[Data science your way](https://github.com/jadianes/data-science-your-way)
159
161
-[DataCamp Cheatsheets](https://www.datacamp.com/cheat-sheet) Cheatsheets for data science.
0 commit comments