1. Learn Open Babel in Python - 00 Setup

Prerequisite Basic command prompt Basic Python (variable type, collection, loop, decision, and functions) Python virtual environment (conda/mamba) Jupyter notebook/lab Create new environment So first as always, start with creating new environment (preferably mamba). If you have never used mamba before and have some experience with conda then great, you can simply change every conda command with mamba and vice versa. Create new environment for this series using this command: mamba create -n learn-open-babel python=3.9 openbabel pandas jupyterlab rich Brief explanation for the command above: ...

July 16, 2022 · 3 min · 467 words · Muhammad Radifar