Python

How to Create a Matrix and Get Sums of the Diagonals Using Python

In this video, I’ll address a question that came up during our… Continue Reading…

Python

Learn Functions in Python

Functions are fundamental building blocks in Python, allowing you to encapsulate a… Continue Reading…

Python

Two-Dimensional Lists in Python

In Python, a two-dimensional list, often referred to as a 2-D list… Continue Reading…

Python

Code Refactoring Using Functions and Loops in Python

In this video, we’ll refactor a previous assignment written using procedural code… Continue Reading…

Chat BotsChatGPTPython

Can OpenAI ChatGPT, Google Bard, and Bing AI Chat Write Code (Part 2)

I was curious to know if the chat bots can write code… Continue Reading…

Chat BotsChatGPTPython

Can OpenAI ChatGPT, Google Bard, and Bing AI Chat Write Code (Part 1)

I was curious to know if the chat bots can write code… Continue Reading…

Chat BotsChatGPTPython

How I helped ChatGPT Correct Its Code

How I helped ChatGPT correct its own code. ChatGPT provided me a… Continue Reading…

C#JavaJavaScriptPHPProgramming LanguagesPythonVisual Basic

Recursion Explained Step-by-Step with Illustrations

Recursion is an important programming technique. In this video, I’ll explain and… Continue Reading…

Python

Build a Mini Search Engine in Python

In this tutorial, we’ll build a small search engine in Python. The… Continue Reading…

Python

Create Random Permutations of Unique Numbers from 1 to N in Python.

Write a program that produces random permutations of unique numbers from 1… Continue Reading…

Verified by MonsterInsights