ONLINE Python f-strings for absolute beginners - 213


Details
Based on this google colab notebook https://colab.research.google.com/drive/1BUWHHqIcIPeQRoGtGEaoCDReBBZzNk9G
This event is online only https://youtu.be/JLVEJsVg8xQ
This video is part of a series targeting absolute beginners to Python. Today we are looking at f-strings or format strings. These strings were only introduced in Python 3.6 but have already become the most popular way of formatting text. They are fast and easy to use.
We will use Google's Colab environment which means Python doesn't even need to be installed on your computer. You will need a Google account, but that is free.
There is a slackspace for sharing data and chatting during the streaming event at beginnerspython.slack.com - please email skypyprojectatgmaildotcom for an invitation to join the space.

ONLINE Python f-strings for absolute beginners - 213