Skip to main content

Data Science Bootcamp

A comprehensive training curriculum covering Python fundamentals, data analysis, machine learning, and deep learning through 8 structured modules with 111+ hands-on Jupyter notebooks.

8
Comprehensive Modules
111+
Jupyter Notebooks
7
Capstone Projects

Quick start

Get your environment ready and run your first notebook in minutes

1

Clone the repository

Download the bootcamp materials from GitHub:
Terminal
git clone https://github.com/yuri19762008/000_ANALISTA-DATOS---TALENTO-DIGITAL.git
cd 000_ANALISTA-DATOS---TALENTO-DIGITAL
2

Create a virtual environment

Set up an isolated Python environment for the bootcamp:
python -m venv Bootcamp
Bootcamp\Scripts\activate
3

Install dependencies

Install the required Python packages:
Terminal
pip install --upgrade pip
pip install jupyter numpy pandas matplotlib seaborn scikit-learn tensorflow keras torch
Each module folder contains a requirements.txt file with specific dependencies for that module’s projects.
4

Launch Jupyter and start learning

Start Jupyter Notebook and open your first lesson:
Terminal
jupyter notebook
Navigate to Bootcamp-main/Modulo1/ to begin with Python fundamentals, or jump to any module based on your skill level.

Learning path

Follow the structured curriculum from Python basics to advanced deep learning

Python fundamentals

Master Python basics, OOP concepts, and build your first projects

Data preparation & analysis

Learn NumPy, Pandas, data wrangling, and exploratory analysis techniques

Statistical inference

Understand probability, distributions, and hypothesis testing

Machine learning

Build regression and classification models with scikit-learn

Unsupervised learning

Explore clustering, dimensionality reduction, and pattern discovery

Deep learning

Create neural networks with Keras and PyTorch

Ready to start your data science journey?

Set up your environment and dive into the first module with hands-on Python exercises.

Setup your environment

Build docs developers (and LLMs) love