String Formatting in PythonIntroduces string formatting in Python, covering f-strings, precision, alignment, and common formatting types.
Working with StringsCovers the basics of working with strings in C, including reading, copying, comparing, and converting strings, along with examples and quizzes.
String ComparisonExplains the importance of using the equals function for comparing string content.
Python Scripting BasicsCovers Python scripting basics, variable types, arithmetic operations, and running scripts in the terminal.