I need help converting Python files to Julia

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

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

    Package to call Python functions from the Julia language

  • And if you are ok with calling the python code instead of translating it, you can use https://github.com/JuliaPy/PyCall.jl

  • py2many

    Transpiler of Python to many other languages

  • As mentioned in the other answer, transpiling python code to Julia is not guaranteed to work. Even though something you can try is: https://github.com/adsharma/py2many . It can transpile python code to many languages and Julia is one of them.

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

    Python to Julia transpiler.

  • You might have a look at https://github.com/JuliaCN/Py2Jl.jl

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