Popular Python Modules | cpuinfo
Posts Popular Python Modules
Post
Cancel

Popular Python Modules

  • TOC

This article provides the details for installation of popular Python modules I use.

General

1
2
pip install yapf
pip install RISE

Binary Analysis

1
pip install r2pipe

Data Science, ML, DL

1
pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install
This post is licensed under CC BY 4.0 by the author.