Skip to main content

All Questions

4 votes
2 answers
1k views

Python the Dragon's Curve with turtle

I'm kind of new to Python, and I'm trying to improve (especially) my object oriented programming, and getting to know Python syntax better. I'd love to know if there is something to improve, (...
sheldonzy's user avatar
  • 461
8 votes
2 answers
2k views

Drawing fractals with Turtle

So, I have my code here: ...
thomastaylor's user avatar
8 votes
2 answers
519 views

Object-oriented fractal tree

I made an object oriented fractal tree in javascript using the p5 library, it consists of three files: Fraternal Tree.js branch.js flower.js Here is the github repo with the source code. All the main ...
Ayush Seth's user avatar