Subscribe via RSS
  Looking for VBA Tutorials?

Implementing an Artificial Neural Network from Scratch in Python

Jan 6, 2023

In this tutorial, you'll learn how to implement a deep artificial neural network from scratch in Python without using any machine learning library.

Implementing Logistic Regression from Scratch in Python

Dec 24, 2022

In this tutorial, we're going show you how to implement logistic regression for binary classification in Python from scratch - without using any machine learning library.

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.

Using Python Pycoingecko to Get Real-time Cryptocurrency Prices

Dec 16, 2022

This tutorial shows how to get real-time cryptocurrency prices using Python with the Python pycoingecko library. The pycoingecko library fetches data from the CoinGecko API.

Interactive Data Visualization with Python Bokeh Library

Dec 8, 2022

In this tutorial, we're going to demonstrate how to plot interactive data visualizations with the Python Bokeh Library and the Pandas-Bokeh library, which is a Bokeh wrapper for Pandas.

Python Functions as First-Class Objects (with examples)

Nov 28, 2022

In this article, you'll study how to store functions in variables, add them to lists and dictionaries, and pass them to and return them from a Python function.

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!

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.

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.

subscribe via RSS