Why Pyzo

Python and free software

Open source software is made by people who love writing code. Therefore the quality can be comparable to that of commercial software (and sometimes even better). The Python programming language is the basis for a large community thriving on open source software, and is used for a broad range of tasks.

Python is designed to be easy to read, and might well be the easiest programming language to learn. Nevertheless, it is really complete and powerful, and by using extension code, the crucial parts of an algorithm can be made as fast as C. Due to its open nature, Python is easy to extend. In this manner, people have been able to introduce technologies to Python such as USB interfacing, OpenGL, various GUI toolkits, and GPU computing.

The problem

The general public is in general reluctant to use open source software. We think this is due to the following main reasons:

The solution