A student that dabbles in some javascript, c++ and python.
I make a lot of Arduino projects, attempt Project Eulers and make stuff in the HTML5 Canvas.
You can see my work over at my website. Alternatively, I have some stuff over on my GitHub which I haven't posted there.
Some of my favourite answers:
- https://stackoverflow.com/questions/47357870/get-all-coordinates-points-within-known-boundaries-in-a-numpy-matrix-for-each-do/47359780#47359780
- https://stackoverflow.com/questions/47240552/check-if-elements-occur-together-in-all-lists/47240853#47240853
- https://stackoverflow.com/questions/48406717/auto-generate-json-paths-from-given-json-structure-using-python/48407739#48407739
- https://stackoverflow.com/questions/48507534/is-there-a-str-replace-equivalent-for-sequence-in-general/48507931#48507931
- https://stackoverflow.com/questions/48719625/python-loops-or-any-iterations-to-find-all-the-combinations-such-that-a-conditio/48720044#48720044
- https://stackoverflow.com/questions/49369276/find-index-inside-a-list-of-tuples/49369371#49369371
- https://stackoverflow.com/questions/49542348/using-a-list-comprehension-to-look-up-variables-works-with-globals-but-not-loc/49542378#49542378
- https://stackoverflow.com/questions/50944323/how-does-pythons-simplehttpserver-do-get-and-do-post-functions-work/50944691#50944691
- https://stackoverflow.com/questions/51180949/return-2nd-smallest-item-in-list-using-only-recursion/51181233#51181233
- https://stackoverflow.com/questions/52020238/how-to-receive-5-digit-data-from-arduino-using-pyserial/52020271#52020271
- https://stackoverflow.com/questions/52060788/writing-nested-dictionary-forest-of-a-huge-depth-to-a-text-file-in-bfs-style/52061736#52061736
- https://stackoverflow.com/questions/52039541/can-a-robot-reach-a-point-x-y/52039662#52039662
- https://stackoverflow.com/questions/52792378/regex-to-match-commas-that-are-not-in-an-array-enclosed-in-square-brackets/52793000#52793000
- https://stackoverflow.com/questions/61580412/check-if-list-element-is-a-sub-element-of-those-in-another-list-with-python/61580762#61580762
Oh, and if you code anything in Python, then read the Zen of Python or import this
in the interpreter.
My profile picture is from this simulation of a rotating tetrahedron I made using my 3D engine.