A new week, more coding! In Part 2 of our Twitter data analysis we challenge you to find out how similar two tweeters are …
Topic Archive
Code Challenges
-
-
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.
-
A new week, a new code challenge! In this 3 part challenge you will analyze Twitter Data. This week we will automate the retrieval of data. In Part 2 we will task you with finding similar tweeters, and for Part 3 you will do a full sentiment analysis.
-
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.
-
Code Challenge 02 – Word Values Part II – A Simple Game
·
·
3 min readUsing 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
·
·
6 min readWow! 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
·
·
2 min readOur 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
·
·
6 min readIn this post I review the code of challenge # 1 and refactor it to make it more Pythonic.