Questions tagged as 'python'

0
answers

How to add jitter in a pairplot?

I'm creating a pairplot chart using the Python Seaborn library, but many points overlap and I can not give the actual volume to that particular point in the chart. How do I add Jitter in a pairplot chart? import pandas as pd import seaborn a...
asked by 01.11.2018 / 21:18
0
answers

Send multiple parameters in Scrapy formdata

Hello, I'm using Scrapy to automate a "query" process on a website. After logging into a site, using FormRequest , I need to make a new request to send several process numbers to the site. I'm currently doing this: d...
asked by 15.10.2018 / 14:24
0
answers

Python Tornado dynamic html

(en) I am doing some test in python with tornado, I am trying to pass some code to html from python, follow th code: (en) I'm doing some tests in Python with the library become, I'm trying to pass part of the HTML code by the python code, fol...
asked by 13.10.2018 / 04:34
0
answers

Calling HTML snippet in JavaScript

I'm using Django FrameWork for an application that searches videos on youtube. But there is an excerpt from JS, which calls an html where you "embed" the searched video. And I'm not sure how to create this route in Django. JS looking for the...
asked by 16.10.2018 / 01:08
2
answers

Importing modules with Python

How can I make import libraries, for example, I was searching and found Babel to do internationalization of dates, but I do not know how to import this library?     
asked by 07.08.2015 / 02:43
0
answers

Search with GET not working

To make a system that looks for items in the system's internal database, and in API's like Youtube. The search should return videos (youtube) and data (internal database). The Youtube API is in JavaScript, and when I click Search, it only return...
asked by 22.10.2018 / 18:59
0
answers

Problem in python pyAudio

I'm creating a virtual wizard in Python, pro school project, I do not handle Python very much, and always the error in pyAudio, where I've already tried to solve and found nothing, the error is these: ModuleNotFoundError: No module named 'py...
asked by 22.10.2018 / 18:10
0
answers

Problem To open multiple links with selenium in python

I have a list of addresses, where I need to click on each element in the list, then click the access button on the screen, but I'm only able to click on the first element ... Follow my code and page code, if you can help me, I've been there f...
asked by 16.10.2018 / 22:30
1
answer

Reading XML and Printing Data in Word or PDF with Python

Good evening, gentlemen. I would like to ask the help of university students to read this XML file below and print the values in Word or PDF. <?xml version="1.0" encoding="UTF-8"?> -<profiles xsi:noNamespaceSchemaLocation="sche...
asked by 10.10.2018 / 21:49
1
answer

Python - problem with PIP (or with modules)

I'm developing a program that is equal to the direct evil of word, however, which also allows naming each file in the folder. I installed Python 3.7 on my PC (Windows 7) and in order to develop the program I needed to use the module " python-...
asked by 17.10.2018 / 16:25