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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. icecream

    🍦 Never use print() to debug again.

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

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. hissp

    It's Python with a Lissp.

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

  4. xonsh

    :shell: Python-powered shell. Full-featured and cross-platform.

    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

  • Hissp

    2 projects | news.ycombinator.com | 17 Dec 2023
  • What is the point of the if __name__ == "__main__":, i.e. why use a file as both script and module?

    2 projects | /r/learnpython | 26 Jun 2023
  • 2 line tic tac toe

    1 project | /r/Python | 11 May 2023
  • What's the most hilarious use of operator overloading you've seen?

    7 projects | /r/cpp | 6 May 2023
  • Lush – Lisp-like language for deep learning designed by Yann LeCun

    2 projects | news.ycombinator.com | 23 Feb 2023

Did you know that Python is
the 2nd most popular programming language
based on number of references?