It’s end of the week 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 Github
Code Challenge 10 – Build a Hangman Game
By PyBites Team on 12 March 2017
A new week, a new ‘bite’ of Python coding! This week we will build a Hangman game. Good luck and have fun.
Twitter digest 2017 week 07
By PyBites Team on 18 February 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
Twitter digest 2017 week 05
By PyBites Team on 4 February 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
Code Challenge 04 – Twitter data analysis Part 1: Getting Data – Review
By PyBites Team on 3 February 2017
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 04 – Twitter data analysis Part 1: Getting Data
By PyBites Team on 29 January 2017
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.
Code Challenge 03 – PyBites Blog Tag Analysis – Review
By PyBites Team on 27 January 2017
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 03 – PyBites Blog Tag Analysis
By PyBites Team on 22 January 2017
Our new code challenge is up: PyBites blog tag analysis. This week you will parse our RSS feed looking for the most common tags and the ones we possibly should merge based on similarity ratio. Enjoy!
Code Challenge 02 – Word Values Part II – A Simple Game – Review
By PyBites Team on 20 January 2017
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
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!