It’s Friday again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.
Articles on CodeChallenges
Code Challenge 02 – Word Values Part II – A Simple Game
By PyBites Team on 15 January 2017
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!
Code Challenge 01 – Word Values Part I – Review
By PyBites Team on 13 January 2017
Wow! We have been amazed by the great response on github and HN. It’s Friday so we review the code challenge of this week. We describe our learning and a possible solution. We will also digest comments left on the Monday post.
Code Challenge 01 – Word Values Part I
By PyBites Team on 9 January 2017
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.
Code Challenge Pilot – code review
By PyBites Team on 5 January 2017
In this post I review the code of challenge # 1 and refactor it to make it more Pythonic.
Code Challenge Pilot – calculate total time JS course
By Julian Sequeira on 4 January 2017
Coding Challenge to create a web scraper that calculates the total time of a Javascript Course.