Posts

Showing posts with the label Python for BigData

Python concepts for BigData

Image
  Python concept for BigData Important concepts of Python Ganeral purpose programming language: Web development Enterprices related development - video streaming or storing data Testing CAD & Embedded applications Games Development Desktop based application (GUI) Artificial Intelligence Data Analytics Data Science Machine Learning Big Data analytics Softwares or tools for python: python.org for downloading tools and software(official website) Command line interface and integrated development environment will also come with python package at the time of installing software cmd is for practice and ide for software or application creation. Another distributor of python is anaconda. It is a company which provide additional packages and functionality for python. Jupitor - Notebook and support multiple languages for practice. It supports 40+ languages as it has 40+ kernels support. Jupitor come with python pre-install and for other languages we need to install them exclusively. Make ...