In this article we review last week’s Notification Service of Now Playing and Upcoming Movies code challenge.
Articles on movies
Code Challenge 25 – Notification Service of Now Playing and Upcoming Movies
By PyBites Team on 26 June 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! What movies are in theaters now or just came out on your favorite streaming service? What are upcoming movies, when will they be released? Can I keep track of all new humor movies? Or what about that specific actor or director? Having a notification service around movies seems an interesting, fun and useful code challenge to us.
Code Challenge 16 – Query Your Favorite API
By PyBites Team on 23 April 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we’ll let you play with Web APIs. They are fun to fiddle with and great for learning and building cool things. Enjoy!
Code Challenge 13 – Highest Rated Movie Directors – Review
By PyBites Team on 8 April 2017
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.
Code Challenge 13 – Highest Rated Movie Directors
By PyBites Team on 2 April 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! After last week’s (tictactoe game), we’d like to sharpen your data analysis skills this week by parsing a movie data set in search for highest rated directors. Enjoy and we review solutions end of this week.
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.