Add Python LLM Agent with RAG tutorial to Bot section

This commit is contained in:
parthivrmenon 2026-06-20 17:49:06 +05:30
parent 294aef8fde
commit 94802be560

View file

@ -120,6 +120,7 @@ It's a great way to learn.
* [**Python**: _How To Create a Telegram Bot Using Python_](https://www.freecodecamp.org/news/how-to-create-a-telegram-bot-using-python/)
* [**Python**: _Create a Twitter Bot in Python Using Tweepy_](https://medium.freecodecamp.org/creating-a-twitter-bot-in-python-with-tweepy-ac524157a607)
* [**Python**: _Creating Reddit Bot with Python & PRAW_](https://www.youtube.com/playlist?list=PLIFBTFgFpoJ9vmYYlfxRFV6U_XhG-4fpP) [video]
* [**Python**: _Build Your Own LLM Agent with RAG from Scratch (no Agent Frameworks)_](https://parthivrmenon.github.io/posts/trivi-al.html)
* [**R**: _Build A Cryptocurrency Trading Bot with R_](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1)
* [**Rust**: _A bot for Starcraft in Rust, C or any other language_](https://habr.com/en/post/436254/)