Subscribe via RSS
  Looking for VBA Tutorials?

Working with TensorFlow Hub Models for Transfer Learning

May 28, 2023

This article explains how to improve your TensorFlow Keras model performance with transfer learning, using pretrained models from TensorFlow hub.

Time Series Analysis with Python Pandas

May 18, 2023

Learn to work with time series data using Python Pandas, including resampling, shifting, rolling, and visualizing your time series data with Matplotlib.

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.

How to Import Kaggle Datasets into Google Colab using Google Drive

Apr 21, 2023

In this tutorial, we will show you how to import Kaggle datasets into Google Colab using Google Drive. This will allow you to use Kaggle datasets in your Colab notebooks without having to download them manually or upload them to another cloud service.

Solving Classification and Regression Problems with PyTorch

Apr 14, 2023

In this article, you will see how to solve classification and regression problems using deep learning. You will use the PyTorch framework for deep learning.

Building a Calculator with Python Tkinter

Apr 7, 2023

Learn how to build a basic calculator with Python using Tkinter. The calculator we'll build will bind keyboard keys to the calculator buttons for a comfortable user experience.

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!

Centering Text on an Image with Pillow

Apr 2, 2023

Learn how to center a multiline text string vertically and horizontally on an image using Python and the Pillow library.

Working with Callback Functions in TensorFlow Keras

Mar 3, 2023

This tutorial explains how to use callback functions in TensorFlow Keras for early stopping and model saving during training.

Memory Optimization with Python Context Managers and Generators

Feb 17, 2023

Python context managers and generators help optimize memory usage and improve performance. Learn how to use these techniques for efficient, scalable code.

Creating a Hangman Game in Python: A Step-by-Step Guide

Jan 31, 2023

Learn to build your own Hangman game from scratch using Python. This step by step guide will show you how to create the game logic and user interaction. Perfect for beginners!

Leaf Disease Detection Using Convolutional Neural Networks in Python Keras

Jan 16, 2023

This tutorial demonstrates how to implement a Convolutional Neural Network for leaf disease detection in Python, using the Keras library for deep learning.

subscribe via RSS