Python compiler written in Python to make standalone executables

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Nuitka

    Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

  • For reference, the page with the plugins' documentation is not a very top search result, so I'll include it here:

    https://github.com/Nuitka/Nuitka/blob/develop/Standard-Plugi...

    The list of plugins is:

    dill-compat Required by the dill module

  • notebook

    my ipython notebook for upcoming development (by samsquire)

  • I want Thread to run in parallel.

    I've tried multiprocessing but I found it buggy for my use case.

    I tried to create a worker queue and submit items to worker threads with JoinableQueue but eventually the system deadlocks and no progress is made. I'm not sure what the problem is. It never finishes.

    It's a sentence correlator using multiprocessing - it generates correlations of words in your sentences.

    https://github.com/samsquire/notebook/blob/master/sentence-c...

  • 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
  • JuliaWebAPI.jl

    Julia package for deploying APIs

  • Julia just isn't a replacement for Python yet. Recently did a deep dive researching various capabilities that would make Julia at least useful as a microservice/RPC target for a more I/O heavy language like Python. gRPC support is really poor. There's some OpenAPI/Swagger tooling, but it's not great. Likewise for ZeroRPC. The best candidate is probably the WebApi library [0] but even then, it does not inspire a ton of confidence for production. From cruising github issues and the Julia forums, nothing in this space (rpc/io/microservice) feels really bulletproof. Combined with no solid native executable support, it's just a nonstarter for me.

    My gestalt sensation is the community is still too small, the tooling too unpolished, to be ready for anything production-worthy. If there were a bulletproof 0rpc library, I think it would go a huge way towards growing the community and mindshare through successive approximation. But the other problem is many of the folks on the forum seem totally disinterested in this problem.

    [0] https://github.com/JuliaWeb/JuliaWebAPI.jl

  • py2nim

    A Python-to-Nim transpiler

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

  • Briefcase: Convert a Python project into a standalone native application

    4 projects | news.ycombinator.com | 3 Aug 2023
  • Ask HN: How does Nuitka (Python compiler) work?

    1 project | news.ycombinator.com | 22 Jul 2023
  • Is cython a safe option for obfuscate a python project?

    1 project | /r/learnpython | 13 May 2023
  • Extending web applications with WebAssembly and Python

    5 projects | news.ycombinator.com | 10 May 2023
  • How to speedup python(mainly import time)

    1 project | /r/learnpython | 9 Apr 2023