In this article we review last week’s PRAW: The Python Reddit API Wrapper code challenge.
Articles on CodeChallenges
Code Challenge 27 – PRAW: The Python Reddit API Wrapper
By PyBites Team on 11 July 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! Love or hate Reddit, it has a lot of good data to work with. This week we have you write an app of your choice using the Reddit API. Have fun!
Code Challenge 26 – Create a Simple Python GUI – Review
By PyBites Team on 10 July 2017
In this article we review last week’s Create a Simple Python GUI code challenge.
Code Challenge 26 – Create a Simple Python GUI
By PyBites Team on 4 July 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! Web apps tend to get all the love so it’s about time we shared the spotlight with GUIs. This week let’s take our first dive as a PyBites Community into Python GUIs!
Code Challenge 25 – Notification Service of Now Playing and Upcoming Movies – Review
By PyBites Team on 3 July 2017
In this article we review last week’s Notification Service of Now Playing and Upcoming Movies code challenge.
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 24 – Use Dunder / Special Methods to Enrich a Class – Review
By PyBites Team on 26 June 2017
In this article we review last week’s Use Dunder / Special Methods to Enrich a Class code challenge.
Code Challenge 24 – Use Dunder / Special Methods to Enrich a Class
By PyBites Team on 20 June 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! We wrote an article for Dan Bader’s Python blog: Enriching Your Python Classes With Dunder (Magic, Special) Methods. We hope you like it. To put dunders into practice we dedicate this week’s code challenge to it.
Code Challenge 23 – Challenge Estimated Time API – Review
By PyBites Team on 18 June 2017
In this article we review last week’s Challenge Estimated Time API. This was a cool challenge and we implemented it using Github’s awesome platform and API.
Code Challenge 23 – Challenge Estimated Time API
By PyBites Team on 13 June 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we will give you the opportunity to enhance our challenge platform by creating a simple API to track how much time our challenges take (and possibly other metadata).