In this article we review last week’s Create a Simple Django App code challenge. The Django fever continues …
Articles on Code Challenges
Code Challenge 29 – Create a Simple Django App
By PyBites Team on 25 July 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! We are 2 weeks into learning Django (our second 100 Days project) so we thought it’s about time to dedicate a code challenge to it. So this week is all about coding (and deploying) a Django app. Have fun!
Code Challenge 28 – Integrate a Bokeh Chart Into Flask – Review
By PyBites Team on 24 July 2017
In this article we review last week’s Integrate a Bokeh Chart Into Flask code challenge. We got some really nice submissions to share …
Code Challenge 28 – Integrate a Bokeh Chart Into Flask
By Michael Herman on 18 July 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! We are delighted to have Michael Herman (Real Python) deliver this week’s challenge. Prepare to learn some useful new skills and above all have fun!
Code Challenge 27 – PRAW: The Python Reddit API Wrapper – Review
By PyBites Team on 18 July 2017
In this article we review last week’s PRAW: The Python Reddit API Wrapper code challenge.
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.