Python is a wonderful, cross-platform language and ecosystem that lets you build tools quickly and effectively.
It's also very popular for machine learning, via projects such as scikit-learn and PyTorch.
Here are some good links.
Some of my favorites packages and tools follow.
- LLDB API to control and extend the debugger.
- sqlite3 to work with local databases.
- Trace Processor library to work with perfetto traces.
- OpenCV for mucking around with computer vision.
- NumPy for numerical work and integration with other things that use datasets of various kinds.
- tkinter to build tk-based interfaces.
Home