As part of my random walk through topics, I was playing with shaders. I switched over to python because I didn’t feel like hacking out a linear solver. There are a number of different methods for simulating fluids. I had seen Dan Piponi’s talk on youtube ... (more…)
Read more »
Although the official documentation for Python 3 discourages writing code for
both Python 2 and Python 3, in some cases it is desirable. Especially if you
can drop support for Python 2.5 and earlier, since Python 2.6 introduces quite
a lot of forwards com... (more…)
Read more »
Created on 2011-10-11 20:01 by JBernardo, last changed 2019-10-04 13:22 by taleinat. This issue is now closed. (more…)
Read more »
xlwings-reports is a professional reporting package that allows you to produce Excel and PDF reports in minutes, not hours. (more…)
Read more »
Part 5 of designing modules compares inheritance versus composition, and shows how new business requirements can be added without changing existing code. (more…)
Read more »