Python Builtins: The Unicode String
Beginner to intermediate Python tutorial covering the string class str, its identifiers (methods and functions) and data model (dunder) identifiers. This tutorial also overviews Object Orientated Programming (OOP) concepts and discusses how data model identifiers map to functions from the builtins module.
0:00:00 Initialisation Signature and Constructor
0:15:53 Identifiers
0:27:55 Data Model Identifiers, builtins and the object Base Class
0:46:38 Case Methods
0:50:35 Boolean Identifiers
0:51:36 Valid Identifier Names
1:02:05 American Standard for Information Interchange
1:20:48 Escape Characters
1:32:50 Formal and Informal String Representation
1:37:43 Raw Strings
1:40:05 The print Function
1:42:05 Formatted Strings
1:53:26 Single VS Double Quotations
1:56:53 Multiline Strings
1:59:40 Data Model Attributes
2:01:04 Immutable Ordered Collection
2:05:03 Iteration, Indexing and Slicing
2:24:39 Center and Justify
2:28:38 Binary Operators
2:34:09 Binary Comparison Operators
2:38:50 Splitting and Joining Strings
2:45:38 Get Attribute
2:50:59 Recap
2:58:20 Bytes Related Identifiers...
Notebook:
https://github.com/PhilipYip1988/python-notebooks#readme
#python #vscode #string