Posts by Jordan Garcia • 35 points
5 posts
-
0
votes0
answers193
viewsQ: How do I move a file to a folder that the code itself created? (python)
Good afternoon, you guys. I wrote a program so that after the user has entered a name, a folder with this name will be created and then a file (from another folder) will be moved to it. The folder…
pythonasked Jordan Garcia 35 -
2
votes1
answer46
viewsQ: Difficulty removing Child, Python
Good morning friends. I’m having trouble removing a Child. I wrote a code to collect all the prices of the products of a site (this is a list of products, not a page for each one). As for this…
pythonasked Jordan Garcia 35 -
-2
votes1
answer276
viewsQ: Write multiple csv files in Python
Hello! My question is the following: I wrote a program that, with the information I enter, it will collect a number of links (that number varies) and will store them in a csv. Then he will open each…
-
0
votes0
answers118
viewsQ: Problem collecting links from a website
Dear friends, good morning! I am writing a program in Python to collect the links of a website. The part of the code that collects the links is: links = driver.find_elements_by_xpath('//*[@href]')…
-
1
votes1
answer849
viewsQ: How to "clean" a csv file with Python?
Hello! I’m extremely new to programming, so I apologize if I can’t explain what I’m trying to do or if my code is really wrong. I have a recurring task in my job which is to open a list of…