I made Pytago, a script that transpiles some Python into human-readable Go.

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

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

    A source-to-source transpiler for Python to Go translation

  • jsonschema

    Discontinued Maintenance has moved to https://github.com/invopop/jsonschema (by alecthomas)

    After that, I ran https://github.com/alecthomas/jsonschema on the file to generate a JSON schema for the Go structures, and I took the resulting JSON schema and put that into https://quicktype.io/ to output Python classes.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • Paste JSON as Code • quicktype

    Xcode extension to paste JSON as Swift, Objective-C, and more

    After that, I ran https://github.com/alecthomas/jsonschema on the file to generate a JSON schema for the Go structures, and I took the resulting JSON schema and put that into https://quicktype.io/ to output Python classes.

  • pytype

    A static type analyzer for Python code

    - Better static type analysis. I'm considering using https://github.com/google/pytype but it will remove the ability for this project to run on Windows. That may not be such a bad thing, though. I plan on creating a free web version for people who just want to use it.

  • pyanalyze

    A Python type checker

    Very cool. I suggest that you have a look at pyanalyze. It annotates the Python AST with types, and they are pretty responsive with bug reports and feature requests.

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

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