Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34a49ee

Browse files
committed
Curso de Python con ChatGPT [YouTube]
1 parent 25f62fa commit 34a49ee

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Hello Python
22

33
[![Python](https://img.shields.io/badge/Python-3.10+-yellow?style=for-the-badge&logo=python&logoColor=white&labelColor=101010)](https://python.org)
4-
[![FastAPI](https://img.shields.io/badge/FastAPI-0.88.0+-00a393?style=for-the-badge&logo=fastapi&logoColor=white&labelColor=101010)](https://python.org)
5-
[![MongoDB](https://img.shields.io/badge/MongoDB-6.0+-00684A?style=for-the-badge&logo=mongodb&logoColor=white&labelColor=101010)](https://python.org)
4+
[![FastAPI](https://img.shields.io/badge/FastAPI-0.88.0+-00a393?style=for-the-badge&logo=fastapi&logoColor=white&labelColor=101010)](https://fastapi.tiangolo.com)
5+
[![MongoDB](https://img.shields.io/badge/MongoDB-6.0+-00684A?style=for-the-badge&logo=mongodb&logoColor=white&labelColor=101010)](https://www.mongodb.com)
6+
[![ChatGPT](https://img.shields.io/badge/ChatGPT-GPT--4-7CF178?style=for-the-badge&logo=openai&logoColor=white&labelColor=101010)](https://platform.openai.com)
67

78
## Curso para aprender el lenguaje de programación Python desde cero y para principiantes
89

@@ -11,6 +12,15 @@
1112
### Proyecto realizado durante emisiones en directo desde [Twitch](https://twitch.tv/mouredev)
1213
> ##### Si consideras útil el curso, apóyalo haciendo "★ Star" en el repositorio. ¡Gracias!
1314
15+
## ¡Nuevo!
16+
### Aprende a integrar ChatGPT en tu proyecto desde cero
17+
18+
<a href="https://youtu.be/b8COygWdvmw"><img src="http://i3.ytimg.com/vi/b8COygWdvmw/maxresdefault.jpg" style="height: 50%; width:50%;"/></a>
19+
20+
Clase de una hora de duración donde aprenderás a interactuar con ChatGPT desde tu aplicación, mantener conversaciones y establecer el contexto de la IA para potenciar tu proyecto.
21+
22+
Con todo el código publicado [aquí](https://gist.github.com/mouredev/58abfbcef017efaf3852e8821564c011).
23+
1424
## Clases en vídeo
1525

1626
### Curso de fundamentos desde cero
@@ -87,7 +97,7 @@ Curso en el que aprenderemos a utilizar Python para backend e implementaremos un
8797
* [Lección 16 - MongoDB](https://youtu.be/_y9qQZXE24A?t=20480)
8898
* [Lección 17 - MongoDB Atlas](https://youtu.be/_y9qQZXE24A?t=25470)
8999
* [Lección 18 - Despliegue en Deta](https://youtu.be/_y9qQZXE24A?t=27335)
90-
* [Lección Próximos pasos](https://youtu.be/_y9qQZXE24A?t=28484)
100+
* [Próximos pasos](https://youtu.be/_y9qQZXE24A?t=28484)
91101

92102
### Extra: 15 curiosidades sobre Python
93103

0 commit comments

Comments
 (0)