Skip to content

Data Courses

Analytics for the 21st Century Workforce

Menu
  • Write With Us
  • Contact Us
  • Pandas
  • Python
  • About Us

Category: Python

Python is a widely-used programming language with interpreted, object-oriented, with dynamic semantics. It has existed since the late 1980’s and has grown rapidly with the rise of data analysis and machine learning libraries such as Pandas, Scikit-Learn, Statsmodels and other supporting open source libraries that enable its usage. All of these important features come despite Python’s relative slowness compared to high-performance languages such as C and Java.

 

It is widely available for use on the main operating systems such as Mac OS, Linux, and Windows. The library is supported by a large base of users with Python 2.7, which will be sunsetting in the years to come, for Python 3. Its primary support through ongoing maintenance and enhancements comes from the Python Software Foundation (PSF). The PSF’s mission is highly beneficial to Python as they commit to:

 

“The mission of the Python Software Foundation is to promote, protect, and advance the Python programming language, and to support and facilitate the growth of a diverse and international community of Python programmers.” – PSF Mission Statement

 

For beginners getting started with the language, and hopefully on their path to data analysis using Python, there are great materials to start writing available on its main website. One very important resource to Python developers and analysis is the Python Package Index,  which contains a listing of the massive amount of projects created to support the Python language (over 100k!).

 

Python is supported on Amazon Web Services, Google Cloud Platform, and other cloud technologies for application and analytical tool development.

Using GroupBy on Pandas DataFrame

December 8, 2022
No Comments

You probably spend a lot of time cleaning and modifying data for use in your applications if you’re a data […]

Learn more →

Anomaly Detection Over Time Series Data (Part 1)

December 29, 2021
No Comments

This topic contains three major sections, one explaining what anomaly is, second one explaining detecting anomalies in data set and in last one we will see how to detect anomalies in time series data set.

Learn more →

Naive Bayes Classifier in Scikit-learn

December 22, 2021
No Comments

Let’s learn about the Naive Bayes Classifier using scikit-learn.

Learn more →

Making Boxplots In Pandas

December 15, 2021
No Comments

A pandas boxplot, often known as box and whisker plot, is a type of data visualization that is relatively straightforward.

Learn more →

How To Send A .CSV File From Pandas Via Email

December 8, 2021
No Comments

In this tutorial, you shall learn about sending .csv file from pandas as an email attachment without the need to download the file.

Learn more →

Multiple Regression In Statsmodels

December 1, 2021
No Comments

In this lesson, we discuss multiple linear regression and how it differs from simple linear regression.

Learn more →

What Is Column Encoding In Scikit-learn

November 10, 2021
No Comments

Here, we teach you about “Categorical Encoding” using scikit-learn.

Learn more →

Here’s How To Plot A Confusion Matrix

November 3, 2021
No Comments

Confusion matrix can be used to understand the effectiveness of binary or categorical classifiers. Let’s learn about confusion matrix and how to plot it.

Learn more →

Find P-value (significance) in Scikit-learn Linear Regression

October 27, 2021
No Comments

In this article, we shall learn about what is p-value and how to calculate it?

Learn more →

Is There A Library Function For Root Mean Square Error In Python?

October 13, 2021
No Comments

In this chapter, we will understand what is the significance of RMSE, and how to calculate it using scikit-learn.

Learn more →

Posts navigation

1 2 … 4 Next

Recent Posts

  • Create a DataFrame from a List – Pandas
  • Using GroupBy on Pandas DataFrame
  • Anomaly Detection Over Time Series Data (Part 1)
  • Naive Bayes Classifier in Scikit-learn
  • Making Boxplots In Pandas
Data Courses - Proudly Powered by WordPress
Theme by Grace Themes