Filters
Technologieën
Thema
Niveau
Blader door onze catalogus
Ontdek leertrajecten, cursussen en projecten — alles op één plek. Leer in je eigen tempo en bouw praktijkgerichte vaardigheden op.
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 Nieuw
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.
Analyse van Online RetailverkoopprestatiesNieuw
Analyseer echte retailtransactiedata om aankoopgedrag van klanten, piekperiodes in het winkelen en bestverkopende producten te ontdekken voor datagedreven bedrijfsoptimalisatie.
Building a Classic Snake GameNieuw
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 RegexNieuw
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 CalculatorNieuw
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 RevenueNieuw
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 PerformanceNieuw
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 FilteringNieuw
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 LearningNieuw
This project teaches practical fraud detection using machine learning, focusing on data preprocessing, model training, evaluation, and threshold optimization.
Error Collection and Reporting SystemNieuw
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 FilesNieuw
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.