Questions tagged as 'python-3.x'

0
answers

encode image in python

I need to code an image and save the generated text in a database, then I need to be able to load that saved text, re-encode it to an image and display it in html. Thanks to any help     
asked by 17.09.2018 / 18:29
0
answers

Error in modules

I want to make a module but it does not work and I do not know why. I have two .py3 files in the same folder: function_mates and call_function_mates. In function_mates I have functions that perform operations and it works. In calling_funcion_mat...
asked by 01.09.2018 / 18:37
0
answers

Error in pip (Python3, Linux)

I am learning how to create distributable packages with Python, and created one and now I want to install it on my own PC with linux. Before, I was not allowed to create the setup because I did not have setuptools installed, I installed it and d...
asked by 02.09.2018 / 19:00
0
answers

View the database of my python program remotely

I have a program called art-dent in python linked with sqlite3 that comes as default in python .. this program is installed on my computer .. how do I get my father in another city to see this database? You only need to see it but not modify it...
asked by 12.09.2018 / 03:27
0
answers

Spider error processing url

I am making my first spider, I need to enter a specific category, enter the publications and obtain the required data, but I found the following error that I can not solve. items.py import scrapy class ReporteinmobiliarioItem(scrapy.Ite...
asked by 11.09.2018 / 15:48
0
answers

selenium IDE .side export to python

When using the selenium IDE, it exports me to .side. There is some way to use it in python. ? to test my website.     
asked by 02.09.2018 / 05:21
0
answers

package an application lighter

I'm doing a program in python and I want to package it in an .exe. For this I use the well-known "pyinstaller". It is not the first time that I use it. The problem is that now I want to package the project I'm working on and the final file we...
asked by 02.09.2018 / 04:43
0
answers

Help with Data Clean DATAFRAME

I want to create a function that allows me to split a row / column where it has several words, and transport the word I want to another row / column where there is a Nan. as you can see in the example. I would like to be able to take a descripti...
asked by 30.08.2018 / 21:42
0
answers

Go through loop for nested in Vue.js

I'm starting with Vue.js and I can not find a way to run a nested for loop. I'm using it with Django, and what I'm trying to do is show all the elements (a list) that there is in another list (a list of feeds with their respective urls) This...
asked by 30.08.2018 / 12:01
0
answers

I have a question, it is because I do not know why the server and client do not connect

"Código Servidor" import socket import threading import sys import time def Enviar_mensaje(): print("Has selecionado la opción 1") Mensaje = input("Escribe algo: ") print(Mensaje) primer_socket.send(Mensaje) def Ver_mensaje():...
asked by 01.09.2018 / 05:26