In this repo, there will be my learning projects in Python3.
insert screenshot certification codecademy
# Projects | Topics |
---|---|
isprime | Check if a number is prime or not |
bruteForcePassword | Generate a chain of character |
bruteForcevigenere | Generate a possible solution to a vigenere encryption |
coded correspondence | Codecademy Project around cypher (Ceasar method,...) |
c functions lib | Create a lib with c functions |
API Calculate delivery fee | Implement an HTTP API (single POST endpoint) which calculates the delivery fee based on the information in the request payload (JSON) and includes the calculated delivery fee in the response payload (JSON). |
Discord Bot | a Discord bot designed to assist students. This bot operates in conjunction with an LLM called Mistral 7B, providing an innovative approach to facilitate learning |
Titanic-Prediction | Predict survival on the Titanic and get familiar with ML basics |