In this article we review last week’s Build a Simple API With Django REST Framework code challenge.
Articles on 100DaysOfDjango
Code Challenge 34 – Build a Simple API With Django REST Framework
By PyBites Team on 29 August 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python programming! We love Django (#100DaysOfDjango) and Web APIs. Django REST framework combines the two. “Now is better than never.” – let’s jump right in and let’s use this week’s code challenge to build a simple API. In this article some ideas what we can build and links to resources to get started. Have fun and don’t forget to share (PR) your work, we can learn a lot from each other. Enjoy!
Code Challenge 33 – Build a Django Tracker, Weather or Review App – Review
By PyBites Team on 28 August 2017
In this article we review last week’s Build a Django Tracker, Weather or Review App code challenge.
Code Challenge 33 – Build a Django Tracker, Weather or Review App
By PyBites Team on 22 August 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python programming. To keep it #100DaysOfDjango, this week we let you get some more practice with this awesome web framework. Last time we had an open Django challenge, for this one we have you choose between 3 specific apps.
Code Challenge 32 – Test a Simple Django App With Selenium – Review
By PyBites Team on 21 August 2017
In this article we review last week’s Test a Simple Django App With Selenium code challenge.
Learning Flask v Learning Django
By Julian Sequeira on 16 August 2017
An article on my experience learning Flask and Django.
Code Challenge 32 – Test a Simple Django App With Selenium
By PyBites Team on 15 August 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python goodness. As anticipated this week we dedicate a challenge to Selenium testing. We think this is a cool skill to add to your web dev + testing repertoire.
A Step by Step Guide to Implementing and Deploying Two-Phase Registration in Django
By Bob Belderbos on 4 August 2017
Two-phase registration, consisting of initial signup followed by a confirmation/activation email is a common piece for any web app. In this article I will guide you through setting this up in Django using the Django-registration plugin and Gmail for messaging. Then I show you how to deploy the app to Heroku.
Code Challenge 29 – Create a Simple Django App – Review
By PyBites Team on 31 July 2017
In this article we review last week’s Create a Simple Django App code challenge. The Django fever continues …
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!