Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Articles on Django
Code Challenge 34 – Build a Simple API With Django REST Framework – Review
By PyBites Team on 8 September 2017
In this article we review last week’s Build a Simple API With Django REST Framework code challenge.
Twitter digest 2017 week 35
By PyBites Team on 3 September 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
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.
Twitter digest 2017 week 33
By PyBites Team on 20 August 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
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.