https://github.com/racinmat/julia_python
Small comparison of Julia and python
https://github.com/racinmat/julia_python
Last synced: 8 months ago
JSON representation
Small comparison of Julia and python
- Host: GitHub
- URL: https://github.com/racinmat/julia_python
- Owner: racinmat
- Created: 2020-07-15T14:51:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T15:23:46.000Z (over 3 years ago)
- Last Synced: 2025-02-16T03:45:17.156Z (10 months ago)
- Language: Jupyter Notebook
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comparison of Julia and python in jupyter notebooks
Simple comparison of julia vs python.
Create the environment
```bash
conda create -n julia_python python=3.9
conda activate julia_python
conda install tensorflow pytorch numpy
pip install jupyterlab jupyter_nbextensions_configurator intel-openmp matplotlib
```
using python 3.9, because there is no conda package ready yet for the 3.10
to add julia kernel, run
```julia
] add IJulia
using IJulia
```
(I'm using Julia 1.7.3)
start jupyter notebook
```bash
jupyter lab
```
mutagenesis examples taken from:
https://nbviewer.org/github/CTUAvastLab/JsonGrinder.jl/blob/gh-pages/v2.3.1/examples/mutagenesis_python.ipynb
https://nbviewer.org/github/CTUAvastLab/JsonGrinder.jl/blob/gh-pages/v2.3.1/examples/mutagenesis.ipynb
presentation: https://docs.google.com/presentation/d/17iJz3msb9cYPzNDW2RMl1ZY-U9kPS9j58vtXX__yt3U/edit?usp=sharing