Skip to content

Latest commit

 

History

History

42

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

42 Projects 🚀

Welcome to the 42 Projects Repository! Here you'll find a collection of projects covering various topics and technologies. Each project is designed to challenge and expand your skills in different areas of software development.

Table of Contents

  1. Python for Data Science
  2. Cloud1
  3. ft_ls
  4. scop
  5. Zappy
  6. Piscine Object

Python for Data Science

Python

Python for Data Science is a Python piscine designed to introduce you to the world of data science. Through a series of exercises and projects, you'll learn essential Python programming skills and how to apply them to analyze and visualize data.

Topics Covered:

  • Python basics
  • Data manipulation with pandas
  • Data visualization with matplotlib and seaborn
  • Introduction to machine learning with scikit-learn

Index

  1. Python - 0 - Starting
  2. Python - 1 - Array
  3. Python - 2 - DataTable
  4. Python - 3 - OOP
  5. Python - 4 - Dod

Cloud1

Cloud

Cloud1 focuses on configuring automation tools for development and production environments of the Inception project. You'll learn how to leverage AWS services and Ansible for efficient and scalable cloud infrastructure management.

Topics Covered:

  • AWS services (EC2, S3, RDS, etc.)
  • Infrastructure as Code (IaC) with Ansible
  • DevOps practices for cloud-based projects
  • Automation and deployment pipelines

ft_ls

C

ft_ls is a custom implementation of the ls command in C, with additional features and bonuses. Through this project, you'll gain a deeper understanding of file system operations and command-line tool development.

Features:

  • Support for various options (e.g., -l, -R, -a)
  • Bonus features such as colorized output and column formatting
  • Cross-platform compatibility

scop

OpenGL

scop is an object renderer developed using OpenGL and GLSL. In this project, you'll implement functionalities to render objects with different textures, apply shaders for visual effects, and interactively rotate the object in a 3D environment.

Features:

  • Texture mapping
  • Shader programming for custom visual effects
  • 3D object manipulation with user input

Zappy

Game Development

Zappy is an all-in-one project focused on game development, TCP networking, and AI. You'll work on building a multiplayer game server, implementing TCP communication protocols, and developing AI algorithms for player interaction and game strategy.

Components:

  • Game server development
  • TCP networking and protocol design
  • AI algorithms for game strategy

Piscine Object

C++

Piscine Object is a C++ piscine covering advanced object-oriented topics. Through a series of exercises and projects, you'll delve into inheritance, polymorphism, templates, and other advanced C++ features to master object-oriented programming concepts.

Topics Covered:

  • Inheritance and polymorphism
  • Template programming
  • Smart pointers and memory management
  • Design patterns and best practices