I am passionate about learning new skills. Ambitious and driven individual ready and willing to work hard and learn from professionals. Brings outstanding computer and communication skills.
PokèSort (Team Project)
· Utilized python to code a team project that loads, manipulates, and displays data from a spreadsheet of game characters based on user input using libraries such as NumPy, SciPy, and Matplotlib
· Used text processing to load the data into organized dictionaries and lists from a spreadsheet.
· Coded and used unit tests to perform multiple tests on the module to ensure that our functions work perfectly.
· Used different sorting algorithms (Bubble, Selection, and Insertion Sort), we created functions that sort the lists of characters based on various attributes (Strength, Agility, etc.) and return the sorted data.
· We used NumPy and SciPy to perform linear regression and interpolation on the data and Matplotlib to plot the data into readable graphs.
· Coded an interactive UI that takes commands from the user and a batch UI that takes commands from a spreadsheet file.