Re: [Tutor] Issues converting a script to a functioin (or something)

2016-05-01 Thread Sreenathan Nair
On Sun, May 01, 2016 at 5:34 PM, Olaoluwa Thomas < thomasolaol...@gmail.com [thomasolaol...@gmail.com] > wrote: The novice Python programmer is back. I'm trying to incorporate a function and its call in the GrossPay.py script that Alan solved for me. It computes total pay based on two inputs, no

[Tutor] Django REST API Question

2017-03-14 Thread Sreenathan Nair
Hi, I am trying to setup a django REST based service, following is my setup: MySQL DB Table (Inventory) contents is retrieved by a Django REST API query and finally passed as a list of dictionaries to a python code which will then implement some business logic based on this list. The working requ