Glossary

FOLLOW ME ON SOCIALS

‘dict_items’ object has no attribute ‘sort’

The error message "dict object has no attribute 'sort'" in Python arises when you attempt to use the sort() method on a dictionary. Dictionaries in Python are collections of key-value pairs…

3 Min Read

Does Prompt Engineering require Coding?

No, prompt engineering does not necessarily require coding. While understanding coding concepts like machine learning, statistics, and Python can be helpful, it is not the core of prompt engineering. The primary…

3 Min Read

Prompt Pattern Catalog

The prompt pattern catalog aims to enhance prompt engineering with ChatGPT by providing a structured collection of prompt engineering techniques presented in pattern form. These patterns are designed to address common…

7 Min Read

What is LLM Prompt Engineering?

LLM Prompt Engineering LLM (Large Language Model) prompt engineering is the process of formulating instructions for an LLM that will achieve the desired results. It involves crafting input queries or instructions…

13 Min Read