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
- Host: GitHub
- URL: https://github.com/husnusensoy/tt-bootcamp
- Owner: husnusensoy
- Created: 2025-01-27T21:14:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T18:06:57.000Z (over 1 year ago)
- Last Synced: 2025-03-30T05:11:30.584Z (about 1 year ago)
- Topics: data-engineering, data-governance, data-quality, data-science, mlops, python, spark, sql
- Language: Jupyter Notebook
- Homepage:
- Size: 71.5 MB
- Stars: 4
- Watchers: 2
- Forks: 19
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 TT Bootcamp



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).