Julia ❤ Python

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    A portable foreign-function interface library.

  • If you have read my earlier posts you know I love multilingual programming. One important part of multilingual programming is how to interface one language with other. Typically this is called FFI or foreign function interface. At the lowest level often there are libraries (aka bindings) to talk across languages or across implementations of same language e.g. libffi. In my undergrad we did a group project where we created language bindings to separate algorithmic part written in python and opencv and X11 logic in c.

  • leviosa

    Pointer control using Augmented Reality

  • If you have read my earlier posts you know I love multilingual programming. One important part of multilingual programming is how to interface one language with other. Typically this is called FFI or foreign function interface. At the lowest level often there are libraries (aka bindings) to talk across languages or across implementations of same language e.g. libffi. In my undergrad we did a group project where we created language bindings to separate algorithmic part written in python and opencv and X11 logic in 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
  • PyCall.jl

    Package to call Python functions from the Julia language

  • Recently I have started learning Julia which promises programmer productivity of Python and performance of C*. Julia PyCall library provides FFI for Python. After multiple unsuccessful attempts to use PyCall on Windows, I found out one needs to set PYTHONPATH environment variable in addition to PYTHON environment variable in Julia script to use specific python virtual environment. PyCall can automatically install conda and packages from conda but seems like if one wishes to use virtualenvironment and pip one needs to set these environment variables manually in the Julia script.

  • CPython

    The Python programming language

  • Recently I have started learning Julia which promises programmer productivity of Python and performance of C*. Julia PyCall library provides FFI for Python. After multiple unsuccessful attempts to use PyCall on Windows, I found out one needs to set PYTHONPATH environment variable in addition to PYTHON environment variable in Julia script to use specific python virtual environment. PyCall can automatically install conda and packages from conda but seems like if one wishes to use virtualenvironment and pip one needs to set these environment variables manually in the Julia script.

  • julia

    The Julia Programming Language

  • Recently I have started learning Julia which promises programmer productivity of Python and performance of C*. Julia PyCall library provides FFI for Python. After multiple unsuccessful attempts to use PyCall on Windows, I found out one needs to set PYTHONPATH environment variable in addition to PYTHON environment variable in Julia script to use specific python virtual environment. PyCall can automatically install conda and packages from conda but seems like if one wishes to use virtualenvironment and pip one needs to set these environment variables manually in the Julia script.

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

    WorkOS logo
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