Please turn JavaScript on
header-image

Planet Python

follow.it gives you an easy way to subscribe to Planet Python's news feed! Click on Follow below and we deliver the updates you want via email, phone or you can read them here on the website on your own news page.

You can also unsubscribe anytime painlessly. You can even combine feeds from Planet Python with other site's feeds!

Title: Planet Python

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  22.87 / week

Message History

Discover how to use LlamaIndex with practical examples. This framework helps you build retrieval-augmented generation (RAG) apps using Python. LlamaIndex lets you load your data and documents, create and persist searchable indexes, and query an LLM using your data as context.

In this tutorial, you’ll learn the basics of installing the package, setting AI providers, spi...


Read full story

In this quiz, you’ll test your understanding of the LlamaIndex in Python: A RAG Guide With Examples tutorial.

By working through this quiz, you’ll revisit how to create and persist an index to disk, review how to reload it, and see why persistence improves performance,...


Read full story

Can you believe that 2025 is almost over? It was full of big events for me, and yet it also whizzed past at breakneck speed.

And so, before we start 2026, I want to share a whole bunch of updates on what I’ve done over the last 12 months — and where I plan to go in 2026, as well.

LernerPython

The biggest thing for me this year was the new


Read full story

You may often want to make your Python programs more interactive by responding dynamically to input from the user. Learning how to read user input from the keyboard unlocks exciting possibilities and can make your code far more useful.

The ability to gather input from the keyboard with Python allows you to build programs that can respond uniquely based on the preferenc...


Read full story