Pythoneers here, what are some of the best python tricks you guys use when progrmming with python

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • icecream

    🍦 Never use print() to debug again.

  • Icecream is great for this. Just calling ic(foo) gives you the same thing on stderr.

  • hissp

    It's Python with a Lissp.

  • Hissp is really cool for metaprogramming Python. There's also macropy, but it's harder to use.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • xonsh

    :shell: Python-powered, cross-platform, Unix-gazing shell.

  • Xonsh. It's like having your shell extended with Python. One-liners are a lot like normal shell, but for anything complicated, Bash is not really a sane language.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts