Skip to content

Tag: web-applications

Inheriting name of category in Flask

I am working on budget app in Flask. Homepage give you ability to create names of Budgets and then names are transformed to links href which transfer you to another page with budget details. I want heading from /add_budget page to be inherit from budget name defined by user and it works fine until I add secon…

Trouble running a Python script through VB

The objective is to receive an image path and pass that to a Python program as an argument, then receive the results. This is done through a web app using VB (on the IIS server) and it works perfectly except when I import the python module OpenCV (imported in Python as cv2, more specifically). What’s ev…