About 16,500,000 results
Open links in new tab
  1. r/all - Reddit

    Today's top content from hundreds of thousands of Reddit communities.

  2. String formatting: % vs. .format vs. f-string literal

    f-strings are cute, and remind me of Ruby syntax. But they don't seem to have a lot of advantages, and, as you've said, they unnecessarily break compatibility with Python < 3.6

  3. megathread/movies_and_tv - Piracy - Reddit

    r/Piracy: ⚓ A community devoted to in-depth debate on topics concerning digital piracy, ethical problems, and legal advancements.

  4. python - What is print (f"...") - Stack Overflow

    Jul 22, 2019 · A formatted string literal or f-string is a string literal that is prefixed with f or F. These strings may contain replacement fields, which are expressions delimited by curly braces {}. While …

  5. Path of Exile - Reddit

    Discussion about Path of Exile, a free ARPG made by Grinding Gear Games

  6. Fixed digits after decimal with f-strings - Stack Overflow

    Is there an easy way with Python f-strings to fix the number of digits after the decimal point? (Specifically f-strings, not other string formatting options like .format or %) For example, let's s...

  7. Reddit - Dive into anything

    Reddit is a network of communities where people can dive into their interests, hobbies and passions. There's a community for whatever you're interested in on Reddit.

  8. windows - What is %f in the for loop command? - Stack Overflow

    for %f in (*.doc *.txt) do type %f In the preceding example, each file that has the .doc or .txt extension in the current directory is substituted for the %f variable until the contents of every file are displayed. To …

  9. r/GamingLeaksAndRumours | Central hub for ALL gaming leaks

    r/GamingLeaksAndRumours: The biggest subreddit for leaks and rumours in the gaming community, for all games across all systems.

  10. How to indent/format a selection of code in Visual Studio Code?

    I read How do you format code in Visual Studio Code? that gives shortcuts to indent the whole code, but it doesn't work when selecting a specific section of code. I tried Ctrl + Shift + F after selecting some …