Skip to content

vinceynhz/python_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Code

Purpose

After finishing college five years ago, I left pending some ideas for minor applications and algorithms, that plus my curiosity to learn a new language, resulted on all these code.

Contents

  1. lib: common library of functions
  2. Tic Tac Toe: command line and graphic tic tac toe game, using searching strategies
  3. Cellular Automata: graphic interface for Conway's Game of Life
  4. Draw Pad: graphic application to process free hand drawings for pattern recognition
  5. Color Theory: command and graphic tools I have used for my studies on color theory
  6. ID3 Tags: command line tool to display the ID3 frames from an mp3 file
  7. Neural Networks: code for my research on neural networks