November 4, 2025 Updates
1762258131000
What's New in Our Catalog
Newest Releases
Solve Challenging Problems using Advanced Prompt Engineering | View in the Skills Network Catalog
Learn how Chain-of-Thought prompting, Best-of-N Sampling, and Self Verification techniques trade compute for improved LLM accuracy on logical reasoning problems. This machine learning project teaches you to unlock better AI reasoning at inference time. By the end, you'll understand how to make models think harder when it matters most.
Build a Baseball Data Analysis Agent w/ LangGraph | View in the Skills Network Catalog
Learn how to build an AI-powered baseball data analyst using LangGraph and Pandas that can analyze World Series statistics and answer questions using natural language. In this guided project, you’ll explore LangGraph and Pandas Agents to create a smart workflow that routes queries to the correct dataset, interprets structured data, and generates real-time insights. Perfect for beginners in data science, AI agents, or sports analytics looking to combine data reasoning with automation.
Build an AI-Powered Halloween Quiz Game with Gradio & GPT-5 | View in the Skills Network Catalog
Create a spooky AI-powered Halloween Quiz Game using the powerful UI framework Gradio and OpenAI’s GPT-5 model. Learn how to auto-generate themed questions, add lifelines like 50-50 and Flip Question, track player scores, and design an interactive game interface. Build and launch a fully functional AI-driven web app without writing complex frontend code — the perfect beginner-friendly project that blends Python, AI, and creativity into one engaging experience.
Building AI Powered Chatbots Without Programming | View in the Skills Network Catalog
Get hands-on creating intelligent, business-ready, AI-powered chatbots without any programming experience.
Updates
Getting Started with PostgreSQL command line | View in the Skills Network Catalog
In this project, you will use the PostgreSQL command line interface (CLI) to a create database and to restore the structure and contents of tables. Then you will learn how to explore and query tables. Finally, you will learn how to dump/backup tables from a database.
Views in PostgreSQL | View in the Skills Network Catalog
In this project, you will learn how to create and execute views and materialized views in the PostgreSQL database service using the pgAdmin graphical user interface (GUI) tool.
Transform Photos to Sketches and Paintings with OpenCV | View in the Skills Network Catalog
Have you ever wanted to transform your photographs into an artistic sketch or painting to showcase your creativity? In this Guided Project you'll do just that! Transform your photographs to paintings, sketches and more using OpenCV in python.
Train a Hotdog Image Recognition Model with Python | View in the Skills Network Catalog
We all know that machines can do a lot these days, including recognizing whether or not an image has a certain object in it. But did you know that you, too, can train a model to do just that? In this guided project, you’ll learn how to train a model in Python with PyTorch, a machine learning library, to detect if a picture has a hotdog in it. This process can be repeated with any object, whether it is a bird, a plane or even Superman!
Create Your First MongoDB Database | View in the Skills Network Catalog
In this guided project, you will get started with MongoDB by creating your first database, working with collections, and doing basic document management.
Execute CRUD Operations in MongoDB | View in the Skills Network Catalog
In this guided project, you will work with create-read-update-delete (CRUD) operations by creating and making changes to documents with MongoDB.
Create Tables and Load Data in PostgreSQL using pgAdmin | View in the Skills Network Catalog
In this project, you will learn how to create tables and load data in the PostgreSQL database service using the pgAdmin graphical user interface (GUI) tool.
Relational Model Concepts | View in the Skills Network Catalog
In this project, you will learn the concepts of a relational model including the terms entity, attribute, relation, degree, and cardinality. Then apply the concepts you have learned to a real-world example of a database.
Normalization - Keys - Constraints in Relational Database | View in the Skills Network Catalog
In this project, you will learn about normalization, keys, and constraints in IBM Db2 on Cloud using SQL.
Analyzing Spreadsheet Data with Python | View in the Skills Network Catalog
We all know how hard it can be to sift through spreadsheets sometimes. With hundreds upon hundreds of rows and columns, there’s a lot of data to get through! But not to worry, we have some good news for you: all that data can be analyzed in Python with just a few lines of code. No longer do you have to scroll through your lagging spreadsheets! With only a few keystrokes, you can cherry pick the data that you need. Get your spreadsheets ready because with this project, you’ll be able to launch your journey into the world of data analysis!
