Posts by Ronan Paixão • 171 points
2 posts
-
6
votes2
answers141
viewsA: How to bulk assign variables in Python?
The concept you refer to is called unpacking. You can use a simple a, b, c = 1, 2, 3 Note that such a concept also serves to perform the unpacking of several different sequence types, be it tuples…
pythonanswered Ronan Paixão 171 -
1
votes1
answer1342
viewsA: Page request on localhost takes 20 seconds to open
Are you using Windows? If you are, make sure your server is serving connections only via Ipv4. If you are, it’s possible this is your problem. What is happening is that Windows by default directs…
phpanswered Ronan Paixão 171