You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mariajayne I noticed that your tic tac toe writeup introduces list comprehensions. Although they are my favorite Python feature, they are really just syntax sugar and I'm not sure it's worth spending time on them when we could be moving on to other more orthogonal features. On the other hand, they really are very useful. Thoughts?
The text was updated successfully, but these errors were encountered:
While I used a list comprehension in the distro for lexicon, I feel like it's knowledge that they don't need; I wouldn't spend a lot of time on them. We could remove them altogether or mention them briefly and move on, much like CS50 with the ternary operator and switches. If we keep them, I'd mention that they could also use for loops more traditionally as well.
@mariajayne I noticed that your tic tac toe writeup introduces list comprehensions. Although they are my favorite Python feature, they are really just syntax sugar and I'm not sure it's worth spending time on them when we could be moving on to other more orthogonal features. On the other hand, they really are very useful. Thoughts?
The text was updated successfully, but these errors were encountered: