# Best practice for packaging python package in a Julia package

**URL:** https://discourse.julialang.org/t/best-practice-for-packaging-python-package-in-a-julia-package/43217
**Category:** General Usage
**Created:** [July 17, 2020, 7:20am UTC](https://discourse.julialang.org/t/best-practice-for-packaging-python-package-in-a-julia-package/43217 "2020-07-17T07:20:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![xiaodai](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xiaodai/32/15937_2.png) [@xiaodai](https://discourse.julialang.org/u/xiaodai)
#### Post date: [July 17, 2020, 7:20am UTC](https://discourse.julialang.org/t/best-practice-for-packaging-python-package-in-a-julia-package/43217/1 "2020-07-17T07:20:58Z")

</div>

I saw this [https://github.com/JuliaML/OpenAIGym.jl/issues/42](https://github.com/JuliaML/OpenAIGym.jl/issues/42)

So that got me thinking, what’s the best to package Python packages for Julia? What if these PYthon packages contain binaries? If there a way to use BinaryBuilder or something to make the process painless?
