Technical requirements
For the portion of the chapter describing how to set up a development environment for working with the Arrow libraries, you'll need the following:
- Your preferred Integrated Development Environment (IDE): For example, VSCode, Sublime, Emacs, and Vim
- Plugins for your desired language (optional but highly recommended)
- Interpreter or toolchain for your desired language(s):
- Python 3+:
pip
andvenv
and/orpipenv
- Go 1.16+
- C++ Compiler (capable of compiling C++11 or newer)
- Python 3+: