Subscribe via RSS
  Looking for VBA Tutorials?

Python Speech Recognition and Audio Transcription

Oct 23, 2020

This tutorial shows you how to use Python speech recognition libraries, like PyAudio and SpeechRecognition, to recognize speech and transcribe audio from microphones and audio files.

Web Scraping with Python Scrapy

Oct 16, 2020

Python is one of the best programming languages you can use for web scraping, and the Python Scrapy library makes it exceptionally easy.

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.

Performing CRUD operations with Python and MS SQL Server

Oct 2, 2020

This tutorial explains how to create a database and tables in Microsoft SQL Server, and how to perform Create, Read, Update and Delete (CRUD) operations using Python.

Performing CRUD operations with Python and MySQL

Sep 25, 2020

This article explains how to create a database and tables in MySQL, and how to perform Create, Read, Update and Delete (CRUD) operations with MySQL using Python.

Performing CRUD operations with Python and PostgreSQL

Sep 18, 2020

This article explains how to create a database and tables in PostgreSQL and how to perform Create, Read, Update and Delete (CRUD) operations with Python.

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!

Understanding Inheritance in Python with Examples

Sep 11, 2020

This article explains how to implement inheritance in Python. The process of single and multiple inheritance and abstract classes is also explained.

Python Named Entity Recognition with NLTK & spaCy

Aug 14, 2020

Let's learn how to perform named entity recognition in Python using NLTK and spaCy. Named entities are real world objects like people, products, and places.

Pickling and Unpickling Objects with Python Pickle Module

Jul 31, 2020

This tutorial explains how to serialize and deserialize objects in Python by pickling and unpickling using the Python Pickle module.

Reading and Writing JSON Files with Python JSON Module

Jul 17, 2020

This tutorial explains how to read and write JSON files with the Python JSON module. It also explains how to convert a JSON file into a pandas dataframe.

Stemming in Python with NLTK Examples

Jul 6, 2020

This tutorial explains how to perform stemming in Python using the NLTK library. Porter stemmer and snowball stemmer are two ways to perform stemming in Python.

subscribe via RSS