Learn Python with Fantasy Football (part 3)
Hi everyone,
This is the third post in a series I'm writing on learning Python with Fantasy Football. In this part of the beginner series, we continue going through the basics of Python, this time covering conditionals and using everything we've learned to "classify" 3 WRs (Tyreek Hill, George Pickens, Kenny Golladay) based on their skill level. No cutting edge stuff yet, but in a few more posts we'll start to introduce Python's data science libraries to prepare a draft model for next season.
So far here's the ordering of posts:
- Topics covered: coding environment, print, looping, basic arithmetic, basic data types like lists, dictionaries, strings, integers, and floats
- Topics covered: the namespace, built-in objects, user-defined functions, round, positional and keyword arguments
- Topics covered: if/else statements, logical and conditional operators
Thanks for reading you guys are awesome! lmk if you have any questions on the post/code