Skip to main content

Include the variable name in print statements

Project description

Smart print

Save a few seconds with every print statement

  • Everytime you want to print something, you lose a few seconds to type in the name of the variable being printed
  • Worse still, your IDE helps you autocomplete long variable names but does not complete in the comments

Enter smart print:

from smartprint import smartprint as sprint

a = 25
sprint (a)

Output:

a : 25

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smartprint-0.0.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

smartprint-0.0.3-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page