Posted in 2016
Chasing a dot on a HTML5 canvas
- 2016-04-16
A forum question about how to detect a collision of two balls for a school project (in Python) lead me to write my first HTML5 <canvas> element code.
Move the mouse over the square below and try to catch the blue dot with the red one.
More Than Just ASCII Digits
- 2016-03-08
Python’s int() converts more than just ASCII digits. It also converts decimal digits from other scripts.