Python for Scientific Use

By Action Farsi

Python is great! I’ve being using python for a while (4 years) and it seems to me the most versatile and lightweight programming language one want to use in a scientific environment. General programming: Python supports almost any kind of programming style. Procedural, imperative, object oriented. Plus it it based on advanced objects like arrays,…

Lab-code

By Action Farsi

Here are some scripts I’ve developed for my work. After a long journey between programming languages, I found the most effective language being Python. Some of the code was developed for specific applications, but I believe some bits and snippets can be helpful. Partial repository is on google code (GIT) Nonlinear Schroedinger evolution implemented via…