Questions tagged as 'python-requests'

1
answer

Platform for creating online courses Python and Django

I'm setting up an online course building platform, and I'm using Python and Django. I would like to know if there are already Django libraries for this purpose. One example I'm using is the Taggit library that exists to assist in creating forums...
asked by 01.06.2017 / 20:27
1
answer

How do I see how much the function returns Python

I made a script that returns me the names of online players of a given game Only I wanted to put the amount. How would this structure for quantity return be? I have already tried to create a list and with it use the len plus error function. im...
asked by 23.01.2018 / 20:37
1
answer

Paste element using json python

I am using the following code to try to get what is written inside definition , located in list import requests import json word = "salut" page = requests.get("http://api.urbandictionary.com/v0/define?term=" + word) gotcha = page....
asked by 10.01.2018 / 22:36
1
answer

: Python3 Tkinter Requests: Temporary locking in get ('url') with the requests!

This is the following I created a script to 'decrypt' md5 hash, but when I enter Entry 21232f297a57a5a743894a0e4a801fc3 that is admin and is contained in wordlist, it hangs every time it reaches the b=get(f'url').content.decode(...
asked by 25.10.2018 / 15:18
1
answer

How could I reduce this code?

def hello_quantum(string): """ hello_quantum: cad. caracteres --> lógico funcao permite jogar o jogo praticamente, permite o uso das portas para manipular o tabuleiro com o objetivo de igualar o tabuleiro inicial ao tabuleiro i...
asked by 06.12.2018 / 18:07
1
answer

Error "expected an indented block" in my Phyton Calculator [closed]

I have searched for hours to try to find an error in my codes and I did not get anything! Please help me! [][] 2 [] 3     
asked by 01.08.2017 / 16:45