In python can i access to hardware like c? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

In python can i access to hardware like c?

I want to write driver with python !

17th May 2020, 3:41 PM
Jason
Jason - avatar
2 Answers
+ 2
Python is build with the help of c/c++. You can use some i/o drivers in python which are c/c++ compiled files, but you can not access hardware like c. It is really close to hardware as you can access pointers and manipulate memory as you desire. But such facility is not provided by python. I would recommend to use c/c++ if you want to create fast and efficient code which access hardware...
17th May 2020, 10:48 PM
HDq0d3r
HDq0d3r - avatar
+ 2
Thanks
18th May 2020, 1:55 AM
Jason
Jason - avatar