An open API service indexing awesome lists of open source software.

https://github.com/husnusensoy/tt-bootcamp

Turk Telekom Data Bootcamp Repository
https://github.com/husnusensoy/tt-bootcamp

data-engineering data-governance data-quality data-science mlops python spark sql

Last synced: about 1 year ago
JSON representation

Turk Telekom Data Bootcamp Repository

Awesome Lists containing this project

README

          

# 🚀 TT Bootcamp

![GitHub repo size](https://img.shields.io/github/repo-size/husnusensoy/tt-bootcamp)
![GitHub stars](https://img.shields.io/github/stars/husnusensoy/tt-bootcamp?style=social)
![GitHub forks](https://img.shields.io/github/forks/husnusensoy/tt-bootcamp?style=social)

Welcome to **TT Bootcamp** – a hands-on, intensive learning experience designed to master cutting-edge technologies in **Data, ML and AI**. 💡🔥

## 📌 Features
✅ Hands-on projects & exercises (**IDo, WeDo, and YouDo**)

✅ Covers **Python, Databases, Machine Learning and AI**

✅ Practical, real-world scenarios

✅ Open-source & collaborative

## 📂 Repository Structure
```
📦 tt-bootcamp
├── 📁 notebooks # Jupyter Notebooks for interactive learning
├── 📁 datasets # Sample datasets for exercises
├── 📁 src # Core scripts and utilities
├── 📄 README.md # This documentation file
```

## 🛠 Installation
1. Clone the repository:
```bash
git clone https://github.com/husnusensoy/tt-bootcamp.git
cd tt-bootcamp
```
2. Create a virtual environment (optional but recommended):
```bash
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
```
3. Install dependencies:
```bash
uv install
```

## 🚀 Getting Started
Run the Jupyter Notebook to start learning:
```bash
uv run jupyter notebook
```

## 🤝 Contributing
We welcome contributions! Feel free to fork this repo, make improvements, and submit a PR. 🙌

## 📄 License
This project is open-source and available under the [MIT License](LICENSE).