Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: combining flask webserver and another applicaiton
Post: RE: combining flask webserver and another applicai...

hard to say without seeing any code or structure.. but i belive you need to make it as a threaded app with some background tasks
experimental Web Scraping & Web Development 3 2,229 May-10-2020, 09:34 PM
    Thread: how to pass javascript variables to url_for function in a flask template
Post: RE: how to pass javascript variables to url_for fu...

solved...
experimental Web Scraping & Web Development 5 6,293 May-09-2020, 04:56 PM
    Thread: Python to interact with the Linux Command Line - Centos/RHEL
Post: RE: Python to interact with the Linux Command Line...

dont know if i understand well, but it should be possible making a website interface - just as a wrapper (similarly like a gui interface) around the cli. you can make a website with a menu option for...
experimental Web Scraping & Web Development 2 2,160 May-09-2020, 04:52 PM
    Thread: how to pass javascript variables to url_for function in a flask template
Post: RE: how to pass javascript variables to url_for fu...

nobody knows...
experimental Web Scraping & Web Development 5 6,293 May-05-2020, 10:35 PM
    Thread: [FLASK] How to structure the code in my case ?
Post: RE: [FLASK] How to structure the code in my case ?

this is up to you, what i would do is that i would just add a new file scrapping.py and write the code there. after that, you can just import the clases/functions from this module to the routes.py if...
experimental Web Scraping & Web Development 4 2,600 May-03-2020, 05:03 PM
    Thread: how to pass javascript variables to url_for function in a flask template
Post: RE: how to pass javascript variables to url_for fu...

This is actually what i wrote in my previous question. I am creating an online player and here I have a search box which returns songs from a databases that matches the search string searched https://...
experimental Web Scraping & Web Development 5 6,293 May-02-2020, 08:13 PM
    Thread: how to pass javascript variables to url_for function in a flask template
Post: how to pass javascript variables to url_for functi...

i need to dynamically generate parameters for url after clicking on <a href> link. having jinja code like this: {% for i in data %} <a href='{{url_for("play", artist="???", album="???", ti...
experimental Web Scraping & Web Development 5 6,293 May-02-2020, 08:16 AM
    Thread: how to create dynamic arguments to be passed in jinja template in url_for function?
Post: how to create dynamic arguments to be passed in ji...

I am creating an online player and here I have a search box which returns songs from a databases that matches the search string searched https://prnt.sc/s9avwl . Each line is clickable and each contai...
experimental Web Scraping & Web Development 1 2,742 May-01-2020, 05:21 PM
    Thread: run watchdog in flask app with uwsgi
Post: run watchdog in flask app with uwsgi

Does anybody have experience in running flask app monitoring filesystem changes? I have something written andit works fine when i run on a development server but when i put gunicorn or uswgi into the...
experimental Web Scraping & Web Development 0 2,873 Apr-25-2020, 09:44 PM
    Thread: online audio streaming
Post: online audio streaming

does anybody has experence with streaming in flask? i am trying to build an online radio using python but have some issues with it. i described the problem in this post https://stackoverflow.com/quest...
experimental Networking 0 1,872 Dec-18-2019, 07:59 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020