Filtre
Teknologier
Emne
Niveau
Gennemse vores katalog
Udforsk forløb, kurser og projekter – alt på ét sted. Lær i dit eget tempo, og opbyg færdigheder fra den virkelige verden.
test project
coming soon
Exploring City Bike Rental InsightsNy
This course guides you through analyzing and visualizing how weather and seasonal factors influence daily bike rental demand using real-world data.
Analyzing Book PopularityNy
A hands-on project guiding learners through data cleaning, feature engineering, and exploratory data analysis (EDA) to uncover what makes a book popular in a book exchange community. Learners will work with a real-world dataset, applying practical Python and pandas skills, and visualizing insights with seaborn.
Analyzing Social Influences on High School PerformanceNy
Explore how romantic relationships may impact academic performance differently for male and female students using statistical analysis and visualization.
Building Web App with AINy
Discover how to develop a functional task management app with the help of AI. Discover how to articulate your app's features in simple terms and translate them into functional components. Master the art of styling your app with DaisyUI, adding interactivity, and managing task data. Launch a fully functional, customized web app without needing prior coding experience.
Exploring Factors Influencing Pet AdoptionsNy
This project explores data-driven insights in animal shelter operations, focusing on factors influencing pet adoption rates using real-world datasets.
User Behavior Impact AnalysisNy
In the world of business, making decisions based on hard data rather than intuition can be the key to success. This course focuses on one crucial technique: analyzing A/B test data. The centerpiece of the course is a project where you'll conduct a detailed analysis of an A/B test. This project, which you can showcase in your CV, is hosted on Codefinity, allowing you to continually refine it and demonstrate your growing expertise.
Vibe Coding Web App From ScratchNy
Launch your first web app with the assistance of AI, even if you've never written code before. Create a fully featured event website that includes a live countdown, a custom design, and a functional contact form. The entire process is hands-on, visual, and guided by AI at every step. Experience real progress and build a site you'll be proud to share.
Building Applications Using OOP ConceptsNy
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.
Building a Classic Snake GameNy
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.
Crafting a Classic Hangman GameNy
Hangman is a classic word-guessing game where players aim to uncover a hidden word by suggesting letters within a limited number of attempts. The game progresses with each incorrect guess, drawing parts of a hangman figure, leading to a loss if the figure is completed before the word is fully guessed. In this project, participants will methodically build a digital version of Hangman. We will start by loading a word list from a file, then move on to develop functions for handling guesses, updating the game state, and managing the game's flow, culminating in a complete, playable game.
Custom Binary SerializationNy
Build a custom serialization system in C++ that can convert a practical data model (User) to and from both binary and JSON formats. Each chapter introduces a new function to implement, guiding you step-by-step through the process of serializing and deserializing primitive types, strings, and full objects, as well as handling errors and comparing formats.