I currently have a for loop which is finding and storing combinations in a list. The possible combinations are very large and I need to be able to access the combos. can I use an empty relational db like SQLite to store my list on a disk instead of using list = []? Essentially what I am asking is whether
Tag: ram
Query destination account to which a VPC is shared in AWS
In AWS, I have a centralized networking account that defines all the VPCs and subnets. And each VPC is shared with target accounts using Resource Access Manager (RAM). Given an IP, need to find out the target account ID with which the VPC/subnet has been shared with. Here is what I have done so far: In the code below, vpc
The find_elements () function in Selenium consumes a lot of RAM
Description of the situation: It is a script that scrolls in a frame in order to extract the information. The list length of about 30 items, when scrolling, no new items are added <li> </li>, only updated. The structure of the DOM does not increase. Explaining the problem: When the script scrolls, it must extract all the elements of the