Notifications
Clear all

Which programming languages are essential for a career in AI?

3 Posts
4 Users
0 Reactions
38 Views
0
Topic starter

honestly fed up with all the conflicting advice online about what to learn. trying to land an AI dev job in London by September but I feel like Im just wasting time on the wrong stuff. what is actually essential?

  • computer vision focus
  • zero budget
  • industry standards

is it just python or what...


3 Answers
11

Building on the earlier suggestion, combining Python and Docker is fantastic for reliability! Definitely grab OpenCV Open Source Library since it is free and the industry standard for vision!


10

Python is my go to and honestly it works well for almost everything in CV, no complaints here.

  • Python: Amazing library support and super fast to prototype.
  • C++: Great for performance heavy production stuff, but much harder to master. I am very happy with how Python handles real world tasks. Grab a copy of O'Reilly Media Hands-On Machine Learning 3rd Edition to get started, its basically a lifesaver for those London dev interviews.


1

Unfortunately, Python alone wont cut it. I had issues with deployments failing because of environment mess. You need Docker. Check out Packt Publishing Docker for Data Science.


Share: