<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div>Hi Muhammad,</div><div><br></div><div>I am not an expert either but here is what I would do if I were you.&nbsp;</div><div><br></div><div>Go look at xamarin/ mono open source project to see how they bind objc and Java libraries to c#. Once you understand that then you would need a version of python (cpython or another typed Python version) that you are able to expose to swift (probably using llvm). I believe there are a bunch of projects that expose libraries like .net, c++ to python but I am not familiar with projects going the other way around.&nbsp;</div><div><br></div><div>Another way could be to figure out a way to expose the python script to c. (Python to c source to source translation possibly ). Swift is able to import c code but it is not pretty; you would have to build a nice wrapper around it using swift.&nbsp;</div><div><br></div><div>Needless to say, I think that is a lot of work that people just won't do. If I needed a python library in swift, I would just rewrite it in swift.&nbsp;</div><div><br></div><div>There are probably other ways. Good luck. &nbsp;&nbsp;</div><div><br>On Jul 2, 2016, at 12:17 PM, Muhammad Tahir Vali via swift-dev &lt;<a href="mailto:swift-dev@swift.org">swift-dev@swift.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr"><span style="font-size:13px">Hey everyone,</span><div style="font-size:13px"><br></div><div style="font-size:13px">I lack the experience the rest of the people in this list probably have being an undergraduate student but I would love to participate in this language because I see its potential.</div><div style="font-size:13px"><br></div><div style="font-size:13px">With that being said, one of the biggest advantages python has is its immersive number of packages that is appealing to anyone that writes scripts. Swift is evolving into a scripting language as well but it lacks the libraries python has.&nbsp;</div><div style="font-size:13px"><br></div><div style="font-size:13px">I suppose its worth bridging python packages with swift until Swift is grown up to take over the world :D</div><div style="font-size:13px"><br></div><div style="font-size:13px">Can anyone help me figure out how thats done ? &nbsp;</div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Best Regards,<div><br></div><div>Muhammad T. Vali</div></div></div>
</div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>swift-dev mailing list</span><br><span><a href="mailto:swift-dev@swift.org">swift-dev@swift.org</a></span><br><span><a href="https://lists.swift.org/mailman/listinfo/swift-dev">https://lists.swift.org/mailman/listinfo/swift-dev</a></span><br></div></blockquote></body></html>