A comprehensive repository for Introduction to Data Science featuring:
- AI-powered data science agents built in Google Colab for automating data tasks (upload, preview, analysis, visualization).
- Python fundamentals study materials as organized Jupyter notebooks.
Perfect for students learning Python basics + data science automation + agent-based systems.
- Instant CSV file upload & preview
- Structured Python tutorials from basics to data structures
- Hands-on Jupyter notebooks
- Progressive learning path
| Agent | Documentation | Description |
|---|---|---|
| CSV Upload Agent | Full System Guide | Beginner Walkthrough | Professional Data Science Agent with automated fetch and deep audit capabilities |
More agents coming soon! Contribute your own via pull requests.
Complete Python Fundamentals course in Jupyter notebooks:
| Notebook | Topics Covered |
|---|---|
| Python Basics: Data Types & Variables | Print/output, data types, variables, type conversion, user input, literals |
| Operators, Conditionals & Loops | Arithmetic/relational operators, if-else, modules, while/for loops |
| Advanced Loops & Patterns | Nested loops, number patterns, break/continue/pass |
| Strings | String operations, functions, slicing, common programs (palindrome, etc.) |
| Lists | List creation, operations, functions, comprehensions |
| Dictionaries | Dict creation, operations, functions, comprehensions |
Run notebooks: Open in Jupyter/Colab for interactive learning.
- Open the agent MD file (e.g., CSV Upload Agent)
- Copy-paste code cells into new Colab notebook
- Run commands to interact with the agent
- Download notebooks from
Study_Materials/ - Open in Jupyter Lab or Google Colab
- Execute cells sequentially
- Fork the repo
- Create your feature branch (
git checkout -b feature/AmazingAgent) - Commit changes (
git commit -m 'Add amazing agent') - Push to branch (
git push origin feature/AmazingAgent) - Open Pull Request
Branch naming: blackboxai/your-feature
This project is licensed under the MIT License - see LICENSE file (create if needed).
- Anoneurx
Happy learning & automating!