Skip to main content

Posts

Showing posts from April, 2021

Popular Library Packages for Python

 There are various library packages available for Python language. The following are the most popular out of them. Numpy [Numerical Python]     - used for manipulation of homogenous array based data.     - used for efficient storage and manipulation of dense data arrays ( ndarray ) Usage:     import numpy as np Pandas [Panel Data]     - used for manipulation of heterogenous and labelled data     - used for efficient storage and manipulation of labelled or Columned data ( DataFrame ) Usage:     import pandas as pd SciPy [Scientific Python]     -     used for scientific computational tasks Usage     from scipy import linalg     (linalg - Linear Algebra) Matplotlib [Mathematic Plotting Library]     -      used for quality data  visualization Usage     import matplotlib.pypot as plt Seaborn library also used for data visualization. Usage ...

BITS Work Integrated Learning Program - M.Tech Data Science & Engineering

     BITS Pilani offers work integrated learning program (WILP) on M.Tech Data Science and Engineering which is UGC approved. The course is a four semester programme designed to help work professionals to build their skills required for data science engineering which enable them to become a Data Scientist.  It is a 100% online course and lectures would be delivered by BITS Pilani faculty on weekends. Those who are working in software industry as Software Engineer, Programmer, Data Analyst, Business Analyst can apply for the course. Minimum eligibility criteria to apply for the course. Those who are employed holding B.E/B.Tech/MCA/M.Sc or Equivalent with 60% marks and minimum one year relevant work experience. The candidates should have basic programming and engineering mathematics knowledge. The following subjects shall be covered in the course. Semester Subjects Data Mining Mathematical Fundamentals for Data Science Data Structure and Algorithms Design Co...