5 Days With Python Built-ins
I’m picking up 5 Python built-ins, and I’ll invest few minutes per day per each of them. As a starter, the built-ins chosen are the ones I use the most on a daily basis. Am I going to find out the potential usage of these I had no idea about?
Note: This is the index for the separate sub-parts. I found it a bit more uncluttered versus having the whole content on a single page.
The goal of these small posts is not to go to the very detail, but rather uncover the functionality that’s
not that regularly used (understand - by me ).
Day 1 - print()
-
sep
→ Separator -
end
→ Ending character -
flush
→ Flush buffer -
file
→ Output file
Comments