Skip to content Skip to sidebar Skip to footer
Showing posts with the label Literals

Passing Array To Spark Lit Function

Let's say I have a numpy array a that contains the numbers 1-10: [1 2 3 4 5 6 7 8 9 10] I also … Read more Passing Array To Spark Lit Function

What's The Advantage Of Having Multi-line & Single-line String Literals In Python?

I know the triple quote strings are used as docstrings, but is there a real need to have two string… Read more What's The Advantage Of Having Multi-line & Single-line String Literals In Python?

Printing A Literal Python String In Octal

For reasons unknown I am the consumer of metadata that needs to be displayed in octal format to be … Read more Printing A Literal Python String In Octal