less than 1 minute read

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 :wink:).

Day 1 - print()

  • sep → Separator
  • end → Ending character
  • flush → Flush buffer
  • file → Output file

Day 2 - len() (coming soon)

Day 3 - open() (coming soon)

Day 4 - dict() (coming soon)

Day 5 - dir() (coming soon)

References

Comments