Posts by I Need Coffe • 21 points
3 posts
-
1
votes3
answers74
viewsQ: Picking numbers from a string - python
How could I get just the digits of that string? <SCANNER A7899739503929> I’ve tried using the findall, but unsuccessfully it returns me several separate numbers: import re txt =…
-
-1
votes1
answer37
viewsQ: How to find a certain value in a line that contains a keyword - python
How could I find a value on a given line that contains a keyword Example (This is the Mirror file) COTIA CENTRO EXTRACT 05978754 ITEM 1 ITEM 2 ITEM 3 MRO: 082545444 I would like to know how to find…
pythonasked I Need Coffe 21 -
1
votes0
answers20
viewsQ: Send Password Parameters to execute a command Via Paramiko - Python
Good afternoon, I am with a project that copies a file from a server and plays it in a directory mapped to collect information from the file , but when connecting and executing the command to copy ,…