# ANN: PySyntax.jl - A thin wrapper over PyCall for using Python syntax in Julia

**URL:** https://discourse.julialang.org/t/ann-pysyntax-jl-a-thin-wrapper-over-pycall-for-using-python-syntax-in-julia/5913
**Category:** Community
**Tags:** package
**Created:** [September 16, 2017, 12:25am UTC](https://discourse.julialang.org/t/ann-pysyntax-jl-a-thin-wrapper-over-pycall-for-using-python-syntax-in-julia/5913 "2017-09-16T00:25:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kdheepak](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kdheepak/32/10881_2.png) [@kdheepak](https://discourse.julialang.org/u/kdheepak)
#### Post date: [September 16, 2017, 12:25am UTC](https://discourse.julialang.org/t/ann-pysyntax-jl-a-thin-wrapper-over-pycall-for-using-python-syntax-in-julia/5913/1 "2017-09-16T00:25:39Z")

</div>

As the title says, this is a thin wrapper over PyCall for using Python syntax in Julia. I’ve found this very useful when porting some Python code.

[https://github.com/kdheepak/PySyntax.jl](https://github.com/kdheepak/PySyntax.jl)

Any suggestions for improving this would be very welcome!
