You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Formatted string literals, or f-strings, were a new feature introduced in Python 3.7, and according to several articles, like this one, they are over 3x faster than using the str format method.
The contributing guidelines for this project state that the use of f-strings is "encouraged", and it is an easy fix to go back and change all occurrences of str format to f-strings.
I would be happy to make the update myself. I will submit a pull request as soon as I implement the changes.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our Gitter or ping one of the reviewers. Thank you for your contributions!
Formatted string literals, or f-strings, were a new feature introduced in Python 3.7, and according to several articles, like this one, they are over 3x faster than using the str format method.
The contributing guidelines for this project state that the use of f-strings is "encouraged", and it is an easy fix to go back and change all occurrences of str format to f-strings.
I would be happy to make the update myself. I will submit a pull request as soon as I implement the changes.
The text was updated successfully, but these errors were encountered: