> For the complete documentation index, see [llms.txt](https://language.liztechcode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://language.liztechcode.com/introduccion-a-esta-guia-como-elegir-tu-primer-lenguaje-de-programacion.md).

# Introducción a esta guía: Como elegir tu primer lenguaje de programación

### ✨ ¡Bienvenida/ Bienvenido a tu guía para elegir tu primer lenguaje de programación!

| <img src="/files/FTqrV1ct0nFezy9EaeKq" alt="" data-size="original"> | <p><strong>¡Hola! 👋 Soy Lizeth Castillo</strong><br>Ingeniera mecatrónica, desarrolladora web y formadora en programación.<br>Durante mi camino académico y profesional, he aprendido que la programación puede parecer complicada… hasta que alguien te la explica con claridad.<br>Por eso, me dedico a <strong>hacer fácil lo complejo</strong>, guiando a quienes, como yo en su momento, no sabían por dónde empezar.</p><p>Hoy acompaño a cientos de personas a dar sus primeros pasos y a demostrarles que aprender a programar es más fácil de lo que imaginan, cuando tienes la guía correcta.🚀</p> |
| ------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Sé lo **confuso** que puede ser empezar. Hay miles de recursos en internet, cada uno con extensa información, tienes más preguntas que respuestas, y cuando pides recomendaciones... todos te sugieren lo que a *ellos* les funcionó y lo que saben, pero no lo que realmente se ajusta **a ti**.

Créeme: **no necesitas saberlo todo para empezar**. Lo que sí necesitas es una guía con clara, con estructura y que se adapte a **ti**, a tu estilo, a tu tiempo, a tus intereses. Y justo por eso creé este recurso interactivo: para ayudarte a elegir el lenguaje de programación que mejor se alinee contigo, sin abrumarte, pero con pasos claros.

Aquí encontrarás opciones según tu perfil y el tiempo que puedes dedicar.&#x20;

Es como tener una brújula para tu camino como programador ✨

***

#### 💡 ¿Qué puedes hacer ahora?

* Explora los perfiles y elige tu camino.
* Guarda esta guía como referencia.
* Compártela con más personas que las necesiten.

***

*💜 Esta guía es completamente gratuita. Si te resulta valiosa, puedes apoyar mi trabajo* [<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" data-size="line">](https://www.buymeacoffee.com/lcastil149f)

📲 Conecta conmigo:

<table data-header-hidden><thead><tr><th width="120.109375"></th><th width="98.6328125"></th><th width="91.88671875"></th><th width="96.05078125"></th><th width="108.90234375"></th><th width="220.05859375"></th><th></th></tr></thead><tbody><tr><td><a href="https://www.instagram.com/liztechcode" class="button primary">Instagram</a></td><td><a href="https://www.linkedin.com/in/lizeth-castillo-software/" class="button primary">Linkedln</a></td><td><a href="https://github.com/liztechcode" class="button primary">Github</a></td><td><a href="https://www.threads.com/@liztechcode" class="button primary">Threads</a></td><td><a href="https://www.facebook.com/profile.php?id=61569038885879" class="button primary">Facebook</a></td><td><a href="https://preply.com/es/profesor/6094454" class="button primary">Agenda una mentoria</a></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://language.liztechcode.com/introduccion-a-esta-guia-como-elegir-tu-primer-lenguaje-de-programacion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
