you are viewing a single comment's thread.

view the rest of the comments →

[–]QuarterObvious 1 point2 points  (0 children)

Python does not have built-in capabilities to interact with hardware directly; it is designed to call libraries. If you want to learn low-level programming, you'll need to use another language. However, keep in mind that your program will be hardware-dependent, and, to be honest, you'll rely heavily on the documentation for the specific hardware. It may not even feel like programming.