Python
Website: clem9669.github.io
What is Python 🐍 ? How can Python can help me dealing with math and other stuff ? 📚✏️
First experience with Python
My goal is to realise some short script to assist me whenever i need.
For instance, my first programs are :
- PGCD (= GCD & LCM) 🔐
- Bissextile years 📖
- Body Mass Index (IMC) 🍔
- Factorisation (100=2^2*5^2)
- Calculate probability from n (vice versa)
- Base64-to-image (auto-detect output file type)
- Psd reset free trial
- etc …
| Folder 📂 | Description |
|---|---|
| Forensic | Small forensic selfwritten |
| IA | Face detection + sorting ML |
| Network | Network tools |
| Openclassroom | 101 script for learning |
| root-me | Script for challenges |
Requirements
Did you know that Python is a programming language invented in 1990 by Guido van Rossum. 👨
You will need a working Python 3 installation. (see python.org/downloads ⬇️)
Scripts ⭐
| Script 📂 | Description |
|---|---|
| api | Call api - to be improve |
| ascii | Face detection + sorting ML |
| birthday-paradox | Calculator of birthday paradox problem |
| BMI | Indice of mass and height |
| captacha | UVSQ challenge solver |
| factors | 101 Factorisation poorly optimized |
| psd-reset | Reset psd free trial |
| years | Leap years or not ? |
| blockchain | Blockchain in python |