f strings

Python

F-strings In Python: Everything You Need To Know

Python’s F-strings are incredibly powerful. Knowing how to use them and taking advantage of their formatting options can significantly improve your ability to write logging messages and display information in an understandable manner. In this video, take a deep dive into F-strings and demonstrate some of their uses.

Read More
Python

10 Python Shortcuts You Need To Know

In this video, Tech with Time shows us 10 useful python shortcuts, If you use python a fair amount, then this will definitely be worth your time. Timestamps 00:00 | Overview 01:38 | F Strings 03:35 | Unpacking 06:07 | Multiple Assignment 07:35 | Comprehensions 10:55 | Object Multiplication 11:53 | Ternary Conditions 13:17 | […]

Read More