+ 8
Can i know which coding i shall learn for doping a code in a sensor..
5 Answers
+ 2
I think C
+ 20
It depends, if you are a beginner and want an easy to use programming language: Python is the best one to start with.
If you need optimised and advanced features (like memory management): C is more acurate
Good luck đ
+ 5
C++ as arduino and other stuff requires c++. Raspberry pi requires python. If you want both, go for python first as python is easier to learn than c++ for me. I m not sure about you but that is my recommendation
+ 3
You will Python with c
+ 3
If your Sensor is connected to Esplora or Arduino, learn C++. If it is a raspberry Pi, Python works as well.