Posts by DaniloAlbergardi • 347 points
21 posts
-
2
votes2
answers867
viewsQ: Replace string with regex in python 3
I have a code that replaces certain string with whitespace dados =…
-
2
votes1
answer612
viewsQ: Pass PHP variable to Python longer than 14 characters
Problem passing Python variable to PHP over 14 characters PHP code $p = 123456789101112 $pyscript = 'C:\\Users\\python\\teste.py'; $python = 'C:\\Python34\\python.exe'; $run = shell_exec("$python…
-
1
votes4
answers1960
viewsQ: Back position in data JSON format or list with Python
I am working with data similar to the structure below: {"Id":1, "Data_inscricao":"2017-01-01", "Texto":"Loremipsum", "Numeracao":26, "Tempo":"25s"}, {"Id":3, "Data_inscricao":"2010-05-02",…
-
3
votes2
answers23455
viewsQ: Get Data in the JSON structure with python
I want to access certain information in the JSON code below, with python: { "informacao1": valor_informação1, "informacao2": "{ dado=informação_dado }" print(arquivojson.get("informacao1")) The…
-
1
votes1
answer788
viewsQ: How to collect text when there is no HTML reference class - Crawler Python
I have the following situation below: I want to collect "Text to Crawler" that is below, as I will navigate there without class or id? <td>Texto para crawler</td>…
-
1
votes1
answer1359
viewsQ: How to pick up text, in CSS element receiving 2 class
I need to collect text from an angular system, where the element receives 2 CSS classes <div class="title ng-scope">80</div> I tested several ways to capture the text, but it does not…
-
1
votes1
answer518
viewsQ: Compare dates in an array?
In the date variable, you are receiving several dates in string as array, want to bring the smallest cont = 0 menor_data = datetime.strptime('31/12/2300', '%d/%m/%Y') while cont < len(datas):…
-
1
votes1
answer979
viewsQ: Sending POST with Python via Curl
I want to turn the form (which is working) into a URL to run in the backend <form action="/users/login?ssrc=head&returnurl=https%3a%2f%2fpt.stackoverflow.com%2f" method="post"> <input…
-
0
votes1
answer126
viewsA: Install Curl Python library 3.4.4
Download pycurl-7.19.5.1.Win32-py3.4 Extract into the folder and run cmd Pip install pycurlpycurl-7.19.5.1.Win32-py3.4…
-
0
votes1
answer126
viewsQ: Install Curl Python library 3.4.4
Someone has a . zip link to install the "import pycurl" Use Windows and Python 3.4.4
-
0
votes1
answer777
viewsA: Install Mysql to use with Python
You need to install the library version Pymysql on the python terminal
-
0
votes1
answer777
viewsQ: Install Mysql to use with Python
I’m first in python and I want to know how to install mysql to store terminal information. I use wamp/mysql to develop in php, is it possible to make some relationship between them? (use wamp mysql…
-
-1
votes1
answer934
viewsQ: Pass select value to javascript
when the user chooses a certain option in select, another select will appear, ie if marital status is married the spouse will appear. I need the value of select to pass to a variable, this variable…
-
1
votes1
answer229
viewsQ: Error starting Android Studio
After installing Android Studio, when opening (for the first time) you choose the theme and the following screen appears: If I from 'Retry' does nothing, if I from Cancel appears the following…
-
2
votes2
answers196
viewsQ: Download Genymotion Plugin to Eclipse
Guys, I can not install the Genymotion plugin in my Eclipse, it does not appear to make the download option, please help me]1…
-
1
votes1
answer281
viewsQ: Starting SQL Server 2008 express R2
Guys, I have a problem: I formatted my computer and I can’t start SQL Server 2008 Express R2. When I click on the icon to initialize the following message appears: Microsoft SQL Server Management…
-
1
votes1
answer148
viewsQ: How to access Maps in Genymotion
To use maps in Genymotion, do I need to create an account in the play store? When I access the "Play Store" app…
-
1
votes2
answers81
viewsQ: App with Maps
How do I use maps in the app? Is it through certificate generated on my pc that then validates on the web? I can make application of this genre in the eclipse?
-
2
votes3
answers200
viewsQ: Eclipse Project starts with error
When I create a project and the appcompat_v7 is closed the project gets error, but if it is open has no problem, it is normal for projects to depend on the appcompat_v7?…
-
0
votes1
answer4002
viewsQ: Textview allowing only numbers
I want my TextView only accepted as input numbers, but the line android:numeric="decimal" does not effect, it still allows me to type letters.
-
2
votes3
answers124
viewsQ: Differences xml lines Android (Eclipse)
Guys, in the course I do Android he works on the platform Eclipse(Old version) and I in the latest version, when the teacher uses the command: android.id in it’s all right, but if I type this line…