Skip to content

Commit cbccf15

Browse files
authored
Typo
added `use` before Julia.
1 parent 389dcee commit cbccf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter05_hpc/00_intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ With just-in-time compilation, Python code is dynamically compiled into a lower-
1919

2020
JIT compilation techniques are implemented in packages such as **Numba** or **Numexpr** which we will cover in this chapter.
2121

22-
We will also **Julia**, a programming language that uses JIT compilation to achieve high performance. This language can be used effectively in the Jupyter Notebook, thanks to the IJulia package.
22+
We will also use **Julia**, a programming language that uses JIT compilation to achieve high performance. This language can be used effectively in the Jupyter Notebook, thanks to the IJulia package.
2323

2424
> INFO: **PyPy** (http://pypy.org), successor of Psyco, is another related project. This alternative implementation of Python (the reference implementation being CPython) integrates a JIT compiler. Thus, it is typically faster than CPython. Since October 2017, PyPy supports NumPy and pandas (but with Legacy Python rather than Python 3). See https://morepypy.blogspot.fr/2017/10/pypy-v59-released-now-supports-pandas.html for more details.
2525

0 commit comments

Comments
 (0)