# General questions from Python user

**URL:** https://discourse.julialang.org/t/general-questions-from-python-user/55475
**Category:** Performance
**Created:** [February 17, 2021, 5:23pm UTC](https://discourse.julialang.org/t/general-questions-from-python-user/55475 "2021-02-17T17:23:32Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![Satvik](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/satvik/32/20486_2.png) [@Satvik](https://discourse.julialang.org/u/Satvik)
#### Post date: [February 17, 2021, 10:11pm UTC](https://discourse.julialang.org/t/general-questions-from-python-user/55475/7 "2021-02-17T22:11:34Z")

</div>

I posted my experience here: [Julia's applicable context is getting narrower over time? - #5 by Satvik](https://discourse.julialang.org/t/julias-applicable-context-is-getting-narrower-over-time/55042/5) . In short, I was able to take Python code that we’d spent ~200 hours optimizing, and make a faster Julia version in less than a week, my first time using Julia.

Julia is fast by default, but also has much stronger profiling tools, which makes optimization easy, as well as much better multithreading, which enables many optimizations that just wouldn’t be possible in Python.

---

_[View the full topic](https://discourse.julialang.org/t/general-questions-from-python-user/55475)._
