News

Consider this example: If you need a Python function to calculate the area of a triangle, your initial prompt might be “Write a function to calculate the area of a triangle.” ...
When there’s a new technology, there’s always a slew of people who want to educate you about it. Some want to teach you to use their tools, some want you to pay for training, and others… ...
Code-wise, rendering the image is simpler than you think, with a ray marcher fitting in just 135b of WebGL. Some handy libraries, such as hg_sdf, make adding SDFs to the demo scene easier. Since ...
Explicit implementation of Pascal's Triangle algorithm. Each row can be generated separately from all others. This vastly speeds up time if all you need is row 100 for example. This module is intended ...
I wrote and presented pep20_by_example.py in 2011 for RedSnake Philly, the annual joint meeting between the Philadelphia Python and Ruby user groups. The text, which at least hopes to be executable ...