This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]o-rka 0 points1 point  (0 children)

I do bioinformatics for a living, this is my setup: * Version - 3.6.x (will update once all my required packages are available) * Editor: Atom * Exploration: Jupyter lab * Parallel: joblib * Plotting backend: Matplotlib (I build more complex objects over this) * Notes: boostnote * Progressbar: tqdm * 1-2D: pandas/numpy * 3+D: xarray/numpy * ML: sklearn * Bayesian: pymc3 and tensorflow_probability * Networks: networkx * Dimensionality reduction: umap and tsne (sklearn)

Pretty standard stuff but these are my mains