Recent posts

Conda Cheatsheet

1 minute read

The conda is the command-line interface tool for managing installations of various packages in Anaconda. Of course, Anaconda has GUI to manage everything. Ye...

3 Ways Of Installing Python Package

1 minute read

Most python packages are designed to be compatible with the python-pip package manager. pip is the default CLI for managing python packages. All the popular ...