python tutorial

AI Python Speech and Voice

How to Automate You Life with Python & ChatGPT: Coding a Virtual Voice Assistant

In this tutorial, Tiff In Tech is going to code a own virtual voice assistant using Python. We’ll learn how to create a simple virtual assistant that can be used to carry out simple tasks, like placing orders or scheduling appointments. By the end, you’ll be able to code your own virtual voice assistant and […]

Read More
GameDev Python

How to Make a Game in Python

In this video from Tech With Tim, Tim will be giving you guys an introduction to Python Game Development using the Pygame module, which is a simple 2D graphics library in Python. This tutorial will be simple, fun, yet allow you to create an extensible game!

Read More
AI Generative AI Natural Language Processing Python

ChatGPT in 5 Minutes

Siraj Raval is back making AI videos and this time, he builds a simple version of ChatGPT in under 40 lines of Python code to better understand it. Our version of ChatGPT will be called ElonGPT, trained to act just like Elon Musk, so that I can ask him if he will give me a […]

Read More
Python

How to Build A Modern Python GUI Project

developedbyed builds a modern python GUI app using Tkinter and CustomTkinter. This is a beginner python project that you can follow along without any previous python knowledge.

Read More
Python

F-strings In Python: Everything You Need To Know

Python’s F-strings are incredibly powerful. Knowing how to use them and taking advantage of their formatting options can significantly improve your ability to write logging messages and display information in an understandable manner. In this video, take a deep dive into F-strings and demonstrate some of their uses.

Read More