Notepub (Official)

Note published by Notepub's official team.

Python Fundamentals – Tuples

This note will cover Python Tuples and understand what operations we can perform on the tuples. And after completion of this note, we will be able to use Python Tuples smoothly. Python Tuples A tuple is very much similar to a list. However, one of the significant differences between Tuple and List is that List …

Python Fundamentals – Tuples Read More »

 111 total views

Python Fundamentals – Lists

A list is a generic sequence data structure in python consisting of an ordered collection of objects. The objects in a list are also known as elements or components. The elements or components of a list need not be the same type. It is quite possible that a list can consist of a numeric array, …

Python Fundamentals – Lists Read More »

 92 total views

Data Science – Tables

The datascience package was written for use in Berkeley’s Data8 course, and it contains useful functionality for investigating and graphically display of data. The most important functionality in the package is a Table, and its structure is used to represent columns of data. We will learn the Table structure and its functionalities. Along with this, we …

Data Science – Tables Read More »

 130 total views

Data Science – Cause and Effect

In the previous note, we have learned about data science and the different core activities to extract meaningful information from the data.  In this note, we will learn how to read, understand and make relationships among the variables. An important part of a data scientist is to explain what they see in their data. It …

Data Science – Cause and Effect Read More »

 197 total views

Data Science – Setting up a virtual environment for Jupyter Notebook

For doing any project work, we need to install many different packages. We usually see the problem of package conflicts or existing projects stops working because during the new project work setup, mistakenly, we update the existing old packages. Creating the Python Virtual Environment for individual project work is always beneficial to avoid all these …

Data Science – Setting up a virtual environment for Jupyter Notebook Read More »

 166 total views

Data Science – Introduction

This note series will study the following exciting courses named Data 8 and COMPSCI C8 and prepare notes for future references. Mainly, we will see how computing and statistics are merging and interacting in new ways. This course has emphasized computational and programming skills along with inferential thinking. Data Science It is about taking large datasets …

Data Science – Introduction Read More »

 97 total views

Scroll to Top
Scroll to Top