Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 537 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 537 Bytes

eelas-coding-playground

All kinds of fun coding, including project euler problems, bug investigations, scratch code worth saving, etc. that shouldn't necessarily live in my private repo but also don't necessarily warrent their own repos (yet).

Project euler:

  • My solutions for some project euler problems

Bug investigations:

  • Investigations into weird behavior/bugs in Python packages
  • currently includes an investigation of a potential bug in the itertools library that I have not yet had the time to submit a bug report for.