Technical requirements
For this chapter, you’ll need the following:
- Access to a browser to get these AI code tools.
- A laptop or desktop to install the software.
- An integrated development environment (IDE) for Python, such as Visual Studio, Spyder, IDLE, PyCharm, or Atom.
- An IDE for Javascript, such as Visual Studio, Atom, or Brackets. An online interpreter will not be good enough here. Here are some examples:
- A Java IDE, such as IntelliJ IDEA, Eclipse, or NetBeans.
- Some code examples require bash (basic shell) for Unix operating systems (OSs).
- Get the code in this chapter here: https://github.com/PacktPublishing/Coding-with-ChatGPT-and-other-LLMs/tree/main/Chapter10.
Now, let’s learn how to use non-LLM tools to make code generation, analysis, and testing much easier.