Python: Uncovering the Overlooked Core Functionalities

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Some examples to demonstrate async principles and co-routines.

  • This is the basis of most older async frameworks (see: Tornado, Twisted). A while ago I put together a short talk on how to go from this feature -> a very basic version of Twisted's @inline_callback decorator.

    https://github.com/ltavag/async_presentation/tree/master

  • CPython

    The Python programming language

  • > In my mind this is a holdover from when Python was much more procedural/C-like

    That never existed.

    The earliest commits are spotty and incomplete, but e.g. the first commit in which I can find the len() builtin (https://github.com/python/cpython/commit/c636014c430620325f8...) also has calls to file.read and list.append, and the first python-level methods are created just a few commits later (https://github.com/python/cpython/commit/336f2816cd3599b0347...).

    This was years before magic methods were even added (https://github.com/python/cpython/commit/04691fc1c1bb737c0db...).

    So no, it's not a "holdover from" anything.

  • 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
  • PyFunctional

    Python library for creating data pipelines with chain functional programming

  • If you actually think this code is better there's a real library that does this: https://github.com/EntilZha/PyFunctional.

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