Skip to content
View hchocobar's full-sized avatar
🚀
🇦🇷 Made in Argentina 🇦🇷 Proud of our heritage
🚀
🇦🇷 Made in Argentina 🇦🇷 Proud of our heritage

Block or report hchocobar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hchocobar/README.md

Ing. Héctor Chocobar Torrejón

About Me

I’m a Systems Engineer, Python Developer, and Senior Mentor in AI Engineering bootcamps.

With over 30 years of experience in software and telecom, I’m currently focused on teaching, building data-driven solutions, and mentoring new tech professionals.

How to reach me: 🌐 chocobar.net | 🔗 LinkedIn

What you'll find in this profile

  • Python-based Data Engineering and Data Science projects
  • Real-life use cases using Pandas, NumPy, Matplotlib, scikit-learn, etc.
  • Jupyter Notebooks and code samples from my university courses and bootcamps
  • Web APIs built with Flask and connected to SQL databases
  • Web development projects using React + Flask stack
  • Exploratory Data Analysis (EDA), Machine Learning, and NLP examples
  • Python automation scripts and RegEx use cases

Education

Bachelor of Engineering in Computer Science from UTN - National Technological University, Córdoba, 🇦🇷 Argentina

University degree: 'Ingeniero en Sistemas de Información'

Currently pursuing Executive MBA in AI and Digital Transformation

Teaching & Mentorship

Passionate about simplifying complexity, sharing knowledge, and building future tech talent

Professor & Lecturer at Catholic University of Uruguay in programming & data with Python

  • Programming from scratch with Python.
  • Object-Oriented Programming with Python.
  • Programming for Data Analysis with Python.

Senior Mentor at 4Geeks Academy bootcamps

  • AI Engineering Bootcamp (2026 - ...)
  • Data Science & Machine Learning (2025 - 2026)
  • Full Stack Coding Bootcamp (2022 - 2025)

Advices

  • AWS as cloud computing
  • Ubuntu as Operating System

I like it as well

I stand with Ukraine Avatar de Héctor Logo Ubuntu Logo Python Logo Jupyter Logo PyCharm Logo PyCharm Logo Catholic University of Uruguay Logo 4Geeks Academy

Pinned Loading

  1. curso_python curso_python Public

    Curso de Introducción a Python - Contiene: códigos de ejemplo, puntos claves, ejercicios, laboratorios

    Python 3 23

  2. ds_numpy_pandas ds_numpy_pandas Public

    Introducción a NumPy, Pandas y Matplotlib

    Jupyter Notebook 1

  3. Python - PEP8: Style Guide for Pytho... Python - PEP8: Style Guide for Python Code
    1
    <meta name="description" content="La PEP8 en Python, donominada 'Code Style for Python Code' es una Python Enhancement Proposal que presenta las directrices para escribir código Python. Nos indica cómo debemos nombrar las variables, cuando usar espacios, cómo organizar el código, y en general cómo formatearlo para que resulte fácil de leer. Cualquier código que forme parte de la librería estándar debe seguir esta norma.">
    2
    
                  
    3
    # PEPs - Python Enhancement Proposals
    4
    
                  
    5
    Del inglés Python Enhancement Proposal, su traducción al español sería: Propuestas de mejora de Python.