At the time of adding another list does not let me run it, I can not save the weight and height in LIST, as I do to save them, or as I would to save them elsewhere but.
# -*- coding: utf-8 -*-
import os
animal = []
lista = []
zoologico = {...
Hello in advance I want to know how to invert a string to check that it is palindrome. Greetings. it occurred to me to do a for cycle and then each iteration to insert it in a list
here are my codes for forms.py
________________________
from django import forms
from .models import Account
class Usuario(forms.ModelForm):
password=forms.PasswordInput()
class Meta:
model=Account
fields=( 'email','u...
I have problems with Scrapy, for some reason when I run the project does not find my spider, but as much as I look at the code I can not find why. I had already used a similar code in another version of the code and found the spider.
I leave...
To obtain certain statistics of a route, it is requested to realize a program that given a distance, deliver the speed in kilometers per hour and in meters per second. For this, there are two time and distance variables that come in seconds and...
I am learning about augmented reality and I am applying it in a project.
For this I consult if it is possible to make use of augmented reality in Django.
I need to transmit real-time data from a variable x of a PLC via the Web, it is the best option to create a websocket, is there any Python library that allows me to help create something like this?
Hi, I would like to know how I can clean my canvas after having shown an image, place a name function to erase to be able to clean the image that was shown and to be able to select a new one and it will be displayed on the canvas. If someone can...
I need help with the creation of a bootstrap4 carousel in django.
The images of the carusel are loaded from the database, and the slider should be growing, showing the new images as well.
Do I need to add a counter in the ol to assign the...