Subscribe via RSS
  Looking for VBA Tutorials?

Image Generation in Python with OpenAI DALL-E

Nov 12, 2023

Here's how you can generate images in Python using the OpenAI DALL-E model. We'll also teach you how to edit and create image variations.

Building a Python Question-Answering System with ChatGPT

Nov 2, 2023

In this article, you will see how to develop a question-answering system with ChatGPT using Python. We'll explore both stateless and state-full implementations of our Python question-answering system.

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.

Fine Tuning BERT for Sentiment Analysis with PyTorch

Oct 19, 2023

This tutorial explains how to fine-tune a Hugging Face BERT model in PyTorch. As an example, we'll train a multi-class sentiment classification model.

Introduction to Python Data Cleaning with PyJanitor

Oct 5, 2023

This article explains how to clean data using the Python PyJanitor module. We'll show you how to install PyJanitor and clean your Pandas DataFrames with it.

Python Data Validation for Beginners with Cerberus

Sep 23, 2023

This article explains how to use the Python Cerberus module for data validation. You'll learn how how to define schemas, rules, and types to validate your data.

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!

Handling Files and Folders in Python with Pathlib

Sep 7, 2023

In this article, we'll explain how to work with the Python Pathlib module to perform basic and advanced file and directory operations and why it's preferred over the os.path module.

Working with Metaclasses in Python - Harnessing Advanced Object Control

Aug 17, 2023

This article explains how to work with Python metaclasses. We'll explain what metaclasses are, how they differ from normal classes, and when you should use them.

Working with NoSQL Databases in Python - MongoDB Examples

Jul 30, 2023

This tutorial explains how to work with NoSQL databases in Python. You will see examples of performing CRUD operations with MongoDB using the PyMongo Module.

Pulling Data from an API using Python Requests

Jul 15, 2023

Let's learn how to pull data from an API using Python. We'll provide an overview of the HTTP methods GET, POST, PUT, and DELETE and then we'll use the requests library to make HTTP requests.

Using Cython to Write Fast Compiled Extensions

Jun 29, 2023

Discover how Cython can turbocharge your Python code by compiling it into highly efficient compiled extensions, boosting performance significantly.

subscribe via RSS