Y
Hacker News
new
|
ask
|
show
|
jobs
by
grayclhn
4234 days ago
That seems like a pretty decent description of python, right? :)
1 comments
RivieraKid
4234 days ago
Yeah, I like Python but it's slow and Julia seems better designed in many ways :) I'm now using Julia when I don't need Pythin libs.
link
grayclhn
4233 days ago
Check out the PyCall[1] and PyPlot[2] packages, then. Julia has pretty good integration with python. I've been pretty happy calling matplotlib from julia. (You probably already know about these packages, but just in case you didn't...)
[1]:
https://github.com/stevengj/PyCall.jl
[2]:
https://github.com/stevengj/PyPlot.jl
link