C++ has been my primary language in my entire career until a year ago, when Python came to our tool set.
We chose Python for it’s rich collection of modules. In our case, for example:
- AI: keras module to TensorFlow for player recognition
- REST API: bottle and json module, through which AWS server talks to the clients
- Database: pymysql module access video recordings saved in MySql
- HLS Playlist parsing: m3u8 module
- Access AWS: boto3 module to control ec2 instances
Advertisements