A series of mixes intended for listening while programming to aid concentration and increase productivity (also compatible with other activities)
- Khoa Nguyen
Write an equation in the yellow zone. After a short timeout (a second) the recognition will be launched and the result will be shown at the bottom of the page.
- Khoa Nguyen
This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.
- Khoa Nguyen
The wxPython tutorial is the largest and most advanced wxPython tutorial available on the Internet. Suitable for beginners and intermediate programmers.
- Khoa Nguyen
py2exe turns Python programs into packages that can be run on other Windows computers without needing to install Python on those computers. Python is needed on the computer where py2exe itself is run because py2exe is a Python program and it includes parts of Python in the package that is built.
- Khoa Nguyen
Constructive Solid Geometry (CSG) is a modeling technique that uses Boolean operations like union and intersection to combine 3D solids. This library implements CSG operations on meshes elegantly and concisely using BSP trees, and is meant to serve as an easily understandable implementation of the algorithm.
- Khoa Nguyen