1 Respuesta
+ 1
The basic difference is C is a procedure oriented language whereas Python is an object oriented language. As one of my teachers put it in procedure oriented programming the main focus is on the procedure by which the problem is solved rather than the final result. But in object oriented programming the main focus is on the end result itself.