Python Forum
Git clone all of a Github user's public repositories (download all repositories)
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Git clone all of a Github user's public repositories (download all repositories)
#28
what seems, to me, to be happening with f-strings is that the compile phase is breaking it down to code (ultimately to byte code, if not directly) that builds the result string, which can then be used as a string value such as an assignment, a function/method argument, a dictionary lookup, or for an operator that can take a string. IoW, it results in a string that is formatted efficiently. i do wish there was a str method to do this at run time, though that would not be as efficient unless it can generate and cache byte code like a JiT system.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
RE: Git clone all of a Github user's public repositories (download all repositories) - by Skaperen - Jul-20-2019, 07:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pong clone with classes OhNoSegFaultAgain 1 3,935 May-11-2019, 07:44 PM
Last Post: keames

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020