-
Ngspice + KiCad for spice simulation
KiCad is a beautiful EDA tool ( schematic capture, pcb layout, …), it is also free. the developers intend to include a simulator in the program in their roadmap, but it is a far future. Eeschema (KiCad’s schematic editor) is able to export spice netlists to do simulations directly, you can also associate the directives as a…
-
Theory of friends and strangers python program (illustration with python)
it is a preliminary program , it may help . have fun. the python program
-
Solving Sudoku with python [ Beta ]
this is a program using python programming language to solve 9*9 Sudoku , this program is composed of multiple functions each one does a specific thing in solving the Sudoku. note however, the program doesn’t provide solution to Sudokus solved by try and error but it contains the necessary functions to do so. the program is…