AI Tutorials: Coding, Game Development, Data Science, Kaggle

Card image cap
Eras Tour Song Analysis

Demonstration of how to use the AI tool Devra to perform a basic analysis of the Taylor Swift Eras Tour dataset from Kaggle, including data exploration, cleaning, and correlation analysis.

Watch Video
Card image cap
.gitignore with AI

A quick tutorial on using Devra to create a .gitignore file for a new Kaggle project involving various CLI projects and Python notebooks.

Watch Video
Card image cap
AI Makes Minesweeper

How to build a Minesweeper game in less than 5 minutes using JavaScript and AI with Devra.

Watch Video
Card image cap
AI Analysis Tutorial: Part 1

How to use Devra AI for a two-part data analysis on a Kaggle heart disease prediction dataset, starting with a basic exploratory data analysis and identifying key correlations for further investigation.

Watch Video
Card image cap
Get AI to write your Unit Tests!

The video demonstrates how to use AI to automatically generate unit tests for a Python function and shares a GitHub link for further exploration.

Watch Video
Card image cap
AI Voice Activated Math Game πŸ“šπŸ€–

How to create a multiplication game using Devra to keep kids engaged and practicing math during summer vacation.

Watch Video
Card image cap
AI can port a game 🍎🐍

How to use AI and the tool Devra to port a JavaScript version of Snake to Java efficiently.

Watch Video
Card image cap
🐝 Devra AI: New Project Tutorial

A step-by-step guide on setting up a new JavaScript project, specifically a version of Snake created by Devra, with tips on how to explain the setup process as if instructing a developer.

Watch Video
Card image cap
most depressing ai demo on record

Creating a Python script to count lines of code in a project, revealing the backend has 29,000 lines and the frontend 2,613 lines, with most of the code generated by the Devra system itself.

Watch Video
Card image cap
Chicago real estate AI python analysis

How to use Devra AI to analyze Chicago real estate data from Kaggle, generating a Python notebook that handles data importing, cleaning, and basic analysis.

Watch Video
Card image cap
Viewer Catches Minesweeper Bug!

Fixing a Minesweeper bug to ensure the first click never hits a bomb using Devra.

Watch Video
Card image cap
AI makes JS Breakout 🧱

A tutorial on creating a JavaScript version of the Breakout game using AI, featuring rainbow-colored bricks, user-controlled paddle, and score tracking.

Watch Video
Card image cap
Record Breaking AI Prompt

AI enhances a JavaScript breakout game to full screen with improved CSS and revised HTML, and the code is available on Devra.

Watch Video
Card image cap
Unit Test... Nothing?

The video explains how even a minimal unit test can be useful for catching runtime errors and demonstrates using AI to generate additional unit tests for a Python function that sums the harmonic sequence.

Watch Video
Card image cap
Paul McCartney Song Evolution Analysis

Using Devra to analyze Paul McCartney's career using a Spotify dataset reveals trends in his music's tempo, energy, danceability, and other dimensions over time.

Watch Video
Card image cap
AI creates Snake game: Devra

A tutorial on creating a JavaScript Snake game using Devra without manually coding, showcasing the process of setting up the project and generating necessary files through AI assistance.

Watch Video
Card image cap
AI finds Golden 🌟 Kaggle Keywords

The video explains how to analyze a Kaggle dataset to identify the top ten keywords that predict the popularity and upvotes of datasets.

Watch Video
Card image cap
πŸ¦Έβ€β™€οΈ AI Marvel Data Analysis

A Python notebook is created and used to analyze a Marvel dataset, including generating a pie chart of movies by revenue.

Watch Video
Card image cap
AI Heart Disease Analysis Part 2

Dive deeper into the predictive factors of heart disease by analyzing age and cholesterol variables in a new notebook.

Watch Video
Card image cap
3D Snake game made 100% with AI

Using Devra AI tool to transform a 2D Snake game into a 3D version using the Three.js JavaScript library, iterating through several refinements to improve gameplay and visual effects.

Watch Video
Card image cap
AI Remixes a Song with Python: Devra

How to use AI and a Python script to create multiple remixes of a song by cutting and rearranging a sample file.

Watch Video
Card image cap
AI Messes up πŸ€¦πŸΌβ€β™‚οΈ

How to use Devra to create and refine a Python notebook for analyzing a popular Kaggle dataset on wine drinkers, including data cleaning, exploratory data analysis, and visualization.

Watch Video
Card image cap
🚨 SECRET ChatGPT API Hacks

Learn how to optimize ChatGPT API settings for more reliable and easily parsable responses, and consider using Devra AI for implementation.

Watch Video