Posts by fpparpineli • 86 points
3 posts
-
0
votes2
answers1910
viewsA: I’m having trouble installing virtualenv through Pip install
Miguel, good night. First, make sure your Pip is up to date, if you’re not trying to update it, try updating by this command: python -m pip install --upgrade pip if you still can’t perform the…
-
0
votes1
answer63
viewsA: Algorithm repeating data from last append
Good night Raul, all good? It’s actually quite simple to sort it out. In the part of your script when you perform 'People.append(Person)' you need to insert a function . copy(). I re-did your code…
-
7
votes2
answers168
viewsA: Python 3: How to understand this string
Good afternoon Francisco, all good? Francis, about the ':6.2f' is the following: This corresponds to an output formatting in Python called Formatted Literal Strings or f-strings, as they are also…