I'm trying write a parser to crawl, but something is going wrong, can help me whats wrong? I linked spider with items.py import scrapy from dyplom.items import
I am looking for a regex to enforce a valid git branch naming convention. Rules are A branch name can only be main, master, development A branch name can start
I need to be able to show a line of text if the total value of an invoice is less than 5,000. I tried the below code but am getting an error: <#if transactio
I have a zip file with contains multiple text files. I need to import it into a Postgres database. Watched some YouTube videos, read articles about it. It didn'
Is there any way to do this? I'm trying to send a GET request to a website, but I want to customize my UserAgent. Is there any way to do this in pure HTML and J
Here is my code: import time secret_word = 'secret' or 'Secret' y = 'yes' n = 'no' def try_again(): input("Try again: ") if input(secret_word):
Javascript creates a table for me. Cells contain the data name [0] [ean]. Because I have a button that adds more cells, the value changes [0], [3], [2] --- PHP