Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

formatting-floats-f-strings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

How to Format Floats Within F-Strings in Python

These materials are for use with the Real Python tutorial How to Format Floats Within F-Strings in Python

The code plus exercise solutions are all presented inside the Code_and_Solutions.ipynb Jupyter Notebook.

To view the file, you will need to install either Jupyter Notebook or JupyterLab.

Note: Some minor differences exist between the code presented in the tutorial and those in the Jupyter Notebook. This is necessary to align the output of the notebook with those in the standard Python REPL used to produce the tutorial.

You should also run Python 3.12 or later.