Posts by Rodrigo Damasceno • 61 points
3 posts
-
0
votes2
answers949
viewsQ: How can I use Pip in a python version installed by pyenv?
I installed version 3.6.0rc2 on pyenv and really need pygame in this version. I tried to use sudo pip uninstall pygame and sudo pip install pygame and also tried to sudo pip3 uninstall pygame and…
-
1
votes1
answer2883
viewsQ: How do you make a socket that actually connects to other computers?
I tried to make a Python 3.5.1 socket, but when I went to test it only connects with me. I tried to connect to another computer (from my friend), but it does not connect. Does anyone know how to…
-
4
votes1
answer170
viewsQ: Problems with python code in file i/o
Hello, I’m beginner in python, I’m programming in 3.5.1, I was doing a snippet of code that reads and then removes a line from a file: lista = {} # Essa função lê o arquivo e divide ele em linhas,…