Всем добрый день!
Планирую заниматься дискретной оптимизацией по учебе. На данный момент есть навыки работы с Matlаb'ом. Стоит вопрос изучения нового языка программирования. Пока взгляд направлен на Python. Как вы считаете, подойдет ли он для моих целей? Хорошо ли он справляется с большими расчетами?
Заранее, спасибо!
CPython is the reference implementation of the Python programming language. Written in C, CPython is the default and most widely-used implementation of the language.
Cython is a superset of the Python programming language, designed to give C-like performance with code that is mostly written in Python. Cython is a compiled language that generates CPython extension modules.