Fractals, calculations and plots using Matplotlib and more


https://github.com/oonap0oo/small-Python-projects
Drawing Modular multiplication circles, squares and triangles using Python
https://github.com/oonap0oo/Modular-multiplication-circle/
Using the build in Turtle library, can achieve some complex and fast graphics.

https://github.com/oonap0oo/Python-and-Turtle
This device has a Python coding app which implements a version of MicroPython.



Python code for a Numworks calculator can be found here:
https://github.com/oonap0oo/Numworks-calculator
Displaying a vintage LED 7 segment display, for example to put an 80s clock on the screen

https://github.com/oonap0oo/7_segment_display
Matplotlib can create animations
https://github.com/oonap0oo/animation-with-matplotlib
Python versions of some of the example pseudocode in the book "Numerical methods for engineers 8th edition".

https://github.com/oonap0oo/Numerical-methods-for-engineers-python
A photo editor using Python, Tkinter, numpy and Pillow:

https://github.com/oonap0oo/python-photo-editor
A function plotter embeds matplotlib graph in tkinter gui:

https://github.com/oonap0oo/python_plotter
"Little Math Wizard" inspired by the "Little Professor" devices made bi TI

https://github.com/oonap0oo/Little-Math-Wizard
Reverse Polish Notation Calculator coded in Python. The calculator has stack levels like the classic HP RPN calculators. It supports complex numbers.

https://github.com/oonap0oo/RPN-Python
Also trying some stuff in GNU Octave now and then:
https://github.com/oonap0oo/GNU_Octave_scripts
Electronic circuit simulation using text based circuit description files as input

https://github.com/oonap0oo/ngspice_analog_circuit_simulation