Technical requirements
In this chapter, you’ll need the following:
- Access to an LLM/chatbot such as GPT-4 or Gemini; each requires a login. For GPT-4, you’ll need an OpenAI account, and for Gemini, you’ll need a Google account.
- A Python interpreter or integrated development environment (IDE) such as Spyder, PyCharm, Visual Studio, or Eclipse, or an online interpreter such as https://www.online-python.com/ or https://www.w3schools.com/python/python_compiler.asp.
- An HTML interpreter such as https://htmledit.squarefree.com/, https://onecompiler.com/html, or https://www.w3schools.com/tryit/, or a website editor such as Wix, GoDaddy, One.com, and so on.
- Get the code in this book here: https://github.com/PacktPublishing/Coding-with-ChatGPT-and-other-LLMs/tree/main/Chapter2.
Now, we’ll get into the chapter, starting with the advantages of coding with LLMs, and why you’d want to do this at all.