PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
How I Built an Okta Documentation Chatbot in Python

The article describes the development of Oktanaut, a Python chatbot that simplifies access to information on Okta's Developer Documentation. The chatbot was created using OpenAI and Jupyter Notebook, and two versions were developed to offer specific approaches and general knowledge. The first version used LlamaIndex and was trained on Okta's Developer Documentation, generating accurate r...

https://developer.okta.com/blog/2023/12/20/okta-documentation-chatbot
Python Gotcha: Modifying a list while iterating

Python makes it easy to modify a list while you are iterating through it's elements. This will bite you. Read on to find out how and what can be done about it.

https://andrewwegner.com/python-gotcha-modify-list-while-iterating.html