Filters
Technologies
Topic
Level
Browse our catalog
Explore tracks, courses, and projects — all in one place. Learn at your pace and build real-world skills.
Wordle Game with OOPNew
Build a console-based Wordle game in Python while learning how to structure a real project using object-oriented programming. Step by step, you will design game logic, validation rules, and clean class interactions.
test projectNew
consequat Lorem Excepteur
Identifying Spam EmailsNew
In this project, we are going to classify spam emails according to their content.
Analyzing Department RevenueNew
We will use pandas to analyze departmental data by exploring, cleaning, and manipulating the dataset. Starting with basic inspection and data cleaning, we'll perform filtering, merge datasets, apply advanced filtering using multiple conditions, and finally group the data to extract meaningful insights.
Analyzing FIFA-17 players data with pandasNew
In this project, you will analyze data from one of the most popular and the oldest (but still existing) computer game series - FIFA, namely FIFA-17 with pandas library and seaborn library for visualization.
Analyzing Online Retail Sales PerformanceNew
Analyze real-world retail transaction data to uncover customer purchasing patterns, peak shopping periods, and top-selling products for data-driven business optimization.
Automating Data Collection from Web SourcesNew
In this project, we are going to understand how to create a simple web scraper in Python.
Basic linear modelsNew
description
Best Practices: Python OOPNew
In this project, we are going to understand what Object Oriented Programming (OOP) is and how we can implement it in Python.
Building Arcade GameNew
Dive into an electrifying Python arcade adventure with PyGame! Command a superhero through a dynamic universe, dodging space ships, snagging shimmering crystals, and outsmarting foes. Experience thrilling player control, ingenious enemy and bonus spawns, strategic collision dodges, and a vibrant, scrolling backdrop that propels you through an exhilarating journey of discovery and triumph.
Building Image Manipulation PipelineNew
This project focuses on improving and mastering the essential skills of image manipulation using Python. We will perform all basic operations, from importing and displaying images to saving, resizing, and enhancing them through techniques like smoothing and erosion. Additionally, the project covers more advanced manipulations, such as scaling, rotating, shifting, and edge detection, along with drawing shapes like lines and rectangles. By the end of this project, you will have a comprehensive understanding of how to handle and manipulate images effectively using Python.
Building a Book Recommendation System with Collaborative FilteringNew
Learn to build and evaluate a collaborative filtering recommender system using real-world user ratings data for personalized book recommendations.