This is Project 1 in the Python Web Development Techdegree program from Team Treehouse.
Project Number: 1 Project Name: Build a Soccer League
Description: In your first project you will create a productive tool that helps organize a sports league. This project requires you to leverage various data structures, such as arrays and lists. Your program will iterate through a list of players and assign them to teams based on some criteria to make the teams as fair as possible.
Finally, the program will generate personalized letters with information about the final teams and first practice. These will be stored as individual files with one for each player.
You'll also put this project up on GitHub, an important tool used by millions of developers to share code and work collaboratively on programming projects. This gives you an excellent opportunity to get comfortable with this powerful tool and to build a strong portfolio that showcases your work from this Techdegree and elsewhere.
Files: soccer_league.py soccer_players.csv