Python3 & others langs

So I was only able to compile python my editing main.c

After this python did in fact build, but nothing is being written out to the terminal. Has anyone had any luck playing around on redox with python or any other of the toys there? For example after python I tried compiling a simple hello world program in c. Gcc errors out saying: " gcc: error trying to exec ‘as’: execvp: No such file or directory"

Obviously I don’t expect redox to be full fledged and ready to go like a Linux system. Though I would like to be able to toy around with it. Has any else tried to mess around with python or c on redox? If so what where the issues you ran into?