Posts by Henrique • 29 points
3 posts
-
1
votes1
answer30
viewsQ: Replace word set in Excel
I have an Excel spreadsheet with some columns, for example: Fruta | Veículo | Profissões -------------------------- Banana Carro Médico Pera Moto Programador Maça Barco Engenheiro Morango Avião…
-
0
votes0
answers20
viewsQ: Error connecting to a DB in Python
I’m having trouble connecting to a database by a script I developed in Python. It’s probably some logic error involving the variables I couldn’t decipher and I wish someone could help me. This is a…
-
-1
votes2
answers260
viewsQ: Algorithm that creates a Python queue
Hello, I would like to create an algorithm but I don’t know much how to start it... It would be to write a program to create a queue, represented by a list, and present to the user the options to…