Subscribe via RSS
  Looking for VBA Tutorials?

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.

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.

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.

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!

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.

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.

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.

subscribe via RSS