S.Lott -- Software Architect
  • Other Articles
  • Publications
  • S.Lott Biography

Formatting Strings and the str.format() family of functions -- Python 3.4 Notes

Date Tue 10 November 2015 Tags #python / python essentials

I have to be clear that I am obsessed with the str.format() family of functions. I've happily left the string % operator behind. I recently re-discovered the vars() function.

My current go-to technique for providing debugging information is this:

print( "note: local={local!r}, this={this!r}, that={that!r …
more ...

A Surprising Confusion

Date Tue 21 July 2015 Tags #python / map-reduce / functional python programming / python essentials / hadoop
Well, it was surprising to me.
And it should not have been a surprise.
This is something I need to recognize as a standard confusion. And rewrite some training material to better address this.
The question comes up when SQL hackers move beyond simple queries and canned desktop tools into …
more ...

  • Social

    • Mastodon
    • Github
    • StackOverflow
    • LinkedIn
    • O'Reilly
    • Amazon
  • Categories

    • Architecture & Design
    • Books
    • FOSS
    • Management
    • News
    • Python
    • Technologies
  • Links

    • Pelican
    • Python.org
    • Jinja2
  • Archive

    • November 2015 (1)
    • July 2015 (1)

© 2015 S.Lott · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top