DEV Community

Sachin R
Sachin R

Posted on

What I'm Learning Right Now

 # Technologies I'm currently learning

learning = [
"Python",
"Machine Learning",
"LLMs",
"Prompt Engineering",
"RAG",
"LangChain",
"AI Agents",
"FastAPI",
"Docker"
]

print("πŸš€ My AI Learning Roadmap\n")

for i, topic in enumerate(learning, start=1):
print(f"{i}. {topic}")

print("\nLearning by building real-world AI applications.")

Top comments (0)