Subscribe via RSS
  Looking for VBA Tutorials?

Convert Emojis to Text and Text to Emojis in Python

Oct 21, 2022

In this article, you'll see how to convert text to emojis and emojis to text using your own custom code and using the third-party Python Emot and Emoji libraries.

Consumer Complaint Classification with Python scikit-learn

Oct 15, 2022

Here's how to develop a machine learning model for consumer complaint classification using the Python scikit-learn Library. This Python machine learning example is designed to help you when building your own.

Ultimate VBA Training Bundle

$120.00 $57.00

Want to learn more programming languages? We've combined each of our comprehensive VBA reference guides into a single bundle with over 200 tips and macros covering the 125 most important topics in VBA.

Employee Attrition Prediction with Python scikit-learn

Oct 7, 2022

This tutorial will walk you through how to build a machine learning based employee attrition prediction model using the Python scikit-learn Library.

Topic Modeling with BERT using the Python BERTopic Library

Sep 28, 2022

In this tutorial, you'll learn how to do topic modeling with BERT using the BERTopic library in Python. We're also going to visualize our extracted topics.

Scraping Tweets from Twitter with OAuth 2.0 using Tweepy

Sep 16, 2022

Let's learn how to scrape tweets from Twitter with their OAuth 2.0 authentication protocol by using the Tweepy Python library.

Thought about learning VBA?

$120.00 $57.00

We created a suite of 6 VBA cheat sheets with over 200 tips showing you everything you need to know to start making power Excel applications. Take a look!

Text Classification with GPT Transformers

Sep 5, 2022

Learn how to perform text classification with the GPT-J transformer. As an example, we'll fine tune the GPT-J transformer for fake news detection.

Hugging Face Pipelines for Python Natural Language Processing

Aug 27, 2022

We're going to walk you through how to use Hugging Face pipelines for natural language processing tasks, like text classification, text generation, question-answering and more.

Plotting Geographical Heatmaps with Python Folium

Aug 19, 2022

This tutorial explains how to plot geographical heatmaps with the Python Folium module. We'll show an example where we plot a heatmap for US states populations.

Shallow Copy vs Deep Copy of Python Objects

Aug 13, 2022

You will study the difference between shallow and deep copies of Python objects and how to create them using the copy() and deepcopy() functions, respectively.

How to Convert Strings to Python Types

Aug 6, 2022

This article explains how to convert strings to Python types using custom codes, json.loads() functions, and ast.literal_eval() functions.

subscribe via RSS