Code collection created for fun
playing with dynamic programming
playing with generators and decorators
small project to understand better how pandas and python's magic methods work and how to combine them(__add__ , __eq__ , ecc.)
project to modify all mp3 files in a directory to create an album out of it
Arguments to provide:
-A
add author name-a
add album name-d
(default to cwd) select where the album's directory is
small project to understand better how flask framework routes handle function to GET and POST request
Implemented 2 routes algorithms, one based on a dict, the other based on a tree structure
Url parameters are supported
small project to organize a directory containing a bunch of files in a custom folter structure defined as json
project_readme
small project to explore how to implement a plugin system using annotations and meta classes
annotation matching could be forced for a more "type safe" experience