/python-projects

A collection of simple Python projects I've worked on as part of my programming course

Primary LanguagePython

python-projects

A collection of simple Python projects I've worked on as part of a programming course

This contains:

  • Pythagoras' Tree (Fractals & Recursive Functions)
  • Koch's Flake (Fractals & Recursive Functions)
  • Monte Carlo Estimate (Algorithms & Statistics)
  • Birthday Paradox (Algorithms & Statistics)
  • Polygon Pi Estimate (Algorithms & Statistics)
  • Primes (Algorithms & Statistics)