|
|
|
|
|
by inglor_cz
1205 days ago
|
|
I started writing in Python this January, after spending years in Java, C, C++ ad PHP. (In academia, Pascal.) I would say quite explicitly that Python is a lot better than C, at least as long as you value pure concentration on the business logic of whatever you are implementing. Its libraries are helpful, huge and well documented. I am overjoyed by the fact that I don't have to a) either reinvent the wheel myself (e.g. writing a JSON parser from scratch) or b) rely on some OSS library with a bus factor of 1, whenever I just need to store or read data etc. |
|