>>14908054both have their pros and cons
python is dead simple, its common in machine learning and shit like that, it is really slow though so thats why you dont see it used in consumer applications or games or shit
C is also simple but a little harder than python, more hard enough to filter many pajeets. C is close to the metal, so its used in os dev and shit like that. its also lightweight and fast. the quirk it has is that there is no garbage collector, meaning you have to manage memory yourself. it really isnt that hard but it still filters a lot of people. you should really learn memory managment if you dont want to be a pajeet though. i recommend C as a first language, theres a nice tutorial on youtube, just search up "thenewboston C tutorial". for an IDE, id recommend Visual Studio on Windows if you just want a working out of the box experience, or VSCodium and gcc on Linux.