Posts by Michael Mattos • 19 points
5 posts
-
0
votes0
answers41
viewsQ: Play one song at a time on an HTML5 Audio TAG that is dynamically created with the same ID
Good morning! I have a question regarding to be working with audio in a Web application, I have an App made in Python using Flask that sweeps a certain directory that has several MP3, so I create…
-
0
votes1
answer33
viewsQ: I cannot run an audio player using Flask with Python3.7
Good afternoon! I’m trying to perform a seemingly simple task, which is to run an audio player on an HTML page using an app made in Flask, but I can’t get the player to load the audio. PYTHON APP: #…
-
0
votes2
answers132
viewsA: Inherit boot modules and variables in a Python script for another Python script with Gtk3
Good night, you guys! I believe I have arrived at a functional model to solve my problem, I only wanted to orientate you if I am on the right track. The modifications I made was that instead of…
-
0
votes2
answers132
viewsQ: Inherit boot modules and variables in a Python script for another Python script with Gtk3
Good night! I am working with Gtk3 and Python3 and am structuring my project to build an ERP for GNU/LINUX platform. I’m using Glade to build the GUI and using Gtk Builder to manipulate the GUI…
-
0
votes1
answer3100
viewsQ: How to check if part of a string is contained in a Python list?
I am writing a Python3 script, in order to place a filter to prevent the user from passing a string containing an offensive or improper word. So I created a list containing the words I want to put…
python-3.xasked Michael Mattos 19