It is possible to make that when the user types in a "raw_input" instead of showing what he writes (ej: "hola") only shows a sign (ej: "****") , as if it were a key. Is it possible to do it with Py2.7? If 3.7 is required and...
import numpy as np
import cv2
import time
# Cargamos el vídeo
camara = cv2.VideoCapture(0)
# Inicializamos el primer frame a vacío.
# Nos servirá para obtener el fondo
fondo = None
# Recorremos todos los frames
while True:
# Obtenemos el frame...
There is a problem when starting the function, could you help me?
from Tkinter import *
from tkFileDialog import *
import getpass
import os
usuario = getpass.getuser()
ventana = Frame(height=400,width=400,background="black")
ventana.pac...
I would like to know why I'm launching a server error (500).
I need to make or import some other type of library or module to run my request ajax ?
$("#email").change(function(){
$.ajax({
data : { "ema...
Hello, I have started a project with a bot for telegram which should be developed with Python and should make queries to MySQL but the vdd I am not aware of the subject but I would like to know if there is a way to do it?
I have knowledge in...