choderalab / software-development

A primer on software development best practices for computational chemistry
262 stars 79 forks source link

Optimization of Python code #7

Closed pgrinaway closed 8 years ago

pgrinaway commented 8 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 8 years ago

Addressed by #26