choderalab / software-development

A primer on software development best practices for computational chemistry
255 stars 76 forks source link

Optimization of Python code #7

Closed pgrinaway closed 7 years ago

pgrinaway commented 7 years ago

In scientific programming, we often come across the need to optimize code, especially when using a high-level language such as Python. There are canonical ways of doing this such as Cython, but I will elaborate on this more.

jchodera commented 7 years ago

Addressed by #26