python coding language

Can anyone tell me if i can code the arduino uno with python on mac using the arduino ide?

ObsessedLime:
Can anyone tell me if i can code the arduino uno with python on mac using the arduino ide?

No.

Python is an interpreted language, so running it requires much more resources than a compiled language. Resources that an Arduino UNO simply doesn't have.

You'll have to learn C++ to use an Arduino UNO.

Otherwise: Micropython

Pieter