• Home
  • Weblog
  • Projects
  • Links
  • About

f–strings in Python 3

August 19, 2017 python – python3 – pep498 – strings

I came across a negligible but convenient new string formatting feature introduced within PEP 498 (Literal String Interpolation) in Python 3.6. Essentially, it is a way of string formatting that lets you use embedded expressions that are evaluated at run time inside string constants. Here is what the official ...

Read more...
  • Social

    • GitHub
    • Keybase
  • Links

    • RSS (Blog)
    • RSS (Links)
    • Language Learning Toolkit
    • Batyr
  • GitHub

    Status updating...


© 2017 Markus Beuckelmann · Standing on the shoulders of giants: Pelican & Bootstrap (Theme based on pelican-bootstrap3) · Impressum

Back to top