Фільтри
Технології
Тема
Рівень
Перегляньте наш каталог
Досліджуйте треки, курси та проєкти — усе в одному місці. Навчайтеся у власному темпі та здобувайте практичні навички.
Building Applications Using OOP Concepts
This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.
Hangman Game Нове
A terminal-based Hangman game built step by step using Python. The project combines string manipulation, control flow, user input handling, and modular design to create a fully playable game with visual ASCII output and optional hints. The final result demonstrates how small utility functions can be orchestrated into a complete interactive application.
Analyzing Online Retail Sales PerformanceНове
Analyze real-world retail transaction data to uncover customer purchasing patterns, peak shopping periods, and top-selling products for data-driven business optimization.
Building a Classic Snake GameНове
In this project, you'll embark on a journey of game development, learning essential programming concepts while honing your creativity and problem-solving skills. Through step-by-step tutorials, you'll build a fully functional Snake game from scratch.
Text Pattern Matching with RegexНове
Unlock the power of regular expressions in Python with our comprehensive course designed for both beginners and experienced developers. This course will take you through the essential functions of the re module, including search, findall, finditer, and more, using practical examples and hands-on exercises. You'll learn how to extract and manipulate text data efficiently, enabling you to tackle complex string processing tasks with confidence. Whether you're looking to enhance your data analysis skills or streamline your coding workflow, this course provides the tools and knowledge to master regular expressions and elevate your programming capabilities.
Investment Return CalculatorНове
Build a modular C++ terminal application that estimates investment growth over time. The project guides you through implementing reusable functions for input collection, validation, interest calculations, and formatted reporting, all using standard C++ and procedural programming.
Analyzing Department RevenueНове
A hands-on project for professional developers to analyze and merge departmental performance and structure data using pandas. Learn to load, inspect, clean, filter, merge, and aggregate real-world datasets with persistent variables across chapters.
Analyzing Social Influences on High School PerformanceНове
Explore how romantic relationships may impact academic performance differently for male and female students using statistical analysis and visualization.
Building a Book Recommendation System with Collaborative FilteringНове
Learn to build and evaluate a collaborative filtering recommender system using real-world user ratings data for personalized book recommendations.
Detecting Credit Card Fraud with Machine LearningНове
This project teaches practical fraud detection using machine learning, focusing on data preprocessing, model training, evaluation, and threshold optimization.
Error Collection and Reporting SystemНове
Build a terminal-based C++ project to collect, filter, and report errors using small, value-returning functions. You'll design an error model, manage collections, filter and count errors, format them for output, and generate readable reports.
Event System for FilesНове
Build a complete event logging system for file operations in C++. This hands-on project guides you through modeling file events, managing event logs, filtering, simulating file actions, and persisting event history to and from disk.