Posts by Lucas Silva • 35 points
2 posts
- 
		0 votes1 answer441 viewsQ: How to get the index comparing two lists of different lengths in Python?I have two different lists in two CSV files. The first list has 47843 items and the second 813331, which is the first multiplied by 17. I want to take the index position in the first, based on the… 
- 
		3 votes1 answer1087 viewsQ: How to add a custom header in AJAX with pure javascript?I am using pure javascript to send an AJAX with the Access_token header with a key inside, because the web-service asks for this request... but it is not going as I would like. I want you to stay…