So, you’re a Python developer or you just use Python to make your life easier by writing utility scripts to automate repetitive tasks and boost your productivity.Such Python scripts are usually local to your machine, run from the command line and require some Python skills to use including for instance setting up a virtual environment… Continue reading How to convert a Python script into a web app, a product others can use
Articles on DRF
Building a Stadia Tracker Site Using Django
By Ryan Cheley on 25 April 2020
Building my first Django Site and learning so much more than 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.
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!