Python Tutorials - “%s %d“ % (“string_formatting_in_Python“, 3)

This video is the first of a series of string formatting in Python, specifically Python 3. We will start with C-style string formatting, which is the most difficult for new_comers. %s, .3f, %d are just some of the operators you will encounter when using this type of formatting. We will thoroughly go through each operator in this video. C style string formatting Python ---------------------------------------------------------------------------------------------------------- Just created a facebook page: Here is my reddit account for sharing links: Here is my twitter account for programming: Here is my github account:
Back to Top