Hone Your Python Skills!
Newbie Bites
Intro Bites
Regular Bites
Learning Paths
PyBites Tips
Pricing
Teams
Login
☰
☰
PyBites Platform
What to code next?
Bites of Py Exercises
Blog Code Challenges
Bite
Level
Description & Tags
Bite 3. Word Values
Calculate the dictionary word that would have the most value …
freebie
max
Scrabble
sum
Bite 65. Get all valid dictionary words for a draw of letters
This Bite focusses on the use of itertools. To that …
itertools
Scrabble
set
PCC
Title
Summary
01
Word Values Part I
Our first weekly code challenge is to calculate the (language) dictionary word that would have the most value in Scrabble. Enjoy and let us know if you like this format.
02
Word Values Part II - A Simple Game
Using what we've learned the last challenge this week we build a simple Scrabble-like game: given a random set of 7 letters build the most valuable word. Good luck!
We use Python 3.8