I need to be able to drag and then release the buttons to the white box.
Or would you recommend using IronPython with XAMP?
I accept suggestions, books, videos. Thanks
Friends I need help with this code where I can be wrong?
always tells me that the older cousin is in positions 0:
'' 'Read 10 integers, store them in a list and determine in what positions of the list is the greatest number read first' ''
t...
This is what it says:
IDLE subprocess didnt make connection.
Either IDLE cant start a subprocess or personal firewall software is blocking the connection.
Ps: I already tried the firewall
I have 2 classes one inherits from it to calculate the perimeter and surface of a figure, the problem is that the function of the special str method does not return all the methods correctly
class Figura(object):
def __init__(self,nombre):...
I'm totally new to C and I need to send it to call a .txt and identify where a For is found, once that is identified for converting it into a python language
example: My txt will have the following:
#include <stdio.h>
int main()
{...
My doubt is in the time that my application is delayed at the moment I want to generate a PDF report, with python and reportlab. while they are up to 20 pages the application does not take long, in just seconds it generates the report in PDF, bu...
As I can put {% csrf_token %} to the forms that I generate in the Django admin, I have this problem about these forms and I do not know how to edit them because I have consulted and the solution is to put {% csrf_token %} in the fo...
I have a tuple that contains lists as elements, and each list contains a tuple.
How could I access the individual value of each dictionary element?
The structure would be something like this:
mitupla[
({"Francia": "Paris", "Habitantes":...
I need to make a python program that by a date, specifically on February 19, 2020. get what day of the week will fall, it is important that it is through the use of the class calendar, thanks to antemeno.
I am designing a program in python to calculate the sum from n to m of i, and for this I am using "for x in range (n, m)".
print("Este programa calcula la sumatoria desde n hasta m de i.\n\nA
continuación ingrese los límites:")
print("")
n =...