Skip to content

leoEspin/python

Repository files navigation

python

contains several examples of my python code:

  • nQueens.py uses backtraking to fill an n x n chess board with n queens in a way that the queens cannot attack each other. The progress of the solution is shown with an animation on the terminal, showing the current status of the solution at each step.
  • chaosgame.py plots the Sierpinski fractal
  • gui.py uses Qt to create a user interface for inputting parameters for a simulation
  • simulationsDatabase.py searches a folder hierarchy for specific files that contain simulation parameters, and then creates a simulations database with the contents of these files.
  • unitTest.py tests the class nameExtractor.py
  • generateIndex.py searches for documentation files in the docs folder and adds the files to a list in the main documentation web page
  • The folder docs contains miscellaneous notes about my machine learning projects.

About

collection of python codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published