nhorozov.xyz/aboutme/programming
programming
I’ve been programming for a few years now and I love it. I started in 2019 with Python, and then switched to p5js and JavaScript because it was easier to share. I then became interested in chaos theory from a book I read and I made several programs plotting strange attractors and the Mandelbrot set.
My programming accounts:
- p5js account, I use it a lot for testing things because my replit account hit the free trial limit
- Replit account, I’ve been using this since 2019 I’ve been a big fan of programming for a while now and these are some of my projects
Due to many of the dependencies of my projects in p5js implementing breaking changes in the years since I have worked on them, many of these will not work unless they are run with p5.js 1.x.x You can change this in the upper right corner of the screen by pressing the gear and then changing the version of the p5js libary. I have spent many years working here and some of my favorite work is here
- Mandelbrot set plotter in p5js - I elaborate on this here
- Strange
attractor ploters in p5js - I elaborate on this here
- I wrote about these projects in a newspaper article in 7th grade
- Word2vec implementation - I elaborate on this here