Gold Dust, Created Using Plotly Dash Bio

Python Libraries to Visualize Molecular Crystals

Cortez Ethridge
Oct 29, 2020

--

Programming libraries are the backbone of any programming language, and they contain additional classes and calculations for more functionality. In my previous article, Predicting Transparent Devices, I talked about building a transparent conductor prediction and visualization app. Here are the python libraries I used in visualizing molecular crystals.

Checkout the App!

Scikit learn

Sklearn is a fantastic toolkit to begin machine learning. We used the Support vector regression and random forest model.

Pandas

Pandas is a library to read and write CSV files.

Plotly

Plotly is a visualization library that features interactive scatter plots and more.

Plotly Dash

Dash is a product by plotly powered by Flask, a lightweight backend framework, and React a frontend framework. Data scientists use Plotly Dash it for Web development.

Dash bootstrap LUX

The Dash Bootstrap LUX theme is an elegant way to make web components mobile responsive using Cards, buttons and grids.

Dash Bio

Dash Bio is a plotly product developed to visualize atoms, molecules and more.

--

--

Cortez Ethridge

Self starting Data Scientist. I know javascript, python, haskell, clojure, and scala. I use functional concepts to solve data science problems.