What I've Learned - Hoid/LoL-Performance-Tracker GitHub Wiki

Things I've learned from this project

  • Python syntax, code structure, and convention
  • SOLID OOP fundamentals
  • Manipulating JSON
  • Working with an API, including API key privacy, efficient use of API calls
  • Working with .ini config files to store data between sessions
  • Working with file I/O to store data between sessions
  • Git fluency
  • Program profiling to analyze memory/CPU usage and find inefficiencies