Technical requirements
For this chapter, you’ll need the following:
- Access to an LLM/chatbot such as GPT-4, Gemini, or Claude 3 – each requires a login. For GPT-4, you’ll need an OpenAI account, and for Gemini, you’ll need a Google account.
- A Python IDE such as Spyder, IDLE, PyCharm, Eclipse, or Visual Studio. An online interpreter will not be good enough here.
- An HTML interpreter, such as https://htmledit.squarefree.com/, https://onecompiler.com/html, or https://www.w3schools.com/tryit/, or a website editor: 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/Chapter4
Now, let’s find out how to use Claude, Gemini, and ChatGPT to start off well and write code that is very readable.