Julia is a very new and fast high-level programming language and has the power to compete with python. Like python, Julia is also compatible to… Read More
Tag Archives: how-to-install
R programming language is a language and free software environment, available under GNU license, supported by R Foundation for Statistical Computing. The language is most… Read More
This is a step-by-step guide to install PostgreSQL on a windows machine. Since PostgreSQL version 8.0, a window installer is available to make the installation… Read More
CURL stands for Client URL. It is a Linux Terminal command which is used to transferring data from one server to another server. It is… Read More
Svelte is the new methodology for creating web apps. It can be used in a small part of a code or in an entire single… Read More
Slim is a lightweight, easy to use and fast PHP framework used to develop the powerful website quickly with ease. Like other PHP frameworks, slim… Read More
Written by a Google engineer sublime text is a cross-platform IDE developed in C++ and Python. It has basic built-in support for Python. Sublime text… Read More
Tensorflow is a free and open-source software library used to do computational mathematics to build machine learning models more profoundly deep learning models. It is… Read More
Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways… Read More
Django REST Framework can be installed via pip package similar to Django installation. Since Django REST Framework is a wrapper over default Django Framework, to… Read More
MongoDB is an open-source document oriented NoSQL database which is written in C++. MongoDB is schema-less database system and hence its very easy to add… Read More
Apache Subversion (SVN), is a version control system like Git. it is distributed under an open-source license. SVN was created by CollabNet Inc. but now… Read More
Requests is an elegant and simple HTTP library for Python, built for human beings. One of the most famous libraries for python used by developers… Read More
Librosa is a Python package for music and audio analysis. Librosa is basically used when we work with audio data like in music generation(using LSTM’s),… Read More
Synaptic Package Manager is a GUI based package management tool that uses APT (Advanced Package Tool) to installing, updating or removing packages from the Linux… Read More