Fractal
We have a programming assignment proposed by Dr Rami Younes to write some code ( preferably in python
) to genterate a fractal.
Submission Guidelines
-
Write your code and start a pull request.
-
Create a directory with your name
-
Upload your code file (saved with the name of the fractal, e.g.
fractal-name.py
), a screenshot of the result, and requirements.txt in your directory. -
The requirements.txt should contain all the downloaded libraries you have used seperated by new lines
For example
> cat requirements.txt pandas matplotlib numpy
Your project sturcture should look like this
ibrahim
├── fractal.jpeg
├── netwon-fractal.py
└── requirements.txt