Posts by Jonatan Santos • 103 points
3 posts
-
3
votes1
answer3343
viewsQ: Login to site with POST request in python?
I would like to log in to this site http://www.ciee.org.br/portal/LOGIN.ASP where your form: <form name="frmLogin" method="post" action="validalogin.asp" > <span>Login:</span>…
-
0
votes2
answers1332
viewsA: Router door won’t open!
1) This is probably because of your internet provider, you can communicate them to know what you need to do to open the ports or use another computer port. 2) You can use an Open Port VPN - When…
apacheanswered Jonatan Santos 103 -
7
votes2
answers4736
viewsQ: How to print text in the same line in Python
list = open("list.txt", "w") list = list.readlines() for i in list: print i I would like to Print the value of i in the same line, without going down. Type replacing the current word.…
pythonasked Jonatan Santos 103